@charset "utf-8";
/* CSS Document */

body  {
	font-size: 14px;
	margin: 0px;
	line-height: 120%;
}

.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_red
{
	color: #FF0000;
}

.text_bold
{
	font-weight: bold;
}

.text_under
{
	text-decoration: underline;
}

.text_by
{
	background-color: #FFFF00;
}


.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;
}

.text18_bold
{
	font-weight: bold;
	font-size: 18px;
}

.text18_bold_under
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

.text18_bold_red
{
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}

.text18_under_red
{
	text-decoration: underline;
	color: #FF0000;
	font-size: 18px;
}

.text18_bold_under_red
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}

.text18_bold_by
{
	font-weight: bold;
	background-color: #FFFF00;
	font-size: 18px;
}

.text18_bold_under_by
{
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFF00;
	font-size: 18px;
}

.text18_bold_red_by
{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: 18px;
}

.text18_bold_under_red_by
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: 18px;
}

.text25_bold
{
	font-weight: bold;
	font-size: 25px;
}

.text25_bold_under
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
}

.text25_bold_red
{
	font-weight: bold;
	color: #FF0000;
	font-size: 25px;
}

.text25_under_red
{
	text-decoration: underline;
	color: #FF0000;
	font-size: 25px;
}

.text25_bold_under_red
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	font-size: 25px;
}

.text25_bold_by
{
	font-weight: bold;
	background-color: #FFFF00;
	font-size: 25px;
}

.text25_bold_under_by
{
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFF00;
	font-size: 25px;
}

.text25_bold_red_by
{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: 25px;
}

.text25_bold_under_red_by
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: 25px;
}

/*-------------------------------------------------------------------------------------------------------(container)----------*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------------------------------------------------------------------------------(head)----------*/

#head {
	height: 100px;
	width: 700px;
}

/*-------------------------------------------------------------------------------------------------------(content)----------*/

#content {
	width: 900px;
}

.box {
	width: 560px;
	border: 3px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
}


/*-------------------------------------------------------------------------------------------------------(left)----------*/

#left {
	width: 200px;
	float: left;
}

/*-------------------------------------------------------------------------------------------------------(right)----------*/

#right {
	width: 360px;
	float: right;
}

/*-------------------------------------------------------------------------------------------------------(foot)----------*/

#foot {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	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);
}

----------*/
