@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #DDD;
	font-size:14px;
	line-height:20px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
}
a{
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
	text-decoration:underline;
}

p{
	padding: 5px 0;
}

img,img a{
	border:0;
}

ul,ol{
	list-style: none;
	list-style-position:outside;
}

.text-center{
	text-align: center;
}

/*ad*/
.ad{
	font-size: 12px;
	margin: 5px auto;
	padding: 4px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	width: 600px;
}
.ad p{
	padding: 2px 0;
}
.green{
	color: #060;
}

/*全体*/
div#container{
	width:740px;
	margin: 10px auto;
	color: #000;
	background: #FFF;
	padding: 10px;
}
div#header{
	position: relative;
	width: 740px;
}

div#header h1{
	font-size:14px;
	font-weight:normal;
	margin: 0 0 5px 0;
}

div#header .description{
	position: absolute;
	top: 60px;
	left: 0;
	padding: 0;
}

div#header h2{
	font-size: 28px;
	margin-bottom: 80px;
	background-image: url(../img/bg-title.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 35px;
}

div#header h2 a{
	color: #F60;
	text-decoration: none;
}


#head_menu{
	position: absolute;
	width:740px;
	top: 84px;
	left: 0;
}
#head_menu ul li{
	float: left;
	width: 148px;
	color: #000;
	background-color: #F60;
	padding: 8px 0;
	text-align: center;
}
#head_menu ul li a{
	color: #FFF;
}


/*メインイメージ*/
#main_image{
	color: #FFF;
	background:url(../img/bg-h2.jpg) no-repeat;
	width: 220px;
	height:163px;
	margin:0 0 20px 0;
	padding:10px 510px 10px 10px;
	}
#main_image h2{
	margin-bottom: 20px;
}

/*コンテンツ*/
div#contents {
	margin: 0 0 20px 0;
}
div#contents .title{
	color: #F60;
	font-weight: bold;
	font-size: 16px;
}
div#contents .content{
	margin-bottom: 15px;
}

#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	border:solid #333333;
	border-width:3px 0 0 0;
	padding:2px;
	clear:left;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}

