/* CSS Document */

/* -----------------------
全体
----------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E0E9EF;
	font-size: 90%;
	text-align:center;
	line-height: 1.5;
	color: #333333;
	background-image:url(../image/background-image1.png);
	background-repeat: repeat-y;
	background-position: center top;
	}


div#main {  
	 width: 750px;  
	 margin: 0 auto;  
}  

h1 {
	margin:0px;
	}

h2 {
	font-size: 12pt;
	margin:0px;
	}
	
h3 {
	color: #FFFFFF;
	background-color: #203382;
	font-size: 12pt;
	padding: 3px 5px 3px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
	}
	

	
h4 {
	font-size: 12pt;
	color: #FF3300;
	clear: both;
	font-weight: bold;
	margin: 10px 10px 2px 5px;
	}
	
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 30px;
	}

p {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
	
img { 
	margin: 0px;
	border: 0px;
	}
		
	
img.right{
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
img.left{
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	}	



/* -----------------------
ヘッダー
----------------------- */
div#header {
	width: 750px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #223C9D;
	color:#DBE1F6;
	text-align:left;
	}
	
div#header h1{
	font-size: 12pt;
	margin: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 0px;
	line-height: 1.2;
	}
	
div#header h2{
	font-size: 9pt;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1.3;
	font-style: normal;
	font-weight: normal;
	}

div#header address{
	font-size: 14pt;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	text-align:right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: bold;
	}



		
		

/* -----------------------
トップイメージ
----------------------- */
	
div#topimage{
	margin: 0px;
	padding: 0px;
	width: 750px;
	}
	
div#topimage img { 
	border: 0px;
	margin: 0px;
	}
	
/* -----------------------
メニュー＆コンテンツ
----------------------- */
div#content{
	width:750px;
	margin:0;
	padding:0;
	border:0px;
	text-align:left;
	background:url(../image/content_back01.gif) repeat-y 0 0;
	}



/* -----------------------
トップメニュー
----------------------- */
ul.topmenu {
	margin:0px;
	padding:0px;
	border:0px;
	}


ul.topmenu li{
	font-size: 11pt;
	line-height:40px;
	list-style-type: none;
	text-align:center;
	float:left;
	font-weight: bold;
	}
	
ul.topmenu li a {
	display:block;
	width: 150px;
	height:40px;
	text-decoration:none;
	color: #666666;
	}
	
ul.topmenu li a {
	background: url(../image/menu_back01.gif) 0 0 no-repeat;
	}
	
ul.topmenu li a:hover {
	background: url(../image/menu_back01.gif) 0 -40px no-repeat;
	}


	
/* -----------------------
メニューエリア
----------------------- */
div#box-menu{
	float:left;
	width:180px;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

.menu_kaisyajoho{
	text-align:left;
	font-size: 9pt;
	}



/* -----------------------
商品メニュー
----------------------- */
ul.menu_main{
	margin:0px;
	padding:0px;
	border:0px;
	}


ul.menu_main li{
	font-size: 11pt;
	line-height:30px;
	list-style-type: none;
	text-align:center;
	font-weight: bold;
	}
	
ul.menu_main li a {
	display:block;
	width: 180px;
	height:30px;
	text-decoration:none;
	color: #FFFFFF;
	}
	
ul.menu_main li a {
	background: url(../image/menu_back02.gif) 0 0 no-repeat;
	}
	
ul.menu_main li a:hover {
	background: url(../image/menu_back02.gif) 0 -30px no-repeat;
	}


/* -----------------------
サブメニュー
----------------------- */

ul.menu_sub{
	margin:0px;
	padding:0px;
	border:0px;
	}

ul.menu_sub li{
	font-size: 9pt;
	line-height:25px;
	list-style-type: none;
	text-align:center;
	}
	
ul.menu_sub li a {
	display:block;
	width: 180px;
	height:25px;
	text-decoration:none;
	color: #FFFFFF;
	}
	
ul.menu_sub li a {
	background: url(../image/menu_back03.gif) 0 0 no-repeat;
	}
	
ul.menu_sub li a:hover {
	background: url(../image/menu_back03.gif) 0 -25px no-repeat;
	}






/* -----------------------
内容
----------------------- */
div#box-main{
	float:right;
	width:510px;
	padding:30px;
	border:0px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: x;
	margin-bottom: 0;
	margin-left: x;
	}


ul.box-main li{
	margin:150px;
	padding:150px;
	}



/* -----------------------
フッダー
----------------------- */
div#footer {
	width: 750px;
	background-color:#152563;
	line-height: 1.5;
	color: #FFFFFF;
	clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
	
/* -----------------------
その他
----------------------- */
.white_bold {
	color: #FFFFFF;
	font-weight: bold;
	}

.red {
	color: #FF0000;
	}
	
.blue {
	color: #0000CC;
	}

.address{
	color: #000099;
	font-weight: bold;
	font-size: 12pt;
	}
	

	
	
/* -----------------------
よくあるご質問
----------------------- */
.question{
	background-image: url(../qa/icon_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5;
	color: #444CB8;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 20pt;
	margin-bottom: 0pt;
	font-weight: bold;
	}
	
.answer{
	background-image: url(../qa/icon_answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 20pt;
	}
	
	
.kugiri{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

