@import url("common.css");

/* ==================================================

モーハワイ☆サーバー  コンテンツ用スタイルシート
http://mo-server.com/css/contents.css

===================================================== */


/* -----
共通
================================================ */

div#main-col {
	float: left;
	width: 575px;
	margin-right: 31px;
}

div#contents {
	width: 575px;
	text-align: left;
	background-color: #ffffff;
}

div#contents-inner {
	margin: 20px;
}

div#contents h2 {
	clear: both;
	display: block;
	width: 555px;
	height: 29px;
	padding-top: 7px;
	padding-left: 20px;
	text-align: left;
	font-size: 116%;
	background: url(../common_img/contents_h2_bg.png) no-repeat;
}

div#contents h3 {
	clear: both;
	display: block;
	margin-top: 20px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-size: 108%;
	background: url(../common_img/contents_h3_bg.png) repeat-x 0 bottom;
}

div#contents-inner h4 {
	margin: 10px 0 ;
	padding: 8px;
	padding-left: 5px;
	background: url(../common_img/contents_h4_bg.png) repeat-x 0 top;
}

div#contents-inner p {
	margin: 8px 5px;
}

div#contents-inner ul {
	margin: 8px 0;
}

div#contents li {
	display: block;
	padding-left: 25px;
	margin-top: 10px;
	background: url(../common_img/link_ico_blue.png) no-repeat 10px 4px;
}

div#contents li.nolink {
	padding-left: 3px;
	background: none;
	font-weight: bold;
}

div#contents p.text-box {
	
}


div#inquiry-box {
	margin-top: 30px;
}

div#contents td,
div#contents th {
	padding: 8px;
}

div#contents th {
	white-space: nowrap;
}

/* -----
パンくずナビ
================================================ */

ul#pankuzu {
	display: block;
	padding-bottom: 10px;
	font-size: 93%;
}

ul#pankuzu li {
	display: inline;
	float: left;
	
}

ul#pankuzu li a {
	padding-right: 20px;
	background: url(../common_img/pankuzu_ico.gif) no-repeat right;
	text-decoration: none;
}


/* -----
カテゴリナビ
================================================ */

ul#categoly-link {
	display: block;
	width: 575px;
	margin-bottom: 15px;
	border-bottom: 2px solid #5b70ac;
}
ul#categoly-link li {
	float: right;
	margin-left: 6px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 7px 10px;
	background: url(../common_img/category_tab02.gif) repeat-x;
}
ul#categoly-link li a {
	text-decoration: none;
	font-weight: bold;
	color: #0d0f59;
}


/* -----
サービス
================================================ */

div#service div.point {
	float: left;
	width: 255px;
	height: 230px;
	margin-left: 10px;
	
}

div#service div.service-list {
	float: left;
	width: 161px;
	min-height: 90px;
	padding: 5px;
	padding-top: 8px;
	margin-top: 10px;
	margin-left: 6px;
	_margin-left: 3px;
	font-size: 93%;
	background: url(../service/img/plan_bg.png) no-repeat 0 top;
}

div#service div.service-list img {
	float: left;
	margin-right: 3px;
}

div#service div.service-list p {
	float: right;
	width: 87px;
	margin: 0;
	margin-right: ;
}

/* -----
ドメイン
================================================ */

div#ikan01 ul,
div#ikan02 ul,
div#domain-shinki ul {
	display: none;
	
}

div#ikan01 {
	width: 520px;
	height: 512px;
	background: url(/domain/img/domain_ikan_flow.png) no-repeat;
}

div#ikan02 {
	width: 520px;
	height: 487px;
	background: url(/domain/img/domain_dns_flow.png) no-repeat;
}

div#domain-shinki {
	width: 520px;
	height: 288px;
	background: url(/domain/img/domain_shinki_flow.png) no-repeat;
}




/* -----
モーハワイのPR
================================================ */

div#contents p.bg-pink {
	background-color: #FFE5DF;
	padding: 15px;
}

/* -----
FAQ
================================================ */

div#contents ol li {
	margin-top: 5px;
}

div#contents div.faq-box {
	margin: 10px 0;
	padding-top: 0px;
	border: 1px solid #6699FF;
}

div#contents div.faq-box h4 {
	margin: 0;
	width: 100%-10px;
	padding: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 108%;
	background-color: #6699FF;
	background-image: none;
}

div#contents div.faq-box p {
	padding: 8px;
}

div#contents div.faq-box a.page-top {
	display: block;
	padding-right: 10px;
	text-align: right;
}

/* -----
申し込みフォーム
================================================ */

table#signup-table {
	margin-top: 10px;
	border: 1px solid #5B9CF0;
	border-spacing: 1px;
	border-collapse: collapse;


}

table#signup-table th,
table#signup-table td {
	padding: 8px;
	border: 1px solid #cccccc;
}

table#signup-table th {
	white-space: nowrap;
	vertical-align: text-top;
	background: url(../common_img/contents_h4_bg.png) repeat-x 0 top;
}

table#signup-table input[type="text"],
table#signup-table textarea {
	width: 320px;
	margin: 5px 0;
	background-color: #EFF7FF;
}

input[type="submit"] {
	margin-top: 10px;
	margin-left: 250px;
}


/* -----
お問い合わせ
================================================ */

table#form-table {
	margin-top: 10px;
	border: 1px solid #cccccc;
	border-spacing: 1px;
	border-collapse: collapse;

}

table#form-table th,
table#form-table td {
	padding: 10px 5px;
}

table#form-table th {
	white-space: nowrap;
	vertical-align: text-top;
	background: url(../common_img/contents_h4_bg.png) repeat-x 0 top;
}

table#form-table input[type="text"],
table#form-table textarea {
	width: 360px;
	background-color: #EFF7FF;
}

input[type="submit"] {
	margin-top: 10px;
	margin-left: 250px;
}

/* -----
ユーザーズガイド
================================================ */

div#contents ul.guide-list li {
	margin: 0;
}

/* コピー箇所 */

div#userguide-copy table.t-line {
	border-collapse: collapse;
	border: 1px solid #989898;
	border-top: 2px solid #989898;
}

div#userguide-copy table.t-line td {
	border: 1px solid #989898;
}

