@charset "shift_jis";
																

/*全称セレクタやリンク*/

* {font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
	font-size:16px;
	}

a:link{
	color:#0000FF;
	text-decoration:underline;
	}

a:visited{
	color:#800080;
	}

a:hover{
	color:#cc0000;	font-size:16px;

	}

/*bodyと大枠のスタイル*/

body{
	background-image:url(../img/back.gif);
	background-color:#ffffff;
	text-align:justify;

}
div#container{
	background-color:#FFFFFF;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	width:650px;
	margin:0 auto;
	}

h3 {font-size:18px;
	font-weight:bold;
	padding:10px 0px;
	}
	
h4 {font-size:16px;
	font-weight:bold;
	padding:10px 0px;
	}
	
	
ul {list-style:disc;
	}

li {list-style-position: inside;
	list-style:disc;
	padding-left:10px;
	line-height:140%;
	}

ol li{list-style-type:decimal;
}

img {border-style:none;}	

p {padding:10px 0px;}


/*ヘッダのスタイル*/

div#head{
		width:650px;
		height:180px;
	margin:0 auto;
	background-image:url(../img/head17.jpg);
	
	}
	
div#head h1{
	font-size:0.8em;
	color:#000000;
	font-size:40px;
	font-weight:normal;
	width:600px;
	margin:0px;
	margin-bottom:10px;
	padding-top:40px;
	text-align:center;
	}

div#head h2{
	font-size:0.8em;
	color:#000000;
	font-size:30px;
	font-weight:normal;
	width:600px;
	margin:0px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:center;
	}

div#headimg{
	border:0;
	}

div#head img {border-style:none;
	}



/*コンテンツ部分*/

div#Main{
	margin:0 auto;
	width:550px;	
}

div#Main h2{
	font-size:32px;
	line-height:135%;
	color:#FF0000;
	margin:50px 0 30px 20px;
	text-align left;
	width:550px;
}

div#Main h3{
	color:#FF6347;
	font-size:24px;
	text-align center;
	margin:50px 0 0 0;
}

div#Main p{
	color:#444444;
	line-height:220%;
	margin:17px 0 17px 0;
	clear: both;
	font-size:16px;
}

div#Main ul {margin-left:20px;}

div#Main li{background: url(../img/icon04.gif) no-repeat  ;
    list-style: none;
	padding-left:25px;
	padding-top:2px;
	line-height:135%;
	font-weight:bold;
	font-size:18px;
	}
	
img.bm {margin-bottom:10px;}

.center {text-align:center;}

.right {float:right; margin-left:20px;}

.left {float:left; margin-right:20px;}

/*囲み*/

.dot {width:520px;
	border:4px #FF0000 dotted;
	background-color:#FFFFCC;
	padding:10px;
	}

.dot :after {
	clear:both;
	content : "";
	display : block;
	height : 0;}

.double {width:520px;
	border:4px #F4A460 double;
	background-color:FFFFCC;
	padding:10px;
	}
	
.double:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
}

.solid {width:520px;
	border:3px #FF9900 solid;
	background-color:#FFE4E1;
	padding:10px;
	}

.caution {
	font-size:10px;
	line-height:140%;


}

.solid:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}

.solid2 {width:520px;
	border:1px #FF9900 solid;
	background-color:#FFFFFF;
	padding:10px;
	}

.solid2:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}

.solid3 {width:520px;
	border:1px #99CC00 solid;
	background-color:#FFFFFF;
	padding:10px;
	}

.solid3:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}


.kakaku {width:450px;
	border:4px #FF0000 double;
	background-color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	font-size:18px;
	}
	
.kakaku:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}
		
/*フッタ部分*/

div#footer{
	height:20px;
	background-color:#FF6699;
	width:650px;	
	}
div#footer address{
	padding:3px 0px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	font-style:normal;
	}
div#footer address a{
	color:#ffffff;
	text-decoration:none;
	}

/*文字装飾　赤い文字*/

.red{color:#CC0000;
}

.redBold{color:#CC0000;
	 font-weight:bold;
}
	  
.redbgye {color:#CC0000;
	font-weight:bold;
	background-color:#FFFF00;
}

.redb_k{color:CC0000;
	font-weight:bold;
	font-size:30px;
}

/*文字装飾　青い文字*/

.bule{color:#3366CC;
}

.blueBold{color:#3366CC;
	font-weight:bold;
}

/*文字装飾　緑の文字*/

.green{color:#669933;
}
	
.greenBold{color:#669933;
	font-weight:bold;
}

/*文字装飾　オレンジの文字*/

.orange{color:#FF6600;
}

.ogangeBold{color:#FF6600;
	font-weight:bold;
}

/*文字装飾　ピンクの文字*/

.pink{color:#FF9999;
}

.pinkBold{color:#FF9999;
	font-weight:bold;
}


/*アンダーライン*/

.underline{ text-decoration:underline;
}


/*取り消し線*/

.not{ text-decoration:line-through;
}

.notred_k { text-decoration:line-through;
	color:CC0000;
	font-size:20px;
	font-weight:bold;
}

/*取り消し線*/

.not{ text-decoration:line-through;}


/*強調1*/

.impact{
	padding: 0px;
	color: #000000;
	background-color: #ffff66;
}


/*線*/
hr{
	border-width: 1px 0px 0px 0px;
	color:#cccccc;
	border-style: solid none none none;
	clear: both;
	margin:20px 0px;
}

/*特定商取引法に基づく表記　テーブルに関するもの*/

table.tb {width:550px;
	margin: 0px auto 40px auto;
	border:1px;
	line-height:135%;
	border-collapse:collapse;
}


table.tb td.title {background-color:#F5F5DC;
	padding:10px;
	width:180px;
	border:1px solid #cccccc;
	text-align:center;
	
	}
	
table.tb td.content {background-color:#FFFFFF;
	padding:10px;
	width:370px;
	border:1px solid #cccccc;
	text-align:left;
	}
	
table.tb caption {padding:30px 0px;
	font-weight:bold;
	font-size:1.3em;}

/*プライバシーポリシー　テーブルに関するもの*/

table.tb td.content.2 {width:500px;
	}

