@charset "utf-8";

@import "./style_words.css";

/****************************************/
/* style.css							*/
/* (c) Nextion Serve, Inc. JSN.			*/
/* Date:2008/01/17						*/
/****************************************/

/*ソースを閲覧された方へ
	JSNのCSSに興味をお持ちくださりありがとうございます。
	作成にあたり、Web標準へとなるべく準拠したつもりではございますが、
	至らぬ点などございましたら遠慮無くお問い合わせください。
	support@just-size.net
	よろしくお願い申し上げます
*/

/*
全体設定
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: sans-serif;
	background-color: #FFF;
	color: #000;
	line-height:130%;
}

a:link {
	color: #000033;
	/*color: #00309a;*/
}
a:visited {
	/*color: #506070;*/
	color: #330066;
}
a:hover,a:active {
	/*color: #FF8C00;*/
	color: #dd0000;
}

img	{
	border: none;
}

li,dd {
	padding-top:0.1em;
	padding-bottom:0.1em;
}

p {
	text-indent: 1em;
	line-height: 150%;
}

h2 {
	font-size: 1.6em;
	text-align: right;
	padding-bottom: 0.2em;
	padding-right: 5px;
	border-right: 5px outset #CD9C52;
	border-bottom: 2px solid #555;
	line-height: 120%;
}
h3 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-left: 5px solid #BBBBCC;
	padding: 0.3em;
	padding-left: 5px;
	line-height: 120%;
	background-color: #DFDEE5;
}
h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	border-left: 0.5em solid #999;
	padding-left: 5px;
	font-size: small;
}
h5 {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	border-left: 0.3em solid #CCC;
	padding-left: 5px;
	font-size: small;
}

.totop {
	margin-top: 1em;
	text-align: right;
}

label {
	cursor : pointer;
}

label:hover {
	font-weight: bold;
}

address {
	text-align: center;
	font-style: normal;
}

abbr{
	cursor: help;
}

/*テキストブラウザ向け*/

.iftb {
	display: none !important;
}

/*上部ヘッダ*/
.header {
	width: 85%;
	margin : auto;
	padding: 0;
}
.header h1 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header h1 img {
	border: none;
}

.header li {
	list-style-type: none;
	float: left;
	width : 12.45%;
	background-color: #487CB3;
	line-height: 160%;
}
.header li a, .header li a:visited, .header li a:hover, .header li a:active, .header li a:link {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;

}
.header li a:hover {
	background-color: #FEFEFE;
	color: #000;

}
.breadcrumbs {
	margin: 0px;
	line-height: 130%;
	color: #000;
	clear: both;
	width: 100%;
	background-color: #EEE;
	padding-top:	0.5%;
	padding-bottom: 0.5%;
}
.breadcrumbs a:link,.breadcrumbs a:visited {
	color: #000;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #FF8C00;
}

/*サイドバー*/
.sidebar {
	width: 20%;
	margin-right: -1px;
	line-height: 160%;
	float: left;
	font-size: 95%;
	border-right: 1px solid #888;
}
.sidebar dl {
	margin: 0px;
}
.sidebar dt {
	/*background-color: #CFDEE5;*/
	background-color: #D8EB67;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
	margin-top: -1px;
	z-index: -1;
	border-left: 3px solid #666;
	padding-left: 0.5em;
}
.sidebar a {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}

.sidebar dd {
	margin-left: 1em;
	border-bottom: 1px dotted #6495ED;
	padding: 1px;
	border-left: 1px dotted #666;
	padding-left: 0.5em;
}
.sidebar dd:hover {
	background-color: #EFEFEF;
}
		
/*トップページ*/
.contmaintop {
	width: 85%;
	margin : auto;
 }
