@charset "UTF-8";

@import "common.css";


/**
 * menu
 */
div#global_navi ul {
	/* text-indent: -1000px; */
}
div#global_navi ul li a {
	display: block;
	height: 42px;
}
a#menu-home {
	background: transparent url(/images/btn/menu/menu-home.gif) 0 0 no-repeat;
	width: 156px;
}
a#menu-products {
	background: transparent url(/images/btn/menu/menu-products.gif) 0 0 no-repeat;
	width: 147px;
}
a#menu-create {
	background: transparent url(/images/btn/menu/menu-create.gif) 0 0 no-repeat;
	width: 147px;
}
a#menu-tutorial {
	background: transparent url(/images/btn/menu/menu-tutorial.gif) 0 0 no-repeat;
	width: 147px;
}
a#menu-price {
	background: transparent url(/images/btn/menu/menu-price.gif) 0 0 no-repeat;
	width: 147px;
}
a#menu-contact {
	background: transparent url(/images/btn/menu/menu-contact.gif) 0 0 no-repeat;
	width: 156px;
}
a#menu-home:hover,
a#menu-products:hover,
a#menu-create:hover,
a#menu-tutorial:hover,
a#menu-price:hover,
a#menu-contact:hover,
ul#global-top-menu a.active {
	background-position: 0px -42px;
}


/**
 * sidebar
 */
a#btn-new-account {
	display: block;
	background: transparent url(/images/btn/btn_register_g.gif) 0 0 no-repeat;
	width: 196px;
	height: 41px;
}
a#btn-new-account:hover {
	background-position: 0px -41px;
}

div#content-inner {
	width: 90%;
	margin: 10px auto;
}


#content h2 {
	height:27px;
	background:url(/images/user/tit_bg02.gif) no-repeat bottom;
	color:#005082;
	text-align:left;
	margin:0 0 12px;
	padding:7px 0 0 12px;
	font-size: 120%;
}

#content h3 {
	font-size: 100%;
	text-indent: 15px;
	margin: 10px 0 5px;
	background: transparent url(/css/images/common/dotline.gif) bottom repeat-x;
	color: #006fa0;
}

div#side-login-form {
	text-align: left;
	padding: 5px 10px;
}

input.wide-input {
	width: 100%;
}

h4 {
	background: transparent url(/css/images/common/pic01.gif) 0 30% no-repeat;
	text-indent: 10px;
	font-size: 90%;
	color: #116795;
	margin: 15px 0 2px;
}

div#sitemap-body ul {
	padding-left: 10px;
}

table#price-linenup {
	
}

table#price-linenup th {
	/*width: 33%;*/
}

table#price-linenup td {
	text-align: center;
}
table#price-linenup td p {
	text-align: left;
}

div#api-code {
	border: 1px solid #ccc;
	padding: 1em;
	background-color: #ddd;
	color: #222;
	width: 95%;
	margin: 1em auto;
}

div#api-code code em {
	font-style: normal;
	font-weight: bold;
	color: #f80;
}

.text-input {
	border-color: #A1A1A1 rgb(229, 229, 229) rgb(229, 229, 229) rgb(161, 161, 161);
	border-style: solid;
	border-width: 1px;
	font-family: "Osaka",Verdana,Geneva,Helvetica,sans-serif;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	line-height: normal;
	padding: 2px;
}


/**
 * /index.php
 */

a#btn-crate-graph {
	display: block;
	background: transparent url(/images/btn/btn_crate_graphgif.gif) 0 0 no-repeat;
	width: 80px;
	height: 32px;
}
a#btn-crate-graph:hover {
	background-position: 0px -32px;
}

a#btn-big-create-graph {
	display: block;
	background: transparent url(/images/btn/btn_big_create_graph.gif) 0 0 no-repeat;
	width: 600px;
	height: 101px;
}

a#btn-big-create-graph:hover {
	background-position: 0px -101px;
}

a#btn-goto-kanri {
	display: block;
	background: transparent url(/images/btn/btn_goto_kanri.gif) 50% 0 no-repeat;
	width: 100%;
	height: 32px;
}
a#btn-goto-kanri:hover {
	background-position: 50% -31px;
}

a.btn-goto-kanri {
	display: block;
	background: transparent url(/images/btn/btn_goto_kanri.gif) 50% 0 no-repeat;
	width: 100%;
	height: 32px;
}
a.btn-goto-kanri:hover {
	background-position: 50% -31px;
}

#content h3.point-title {
	font-size: 18px;
	border: none;
	width: 190px;
	text-indent: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
}


#content div#top-item-image {
	width: 600px;
	height: 286px;
	background: transparent url(/images/top-item-image.jpg) 0 0 no-repeat;
}

#content h2#top-image-title {
	font-size: 20px;
	width: 280px;
	background: none;
	border: none;
	height: 60px;
}

#content div#top-item-image p {
	font-size: 11px;
	padding-left: 20px;
	width: 280px;
}

#content table#point-table {
	border-collapse: collapse;
	border-spacing: none;
}

#content table#point-table td {
	vertical-align: top;
	border: none;	
}
#content p.point-description {
	font-size: 11px;
	width: 170px;
	margin: 0;
	padding: 15px;
	text-indent: 0;
	text-align: left;
}

/**
 * /new_account.php, /products/tutorial.php
 */
a#btn-graph-create-webservice {
	display: block;
	background: transparent url(/images/btn/btn_graph_create_webservice.gif) 100% 0 no-repeat;
	width: 100%;
	height: 32px;
}
a#btn-graph-create-webservice:hover {
	background-position: 100% -31px;
}

a#btn-graph-create-toppage {
	display: block;
	background: transparent url(/images/btn/btn_graph_create_toppage.gif) 100% 0 no-repeat;
	width: 100%;
	height: 32px;
}
a#btn-graph-create-toppage:hover {
	background-position: 100% -31px;
}

a#btn-graph-create-kanri {
	display: block;
	background: transparent url(/images/btn/btn_graph_create_kanri.gif) 100% 0 no-repeat;
	width: 100%;
	height: 32px;
}
a#btn-graph-create-kanri:hover {
	background-position: 100% -31px;
}


