@charset "Shift_JIS";

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

/*背景色の指定*/
body{
	background-image: url(../image/back.gif);
	background-color: #ffffff;
	padding: 30px 0px;
	text-align: center;
}

/*　ヘッダー部　囲み*/
#box_mainSpace{
	width: 800px;
	font-size: 12pt;
	padding: 10px 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　フッター部　囲み*/
#box_footer{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*　挨拶部分　囲み*/
.box_info{
	background-color: #ffffff;
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　今週のおすすめ　囲み*/
.box_osusume{
	background-color: #ffe4b5;
	line-height: 150%;
	width: 600px;
	font-size: 12pt;
	border-radius: 30px;
	vertical-align: middle;
	border: 2px dotted #ff8c00;
	padding: 20px 40px 30px 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　本文　囲み*/
.box_honbun{
	background-color: #ffe4b5;
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*文字色*/
.textRed{
	color:  #ff0000;
}

/*文字色*/
.textOrange{
	color:  #ff8C00;
}

/*文字色*/
.textBlue{
	color:  #4169E1;
	font-weight: bold;
	vertical-align: middle;
}

/*文字色*/
.textMessage{
	color:  #008080;
}

/*文字色*/
.textInterview{
	color:  #008000;
}

/*文字色*/
.textMaroon{
	color:  #800000;
	text-align: center;
}

/*文字色*/
.textRed_b{
	color:  #ff0000;
	font-weight: bold;
}

/*文字色*/
.textOrange_b{
	color:  #ff8C00;
	font-weight: bold;
}

/*文字色*/
.textMessage_b{
	color:  #008080;
	font-weight: bold;
}

/*文字色*/
.textInterview_b{
	color:  #008000;
	font-weight: bold;
}

/*文字色*/
.textMaroon_b{
	color:  #800000;
	font-weight: bold;
}

/*下線付き*/
.textLine_g{
	border-bottom: dotted 5px #000000;
	border-width: thin;
}

/*見出し　行*/
.textLine{
	background-color: #ffffff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #000000;
	width: 580px;
	height: 20px;
	font-size: 12pt;
	padding: 6px 0px 0px 20px;
	text-align: left;
}

.clearBoth{
	clear:both;
}

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


/*タイトル（画像）*/
.decoTitle{
	padding: 0px 0px 10px 0px;
	border: none;
}

/*画像*/
.decoImage{
	padding: 2px 2px 2px 2px;
	border: none;
}

/*画像*/
.decoImage_int{
	padding: 5px 5px 5px 5px;
	border: none;
	float:right;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#336699
}
a:visited{
	text-decoration:none;
	color:#336699
}
a:hover{
	text-decoration:none;
	color:#58a786
}
a:active{
	text-decoration:none;
	color:#58a786
}
