@charset "utf-8";
/* CSS Document */

body  {
	font-size: 10px;
	_font-size: 62.5%;   /* IE 6 */
	margin: 0px;
	line-height: 150%;
}

.clr {
	clear: both;
}

/*-------------------------------------------------------------------------------------------------------(link color)----------*/

a {
	color: #4D7DC1;
}

a:active {
	color: #9E3EFF;
}

a:hover {
	color: #2C4F7E;

}

/*-------------------------------------------------------------------------------------------------------(textblock)----------*/

.textright
{
	text-align: right;
}

.textcenter
{
	text-align: center;
}

.textleft
{
	text-align: left;
}

/*-------------------------------------------------------------------------------------------------------(text)----------*/

.tb
{
	font-weight: bold;
}

.ti
{
	font-style: italic;
}

.tl
{
	font-weight: lighter;
}

.tr
{
	color: #FF0000;
}

.tr2
{
	color: #800000;
}

.tby
{
	background-color: #FFFF00;
}

.tu
{
	text-decoration: underline;
}

.tn
{
	text-decoration: blink;
}

.tbig
{
	font-size: 1.6em;
}




/*-------------------------------------------------------------------------------------------------------(container)----------*/

#container {
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	background-color: #FFFFFF;
	padding: 0px;
}


.box01 {
	padding-right: 48px;
	padding-left: 47px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box02 {
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.box03 {
	padding-right: 70px;
	padding-left: 70px;
}

.box05 {
	margin-right: 20px;
	margin-left: 20px;
	width: 603px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(img/050.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}

.box05u {
	margin-right: 20px;
	margin-left: 20px;
	width: 663px;
	background-image: url(img/049.jpg);
	height: 25px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.box05d {
	margin-right: 20px;
	margin-left: 20px;
	width: 663px;
	background-image: url(img/051.jpg);
	height: 28px;
	background-repeat: no-repeat;
}

.qanda01 {
	width: 565px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.qanda02 {
	width: 616px;
	background-image: url(img/39.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.qanda03 {
	width: 656px;
	background-image: url(img/40.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 22px;
	margin-left: 24px;
}

.spb01 {
	width: 656px;
	margin-right: 10px;
	margin-left: 25px;
}


.spb02 {
	width: 616px;
	background-image: url(img/43.jpg);
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.spb03 {
	width: 656px;
	margin-right: 10px;
	margin-left: 25px;
	background-image: url(img/44.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 23px;
}

.spb04 {
	width: 616px;
	background-image: url(img/047.jpg);
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.spb05 {
	width: 656px;
	margin-right: 10px;
	margin-left: 25px;
	background-image: url(img/048.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
}


/*-------------------------------------------------------------------------------------------------------(head)----------*/


#head {
	width: 703px;
}


/*-------------------------------------------------------------------------------------------------------(content)----------*/


#content {
	width: 703px;
}


/*-------------------------------------------------------------------------------------------------------(left)----------*/


#left {
	width: 200px;
	float: left;
}


/*-------------------------------------------------------------------------------------------------------(right)----------*/


#right {
	width: 360px;
	float: right;
}


/*-------------------------------------------------------------------------------------------------------(foot)----------*/


#foot {
	width: 703px;
	text-align: center;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 5px;
}


/*---------------------------------------------------------------------------------------------------------------------------------
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);
}

----------*/
