@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
a { outline: none;}
/*============*/
/*IE6/7*/
* html body { font-size:75%; }
/*============*/	
body{
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	font-size:medium;
	}
	
a{
	color:#0000CC;
	}
	
a:hover,a:active{
	color:#CC0000;
	text-decoration: underline;
	}
	
	
	
#pagebody{
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width : 808px;
	height: auto;
	background-color: #FFFFFF;
	}

#header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width: 808px;
	height: 78px;
	text-indent: -5000px;
	}
	
#btn{
	width: 151px;
	height: 27px;
	position: relative;
	top: -40px;
	left: 627px;

	}
	
#idle{
	width: 720px;
	height: 400px;
	margin-top: 5px;
	margin-left: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	}
	
	
.img{
	float:left;
	margin-left: 20px;
	margin-top: 40px;
	width: 360px;
	height: 270px;
	}
	
.name{
	float:left;
	width: 300px;
	height: 49px;
	margin-top: 20px;
	margin-left: 20px;
	}

	
.ul_1{
	float:left;
	margin-left: 20px;
	list-style-position: inside;
	font-weight: bold;
	margin-top: 15px;
	height: auto;
}

.li_1{
	list-style-image:url(images/list.jpg);
	font-weight: bold;
	margin-top: 15px;
	}


.ul_2{
	float:left;
	margin-top: 15px;
	width: 190px;

	margin-left: 20px;
}

.li_2{
	margin-top: 15px;
	list-style:none;
	}

	

.main_h3{
	clear:both;
	width: 502px;
	height: 211px;
	margin-left: 153px;
	margin-top: 20px;
	}	
	
#modoru{
	text-indent: -5000px;
    margin-top:50px;
	}
#modoru a{
	display: block;
	background:url(images/back.jpg) no-repeat;
	width:116px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	}
	
#modoru a:hover{
	display: block;
	background:url(images/backover.jpg) no-repeat;
	width:116px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;	
	}
	
	
#footer{
	clear: both;
	width: 808px;
	height: 40px;
	margin-top: 50px;
	}
