@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////////*/
/*- Start 共通設定 -*/
*{
	padding:0px;
	margin:0px;
}

img{
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	letter-spacing:1px;
	line-height:150%;
	color:#191919;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	background-image:url(../img/back.gif);
}

br{
	letter-spacing: 0;
	clear:both;
}

div.basic{
	width:950px;
	height:auto;
	background-color:#f0fff7;
	margin: 0px auto;
	margin-top:20px;
	padding-top:10px;
}

div.left{
	width:230px;
	height:100%;
	padding:0px 5px 0px 15px;
	background-color:#f0fff7;
	float:left;
}

div.right{
	width:700px;
	height:100%;
	background-color:#f0fff7;
	float:left;
}

div.note1{
	width:637px;
	height:30px;
	margin: 0px auto;
	margin-top:10px;
	background-image:url(../img/note_1.gif);
}

div.note1 span{
	visibility:hidden;
}

div.note2{
	width:637px;
	height:100%;
	margin: 0px auto;
	background-image:url(../img/note_2.gif);
	padding:15px 0px;
}

div.note3{
	width:637px;
	height:30px;
	margin: 0px auto;
	background-image:url(../img/note_3.gif);
}

div.note3 span{
	visibility:hidden;
}

div.note{
	width:600px;
	margin: 0px auto;
}

div.top_main span{
	font-weight:bold;
}

div.top_main h2{
	text-align:center;
	margin-bottom:22px;
}

div.top_coment01{
	float:left;
	width:385px;
	height:180px;
	padding:12px 10px 0px 36px;
	background-image:url(../img/coment_back.png);
	background-repeat: no-repeat;
	background-position:bottom;
	font-size:14px;
	letter-spacing:0.2px;
	line-height: 140%;
	margin-left:-40px;
	margin-top:10px;
}

div.top_coment02{
	float:right;
	width:385px;
	height:180px;
	padding:12px 36px 0px 10px;
	background-image:url(../img/coment_back2.png);
	background-repeat: no-repeat;
	background-position:bottom;
	font-size:14px;
	letter-spacing:0.2px;
	line-height: 140%;
	margin-right:-22px;
}

div.top_coment03{
	float:left;
	width:385px;
	height:180px;
	padding:12px 10px 0px 36px;
	background-image:url(../img/coment_back.png);
	background-repeat: no-repeat;
	background-position:bottom;
	font-size:14px;
	letter-spacing:0.2px;
	line-height: 140%;
	margin-left:-30px;
	margin-top:-10px;
}

.aqua{
	color:#00a0e9;
}

.purple{
	color:#ad009a;
}

.orange{
	color:#ff5b00;
}

.pink{
	color:#e95566;
}

.green{
	color:#008200;
}

.blue{
	color:#0000ff;
}

.red{
	color:#e5004f;
}

h1{
	margin-bottom:15px;
}

.h{
	color:#004c00;
	font-weight: bold;
	margin-left:50px;
}

.top_left{
	float:left;
	margin-left:-20px;
}

.top_right{
	float:right;
	margin-right:-20px;
}

.entry{
	margin-left:20px;
}

.copyright{
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

.copyright a{
	color:#000000;
}

.copyright a:hover{
	color:#666666;
}