@charset "Shift_JIS";

/***************■全体構造*********************/

#contentsbox{
	width: 850px;
}

/*背景色の指定*/
#backcolor{
	background-color: #AFEEEE;
	text-align: center;		/*センタリング(親要素)*/
}

/*　囲み*/
#box_mainSpace{
	background-color: #ffffff;
	width: 750px;
	font-size: 10pt;
	vertical-align: middle;
	border: 2px dotted #009944;
/*	border: 5px solid #000000;*/	/*デバック用*/
	padding: 0px 0px;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}

/*Box*/
.boxSet{
	margin: 20px 15px 20px 25px;
	text-align: center;
	margin:0 auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*Box　右*/
.boxRight{
	padding: 30px 40px 30px 0px;
	text-align: left;
	float:right;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*Box　左*/
.boxLeft{
	padding: 20px 20px 20px 20px;
	text-align: left;
	float:left;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

.clearBoth{
	clear:both;
}


/*内容　（float無）（文字サイズ、黒文字、背景色：白、ライン：男性用）*/
.text_deco_w1{
	width: 676px;
	background:url(image/bg.jpg);
	background-color: #ffffff;
	color:  #000000;
	font-weight: nomal;
	font-size: 10pt;
	padding: 0px 10px 20px 10px;
	border: 2px solid #009E96;
}

/*内容　（float無）（文字サイズ、黒文字、背景色：白、ライン：女性用）*/
.text_deco_w2{
	width: 676px;
	background:url(image/bg.jpg);
	background-color: #ffffff;
	color:  #000000;
	font-weight: nomal;
	font-size: 10pt;
	padding: 0px 10px 20px 10px;
	border: 2px solid #C71585;
}

/*内容　（float無）（文字サイズ、強調、白文字、背景色：男性用）*/
.text_deco_ti1{
	width: 680px;
	background-color: #009E96;
	color:  #ffffff;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 10px;
	text-align: center;
}

/*内容　（float無）（文字サイズ、強調、白文字、背景色：女性用）*/
.text_deco_ti2{
	width: 680px;
	background-color: #C71585;
	color:  #ffffff;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 10px;
	text-align: center;
}


/*センタリング*/
.decoCenter{
	text-align: center;
}


/*画像（囲み線：無　配置：中央）*/
.decoImage{
	padding: 20px 0px 20px 0px;
	border: none;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
