@charset "shift_jis";
																

/*全称セレクタやリンク*/

* {font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
	font-size:1.0em;
	}

a:link{
	color:#0000FF;
	text-decoration:underline;
	}

a:visited{
	color:#800080;
	}

a:hover{
	color:#cc0000;
	}

/*bodyと大枠のスタイル*/

body{
	background-image:url(../img/back05-2.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:1.2em;
	font-weight:bold;
	padding:10px 0px;
	}
	
h4 {font-size:1.0em;
	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/head07.jpg);
	
	}
	
div#head h1{
	font-size:2.0em;
	color:#000000;
	font-weight:normal;
	width:600px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:30px;
	text-align:center;
	}

div#head h2{
	font-size:1.0em;
	color:#000000;
	font-weight:normal;
	width:600px;
	margin-top: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:1.8em;
	color:#CC3300;
	margin:20px 0 30px 0;
	text-align:center;
}

div#Main h3{
	color:#CC3300;
	font-size:1.4em;
	margin:30px 0 0 0;
}

div#Main p{
	font-size:0.9em;
	color:#444444;
	line-height:135%;
	margin:10px 0 17px 0;
	clear: both;
}

div#Main ul {margin-left:20px;}

div#Main li{background: url(../img/icon05.gif) no-repeat  ;
    list-style: none;
	padding-left:25px;
	padding-top:2px;
	line-height:135%;
	font-weight:bold;
	}
	
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 #0099FF dotted;
	background-color:#F0F8FF;
	padding:10px;
	}

.dot :after {
	clear:both;
	content : "";
	display : block;
	height : 0;}

.double {width:520px;
	border:4px #FF9900 double;
	background-color:#FFFFCC;
	padding:10px;
	}
	
.double:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
}

.solid {width:520px;
	border:3px #FF6600 solid;
	background-color:#FFFACD;
	padding:10px;
	}

.solid:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}

.solid2 {width:520px;
	border:1px #FF6600 solid;
	background-color:#FFFFFF;
	padding:10px;
	}

.solid2:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}

.solid3 {width:520px;
	border:1px #000080 solid;
	background-color:#FFFFFF;
	padding:10px;
	}

.solid3:after {
	clear:both;
	content : "";
	display : block;
	height : 0;
	}
		
/*フッタ部分*/

div#footer{
	height:20px;
	background-color:#0099FF;
	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:#CC3300;}
.redBold{color:CC3300; font-weight:bold;}
.redbgye {color:#CC3300; font-weight:bold; background-color:#FFFF00;}

/*文字装飾　青い文字*/
.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;}


/*強調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:#E6E6FA;
	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;
	}
	