﻿@charset "utf-8";

/*

========================= guide css =========================

	ガイドページのCSS
		1.要素（h3、a、a:hoverなど）
		2.indexページ用の4つのボックス
		3.リスト
		4.テーブル
		5.OEM（不要なのでは）

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


/* 1.要素（h3、a、a:hoverなど）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .item h2 {
	width: 660px;
	margin: 0 10px 0 15px;
	padding: 13px 0px 5px 5px;
	border-bottom: #1E94D4 solid 5px;
	font-size: 16px;
	font-weight: bold;
}

#main  h3 {
	margin: 0 10px 0 15px;
	padding: 10px 0px 5px 5px;	
	color: #1E94D4;
	font-size: 16px;
	font-weight: bold;
}

#main .item a {
	color: #000;	
	text-decoration: none;
}

#main .item a:hover {
	color: #1E94D4;	
	text-decoration: underline;
}

#main .item .mizuiro {
	line-height: 150%;	
	margin: 15px 20px 5px 20px;
	padding: 0px 0px 0px 0px;
	color: #1FA2D5;
	font-size: 20px;
	font-weight: bold;
}

#main .item .mizuiro2 {
	line-height: 150%;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #1FA2D5;
	font-size: 14px;
	font-weight: bold;
}


/* 4.indexページ用の4つのボックス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .item .fourbox1 {
	float: left;
	clear: both;
	width: 335px;
	height: 185px;
	margin: 15px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	background: url(../image/box335185_bg.gif) no-repeat center top;	
}

/* *hack for IE6 */
* html #main .item .fourbox1 {
	margin: 15px 0px 0px 12px;
}


#main .item .fourbox2 {
	float: right;
	clear: right;
	width: 335px;
	height: 185px;
	margin: 15px 25px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: url(../image/box335185_bg.gif) no-repeat center top;	
}

/* *hack for IE6 */
* html #main .item .fourbox2 {
	margin: 15px 12px 0px 0px;
}

#main .item .fourbox3 {
	float: left;
	clear: both;
	width: 335px;
	height: 185px;
	margin: 15px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	background: url(../image/box335185_bg.gif) no-repeat center top;
}

/* *hack for IE6 */
* html #main .item .fourbox3 {
	margin: 15px 0px 0px 12px;
}

#main .item .fourbox4 {
	float: right;
	clear: right;
	width: 335px;
	height: 185px;
	margin: 15px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../image/box335185_bg.gif) no-repeat center top;
}

/* *hack for IE6 */
* html #main .item .fourbox4 {
	margin: 15px 12px 0px 0px;
}

#main .item .fourbox1 h2{
	width: 263px;
	margin: 10px 10px 0px 20px;
	padding: 3px 0px 6px 30px;
	border-bottom: #1E94D4 solid 3px;
	background: url(../image/payment_icon.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
}

#main .item .fourbox2 h2{
	width: 263px;
	margin: 10px 10px 0px 20px;
	padding: 3px 0px 6px 30px;
	border-bottom: #1E94D4 solid 3px;	
	background: url(../image/privacy_icon.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
}

#main .item .fourbox3 h2{
	width: 263px;
	margin: 10px 10px 0px 20px;
	padding: 3px 0px 6px 30px;
	border-bottom: #1E94D4 solid 3px;	
	background: url(../image/returned_icon.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
}

#main .item .fourbox4 h2{
	width: 263px;
	margin: 10px 10px 0px 20px;
	padding: 3px 0px 6px 30px;
	border-bottom: #1E94D4 solid 3px;	
	background: url(../image/guide_icon.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
}


/* 3.リスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#main .item ul {
	list-style: disc inside;
	margin: 10px 15px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#main .item ul li {
	list-style: disc inside;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

#main .item li a {
	color: #000;	
	text-decoration: none;
}

#main .item li a:hover {
	color: #1E94D4;
	text-decoration: underline;
}

#main .item ol {
	list-style: none inside;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#main .item ol li {
	list-style: none inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* 4.テーブル
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .item table {
	width: 660px;
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 0px 0px;	
	border-collapse: collapse;
	table-layout: auto;
}

#main .item table tr th {
	width: 120px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	border: #669999 solid 1px;
	background-color:#DFF1F8;
}

#main .item table tr td {
	width: 480px;
	height: 40px;
	line-height:150%;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 10px;
	border: #669999 solid 1px;
}


/* 5.OEM（不要なのでは）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .item .oem img {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 75px;
}
