@charset "utf-8";

/* CSS Document */



body  {
	font-size: 14px;
	margin: 0px;
	line-height: 150%;
	background-image: url(img/001.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECECEC;
	padding: 0px;

}



.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: center;

}



.text_box_left

{

	text-align: left;

}



/*-------------------------------------------------------------------------------------------------------(text)----------*/



.text_bold

{

	font-weight: bold;

}



.text_size_18

{

	font-weight: bold;

	font-size: 18px;

}

.text_size_182

{
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;

}

.text_size_30

{

	font-weight: bold;

	font-size: 30px;

}




.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;

}

.box_under

{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 15px;
	margin-top: 7px;
	margin-right: 15px;
}


/*-------------------------------------------------------------------------------------------------------(container)----------*/



#container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;

}



/*-------------------------------------------------------------------------------------------------------(head)----------*/



#head {
	width: 650px;
	margin-right: 0px;
	margin-left: 0px;

}



/*-------------------------------------------------------------------------------------------------------(content)----------*/



#content {

	width: 650px;

}



.box01 {
	padding-right: 20px;
	padding-left: 20px;
}

.box02 {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/008.jpg);
	height: 96px;
}

.box022 {
	padding-right: 70px;
	padding-left: 70px;
	background-image: url(img/010.jpg);
	background-repeat: repeat-y;
}

.box023 {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/009.jpg);
	height: 21px;
	background-repeat: no-repeat;
}

.box03 {
	width: 555px;
	margin-right: 44px;
	margin-left: 45px;
	border: 3px solid #900000;
	margin-top: 30px;
	margin-bottom: 30px;
}

.box04 {
	text-align: right;
	padding-right: 30px;
	font-size: 24px;
	font-weight: bolder;
}

.box05 {
	font-weight: bolder;
	width: 500px;
	margin-right: 75px;
	margin-left: 75px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}

.box06 {
	width: 550px;
	margin-right: 50px;
	margin-left: 50px;
}






.boxheada {
	width: 600px;
	background-image: url(images3/jyouhou_001.jpg);
	height: 55px;
	padding-top: 140px;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.txc {
   text-align: center;
}




/*-------------------------------------------------------------------------------------------------------(left)----------*/



#left {

	width: 200px;

	float: left;

}



/*-------------------------------------------------------------------------------------------------------(right)----------*/



#right {

	width: 360px;

	float: right;

}



/*-------------------------------------------------------------------------------------------------------(foot)----------*/



#foot {

	width: 650px;

	text-align: center;

	background-image: url(img/img007.jpg);

	height: 33px;

}



/*---------------------------------------------------------------------------------------------------------------------------------

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: 14px;

	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);

}

a img {
    border: none;
}

----------*/