.contmaintop dl {
	margin-top: 0px;
}
.contmaintop dl.eplan {
	width: 44.1%;
	margin-left: 0.15%;
	float: left;
	padding: 2%;
}
.contmaintop dl.splan {
	width: 44.1%;
	float: left;
	margin-left:1%;
	padding: 2%;
}
.contmaintop .eplan dt, .contmaintop .splan dt {
	background-color: #D8EB67;
	border: none;
}
.contmaintop .eplan dt a:hover, .contmaintop .splan dt a:hover {
	color: #00660C;
}
.contmaintop dt {
	border-left: 5px solid #666;
	border-bottom: 3px solid #CCC;
	background-color: #DEE7FF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.3em;
	margin-bottom: 0.2em;
}
.contmaintop dt a {
	text-decoration:none;
	border-bottom: 1px dotted #666;
	color: #000;
}

.plans dt a, .plans dt a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #FFF;
}
.contmaintop dt a:hover {
	color: #FFA500;
}
.contmaintop dd {
	margin-left: 1.5em;
	border-bottom: 1px dotted #BBB;
	line-height: 140%;
}

div.toprightmenu {
		float: left;
		width : 23%;
		/*border: 2px dotted #DDD;*/
		margin : 1%;
		padding: 2%;
}
.toprightmenu li {
	list-style-type: none;
	/*background: url("../images/icons/one_point.gif") no-repeat center left;*/
}

.toprightmenu .campaign {
	text-align: center;
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}
.toprightmenu .campaign_kikan {
	text-align: center;
	margin-bottom: 1em;
}
.toprightmenu .campaign2 {
	text-indent: 0;
	margin-bottom: 1em;
}

div.topinfomation {
	width: 66%;
	float: left;
	padding: 2%;
}
.topinfomation .news {
	color: #0066cc;
}
.topinfomation .trouble {
	color: #ff6600;
}
.topinfomation .trouble_link a:link {
	color: red;
}
.topinfomation .trouble_link a:visited {
	color: red;
}
.topinfomation dl dd p {
	text-indent: 1.5em;
}
.orderlink {
	margin: 2px 0 5px 0;
	text-align: right;
}

/*中身*/
#contents {
		width: 85%;
		margin: 10px auto 10px auto;
}

.contmain{
		width: 77%;
		padding-left: 0.5em;
		border-left: 1px solid #888;
		line-height: 130%;
		float: left;
		}
.contmain p{
		margin-left: 1em;
		}
		
.contmain ul, .contmain ol{
		margin-left: 2.5em;
		}

.contmain li{
		line-height: 140%;
		}
/*フッタ*/
.footer {
		clear: left;
		width: 85%;
		margin : 0 auto 0 auto;
		padding-top: 10px;
		}
.footer ul{
		padding: 3px;
		margin: 0px;
		text-align: center;
		border: 1px solid #666;
		}
.footer li{
		list-style-type: none;
		background: url(../images/icons/one_point.gif) no-repeat center left;
		padding-left: 9px;
		display: inline;
		}

/* 各ページ特有のスタイル */
dl.table {
	margin-left: 1em;
}
.table dt {
	border: 1px solid #666;
	border-left: 4px solid #666;
	background-color:#F1F1F1;
	padding: 2px;
	padding-left: 5px;
	margin: 3px;
	margin-top: 1em;
}
.table dd {
	margin-left: 2em;
}
.searchresult{
	line-height:140%;
	}
.searchresult li{
	margin-top:1em;
	}
.srwords{
	color: #F00;
	font-weight:bold;
	}
table.sbcheck,table.sbcheck3{
	border:1px solid #000;
	border-collapse:collapse;
	text-align:center;
	width:80%;
	margin:1em auto 1em auto;
	}
.sbcheck th{
	margin:0px;
	padding:0.5em;
	color:#FFF;
	background-color:#000;
	}
.sbcheck3 th{
	margin:0px;
	padding:0.2em;
	color:#FFF;
	background-color:#000;
	}
.sbcheck3 td{
	margin:0px;
	padding:0.2em;
	border:1px solid #000;
	}
.sbcheck td{
	margin:0px;
	padding:0.8em;
	border:1px solid #000;
	}
.sbcheck2{
	background-color:#F1F1F1;
	}
.sbcheckerror{
	text-align:center;
	text-decoration:underline;
	color:#F00;
	font-weight:bold;
	}
.sbcheckcap{
	margin-top:0.5em;
	margin-bottom:1em;
	font-size:x-small;
	}
