*{
	margin: 0;
	padding: 0;
}

body{
	font-family:"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
	background-color:#FFF;
	color:#000;
	font-size:13px;
	line-height: 20px;
}


p{
	padding: 5px 0;
}
.align-right{
	text-align: right;
}

img,img a{
	border: 0;
}

div#wrapper{
	width:860px;
	margin:0 auto;
}
div#header{
	width:860px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top}

div.header-toppage{
	background-image:url(../images/bg-images.jpg);
}
div.header-page{
	padding-bottom: 62px;
	background-image:url(../images/bg-images2.jpg);
}

h1{
	text-align:right;
	font-size:12px;
	font-weight:normal;
	padding: 0 15px 10px 15px;
	margin: 0 0 55px 0;
}

p.description{
	font-size:12px;
	margin-bottom: 52px;
	
}

h2#site-title{
	position:absolute;
	top:5px;
	left:0;
	width: 130px;
	height: 30px;
	padding:50px 0 0 93px;
	color:#000;
	background-repeat:no-repeat;
	background-image:url(../images/title.gif);
	font-size:12px;
	
}
h2#site-title a{
	color: #000;
	text-decoration: none;
}
div#menu{
	width: 514px;
	position: absolute;
	top: 110px;
}
div#menu a{
	color: #FFF;
	text-decoration: none;
}
div#menu ul{
	list-style: none;
	list-style-position: outside;
}
div#menu ul li{
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	float:left;
	width:121px;
	height: 28px;
	margin-right: 5px;
	padding-top: 15px;
	font-size:14px;
	text-align:center;
}

div#top-content{
	margin-bottom: 15px;
	padding: 8px 30px 50px 30px;
	color: #FFF;
}
div#top-content h3{
	font-size: 16px;
	font-weight: bold;
}

/*右ブロック*/
div#block-right{
	float: right;
	width: 610px;
	padding: 10px 10px 10px 0;
}

div#block-right .title{
	font-weight: bold;
	font-size: 16px;
	color: #C00;
}
div#block-right .content{
	padding: 15px 0;
}

table.deai-ad{
	margin: 10px 0;
	table-layout: fixed;
}
table.deai-ad td a{
	color: #C00;
	text-decoration: none;
}

table.deai-ad2{
	margin: 10px 0;
	table-layout: fixed;
}
table.deai-ad2 th a{
	color: #C00;
	text-decoration: none;
}
table.deai-ad2 td{
	vertical-align: top;
}

/*左ブロック*/
div#block-left{
	float: left;
	width: 200px;
	border: solid 1px #EBEBEB;
	padding: 10px;
	background: #F7F9F8;
}
div#block-left .title{
	font-size: 16px;
	font-weight: bold;
}
ul#sub-menu{
	line-height: 24px;
	list-style: none;
	list-style-position: outside;
}

ul#sub-menu li{
	background-image: url(../images/bg-main-menu.gif);
	background-position: left 13px;
	background-repeat: no-repeat;
	padding: 8px 0 8px 20px;
	border-bottom: dotted 1px #EBEBEB;
}
ul#sub-menu li ul{
	line-height: 24px;
	list-style: none;
	list-style-position: outside;
}
ul#sub-menu li ul li{
	background: none;
	padding: 8px 0;
	border: none;
}

/*フッター*/
div#footer{
	clear: both;
	border-top: dotted 1px #EBEBEB;
	text-align: right;
	padding: 8px 0;
}