/*
Theme Name: DMN
Theme URI: 
Description: DMN
Version: 1.0
Author: Dream Media Networks Co,Ltd.
Author URI:http://www.d-mn.jp/

Notes: 

*/

body {
	margin: 0;
	padding:0;
	height:100%;
	background-color:#eeeeee;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px; color:#666666;
}
img {border-style:none;}
p {margin:0; padding:0; font-size:12px; color:#666666;}
a{border:0; margin:0; padding:0;}
a:link{color:#962423;text-decoration:none;}
a:active{color:#962423;}
a:visited{color:#962423;text-decoration:none;}
a:hover{color:#962423;text-decoration:underline;}
h1{margin:0; padding:0; font-size:12px; font-weight: normal;}
h1 a{color:#333333;}
h2{margin:0; padding:0; font-size:12px;}
h3{margin:0; padding:0; font-size:12px;}

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

ul,ol {
	list-style: none;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#main{
	width:800px;
	height:570px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-color: #FFF;
	margin-top:30px;

}

#header{
	width:800px;
	height:90px;
	background:url(images/header-img.gif) no-repeat;
}

.menubar{
	height:35px;
	padding-top:10px;
	text-align:right;
}
.headertitle{
	text-align:right;
}
#content{
	width:800px;
	height:415px;
}

.indexbg{
	width:800px;
	height:415px;
	background:url(images/index-img.gif) no-repeat;
}

.indextext{
	width:400px;
	height:265px;
	padding:80px 200px 0 200px;
}

.indexad{
	width:790px;
	height:60px;
	padding-left:10px;
}
.indexad p{
	width:240px;
	height:60px;
	float:left;
}
	
#footer{
	width:800px;
	height:65px;
	background:url(images/footer-img.gif) no-repeat;
}

.singlebg{
	width:780px;
	height:405px;
	background:url(images/single-img.gif) no-repeat;
	color:#666666;
	padding:0 10px 10px 10px;
}

#singletitle{
	width:770px;
	height:20px;
	padding:6px 0 0 30px;
}

#single{
	width:760px;
	height:359px;
	padding:20px 0 0 30px;
	overflow:auto;

}

.pagetext{
	width:450px;
	height:359px;
	float:left;
}
.pagetext p{
	color:#666666;
}

.pageimg{
	width:260px;
	height:359px;
	padding-left:10px;
	float:left;

}

.catetext{
	width:450px;
	height:159px;
	float:left;
}
.catetext p{
	color:#000000;
}

.cateimg{
	width:260px;
	height:159px;
	padding-left:10px;
	float:left;

}
#single h3 a{
	color:#FF0000;
}