.sbcheckok{
	text-align:center;
	text-decoration:underline;
	color:#00F;
	font-weight:bold
	}
table.cmp{
	border:1px solid #000;
	border-collapse:collapse;
	text-align:center;
	width:80%;
	margin:1em auto 1em auto;
	}
.cmp th{
	margin:0px;
	padding:0.1em;
	background-color:#DDD;
	border:1px solid #000;
	font-weight:normal;
	}
.cmp td{
	border:1px solid #000;
	padding:1px;
	}
th.cmpli{
	text-align: left;
	color: #FFF;
	font-weight:bold;
	background-color: #666;
	}
th.cmpti{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	}
.s_spec_table {
	width:60%;
	margin:0 auto 1em auto;
}
.s_spec_clear {
	margin-bottom: 2em;
}
.s_spec_red a:link {
	color:red;
}
.s_spec_red a:visited {
	color:red;
}
.s_spec_show_title {
	text-align:left;
	font-weight:bold;
}
.s_spec_show_tr {
	text-align:left;
}
.s_spec_show_tr_c {
	text-align:left;
	background-color:#F1F1F1;
}
.s_spec_uptime_tr {
	line-height: 200%;
}
.s_spec_uptime_tr_c {
	background-color:#F1F1F1;
	line-height: 200%;
}
.agreement_h5 {
	margin-top:1em;
}
.content_affiliate {
		width: 79%;
		margin: 0 auto 0 auto;
}
.contmain_affiliate {
		padding-right: 1em;
		line-height: 150%;

}
.contmain_affiliate p {
		margin-left: 1em;
		}
.contmain_affiliate ul, .contmain_affiliate ol{
		margin-left: 2.5em;
		}

/*	お知らせ	*/
#news .list {
	width: 70%;
	float: left;
}
#news .list dl {
	width: 100%;
	text-indent: 1em;
	margin-bottom: 0.5em;
}
#news .news {
	color: #0066cc;
}
#news .trouble {
	color: #ff6600;
}
#news .tb {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-top: 2em;
	margin-right: 1em;
}
#news .tb_h {
	border-top: 1px dotted;
	margin-top: 2em;
	margin-right: 1em;
}
#news .tb_url {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-right: 1em;
}
#news .tb_show {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}
#news .tb_show:hover {
	background-color: #EFEFEF;
}
#news .date {
	text-align: right;
}
#news h4 {
	text-align: center;
	border: 0;
	font-size: 1.2em;
}
#news .body {
	margin: 0 auto 0 auto;
	width: 90%;
	margin-top: 3em;
}

table.price td {
	padding: 0.2em;
}

/*	小さいテーブル	*/
#small_table {

}
#small_table .table {	/* 全体	*/
	margin-left:2em;
	background-color:#000000;
	text-align:center;
}
#small_table .td_left {	/* 左側のtd	*/
	background-color:#DDDDDD;
	width:100px;
}
#small_table .td_right {	/* 右側のtd	*/
	background-color: #FFF;
	text-align: left;
	text-indent: 1em;
}

/*	広告ページ http://ad.just-size.net/	*/
#adpage {
	width: 80%;
	margin: 0 auto 0 auto;
}
#adpage h1 {
	text-align: center;
	margin: 1em;
}
#adpage h2 {
	text-align: left;
	text-indent: 1em;
	font-size: 1.3em;
	border: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-color: #0099FF;
	color: #FFF;
}
#adpage .comment {
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
}
#adpage .left {
	float: left;
	width: 40%;
	margin-left: 5%;
}
#adpage .right {
	float: right;
	width: 40%;
	margin-right: 5%;
}
#adpage .access {
	clear: both;
	width: 50%;
	margin: 1em auto 1em auto;
	background-color: #FF6633;
	text-align: center;
	padding: 0.5em;
}
#adpage .access A:link, .access A:visited {
	color: #FFF;
	font-size: x-large;
}

/* 利用規約 */
#agreement {

}
#agreement h4 {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 1em;
	border-bottom: 2px solid #999;
	border-left: 0.5em solid #999;
	padding-left: 5px;
	font-size: small;
}
#agreement li {
	margin-left: 1em;
}
