/* CSS Document */

/***************************


wrapper

***************************/

div#wrapper{
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	}
	
/***************************

main

***************************/

div#main{
	width:860px;
	border-left: solid 1px #0066CC;
	border-right: solid 1px #0066cc;
	background:url(../images/back.gif);
	display:table;
	margin:0 auto;
	}
	
#Q-linkarea {
color:#0066CC;

}
#Q-linkarea a{
color:#0066CC;

}


/***************************

hedder

***************************/

div#hedder{
	width:860px;
	height:350px;
	text-align:left;
	background:url(../images/top_index.jpg) no-repeat;
	}
	
#hedder h1{
	padding:90px 0px 0px 25px;
	}
	
#hedder p#hedder_p{
	padding:50px 0px 0px 20px;
	font-size:13px;
	color:#FFFFFF
	}

#hedder p#hedder_p02{
	margin:100px 0px 0px 20px;
	font-size:13px;
	color:#FFFFFF;
	}

#hedder_p02 a{
	color:#FFFFFF;
	}

	
/***************************

contants

***************************/

div#contants{
	width:650px;
	text-align:left;
	float:left;

	}


/***************************

contl

***************************/

div#contl{
	float:left;
	width:150px;
	}
	
#contl div#navi{
	width:110px;
	}

#navi ul{
	margin-left:20px;
	margin-top:30px;
	border:solid 1px #0066CC;
	padding:15px;
	display:table;
	}

#navi li{
	width:100px;
	height:20px;
	list-style-type:none;
	margin:10px 0px;
	padding-left:10px;
	display:table;

	border-left:solid 5px #0066cc;
	}

#navi li a{
	display:block;
	width:100%;
	height:100%;
	color:#663300;
	text-decoration:none;
	}
	
#navi li a:hover{
	background:#C6E9FD;
	}

#contl ul{
	list-style-type:none;
	}
	
#contl img{
	width:130px;
	margin:10px 0px;
	}
/***************************

contr

***************************/

div#contr{
	float:right;
	width:450px;
	text-align:left;
	}
	
	
	
/***************************

menu

***************************/

div#menu{
	width:180px;
	float:right;
	margin-right:10px;
	margin-top:20px;
	text-align:center;
	}
	
#menu div.menu_01{
	width:180px;
	background-color:#CFE9FE;
	height:200px;
	margin:10px 0px;
	border:solid 1px #0099CC;}

#menu h6{
	font-size:13px;
	color:#0066CC;
	}
	
.menu_01 div#img01{
	background:url(../images/menu_01.jpg) no-repeat;
	width:130px;
	height:82px;
	margin-left:15px;
	}
	
.menu_01 div#img02{
	background:url(../images/menu_02.jpg) no-repeat;
	width:130px;
	height:82px;
	margin-left:15px;
	}
	
.menu_01 div#img03{
	background:url(../images/menu_03.jpg) no-repeat;
	width:130px;
	height:82px;
	margin-left:15px;
	}
	
.menu_01 div#img04{
	background:url(../images/menu_04.jpg) no-repeat;
	width:130px;
	height:82px;
	margin-left:15px;
	}
	
.menu_01 p{
	margin:15px;
	}

#menu a{
	text-decoration:none;
	}


/***************************

footer

***************************/

div#footer{
	width:860px;
	height:80px;
	clear:both;
	margin-top:50px;
	border-top: solid 2px #0099FF;
	padding-top:30px;
	}