@charset "utf-8";

/* CSS Document */



body  {

	font-size: 16px;

	line-height: 140%;

	background-color: #030605;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	background-image: url(img/001.jpg);

	background-repeat: repeat-y;

	background-position: center top;

}



.clr {

	clear: both;

}



/*-------------------------------------------------------------------------------------------------------(link color)----------*/



a {

	color: #4D7DC1;

}



a:active {

	color: #9E3EFF;

}



a:hover {

	color: #2C4F7E;



}



/*-------------------------------------------------------------------------------------------------------(textblock)----------*/



.text_box_right

{

	text-align: right;

}



.text_box_center

{

	text-align: cenetr;

}



.text_box_left

{

	text-align: left;

}



/*-------------------------------------------------------------------------------------------------------(text)----------*/



.text_bold

{

	font-weight: bold;

}



.text_bold_20

{

	font-weight: bold;

	font-size: 20px;

	line-height: 150%;

}



.text_bold_25

{

	font-weight: bold;

	font-size: 25px;

	line-height: 150%;

}



.text_bold_20_red

{

	font-weight: bold;

	font-size: 25px;

	line-height: 150%;

	color: #B22222;

}



.text_bold_25_red

{

	font-weight: bold;

	font-size: 30px;

	line-height: 150%;

	color: #B22222;

}



.text_bold_35_red

{

	font-weight: bold;

	font-size: 35px;

	line-height: 150%;

	color: #A52A2A;

}




.text_under

{

	text-decoration: underline;

}



.text_bold_under

{

	text-decoration: underline;

	font-weight: bold;

}



.text_bold_red

{

	font-weight: bold;

	color: #FF0000;

}



.text_under_red

{

	text-decoration: underline;

	color: #FF0000;

}



.text_bold_under_red

{

	text-decoration: underline;

	font-weight: bold;

	color: #FF0000;

}



.text_bold_by

{

	font-weight: bold;

	background-color: #FFFF00;

}



.text_under_by

{

	text-decoration: underline;

	background-color: #FFFF00;

}



.text_bold_under_by

{

	text-decoration: underline;

	font-weight: bold;

	background-color: #FFFF00;

}



.text_bold_red_by

{

	font-weight: bold;

	color: #FF0000;

	background-color: #FFFF00;

}



.text_under_red_by

{

	text-decoration: underline;

	color: #FF0000;

	background-color: #FFFF00;

}



.text_bold_under_red_by

{

	text-decoration: underline;

	font-weight: bold;

	color: #FF0000;

	background-color: #FFFF00;

}



.text_by

{

	background-color: #FFFF00;

}



/*-------------------------------------------------------------------------------------------------------(container)----------*/



#container {

	width: 699px;

	margin-right: auto;

	margin-left: auto;

	background-color: #FFFFFF;

}



.box {

	padding-top: 20px;

	padding-right: 50px;

	padding-bottom: 40px;

	padding-left: 50px;

}



.box2 {

	padding: 20px;

	margin-right: 50px;

	margin-left: 50px;

	border: 3px solid #000000;

	margin-top: 20px;

	margin-bottom: 20px;

}



.box3 {

	padding: 20px;

	margin-right: 20px;

	margin-left: 20px;

	border: 3px solid #B22222;

	margin-top: 20px;

	margin-bottom: 20px;

}





/*-------------------------------------------------------------------------------------------------------(head)----------*/



#head {

	width: 699px;

}



/*-------------------------------------------------------------------------------------------------------(content)----------*/



#content {

	width: 699px;

}



/*-------------------------------------------------------------------------------------------------------(left)----------*/



#left {

	width: 200px;

	float: left;

}



/*-------------------------------------------------------------------------------------------------------(right)----------*/



#right {

	width: 360px;

	float: right;

}



/*-------------------------------------------------------------------------------------------------------(foot)----------*/



#foot {

	width: 699px;

	text-align: center;

	background-image: url(img/049.jpg);

	height: 143px;

}


#hukidashi {
position:absolute;
left:0;
top:50px;
}



/*---------------------------------------------------------------------------------------------------------------------------------

0.++IMG BTN



#menu_text {

	margin-left: 30px;

}



.menu-list

{

	margin: 0;

	padding: 0;

	list-style: none;

	text-align: center;

}



.menu-list-item a

{

	width: 142px;

	height: 16px;

	padding-top: 1px;

	display: block;

	font-size: 12px;

	text-decoration: none;

	float: left;

	margin: 3px;

	color: #FFFFFF;

	background-color: #333333;

}



.menu-list-item a:hover

{

	color: #FFFFFF;

	font-weight: bold;

}



-----------------------------------------------------------------------------------------------------------------------TEXT BTM



#menu_btn {

	padding-left: 30px;

}



ul.btn {

	margin:0px;

	list-style-type:none;

	padding: 0px;

}



ul.btn li {

	width:120px;

	height:30px;

	float: left;

}



ul.btn li a {

	display:block;

	width:120px;

	height:30px;

	text-indent:-10000em;

	background-repeat:no-repeat;

	background-position:50% 0px;

}



ul.btn li a:hover {

	background-position:50% -30px;

}

ul.btn li.btn01 a {

	background-image:url(imge/bt_01.jpg);

}



----------*/

