/*
 Common
----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0; padding: 0;
	background: url(img/cd_mainbg.jpg) top left repeat-x;
	background-color: #EAC289;
	text-align: center;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#4E3424;
	font-size: 14px;
	line-height:1.5em;
	}

html {
	overflow-y:scroll;
}
	
img {
	border:0;
}
	
.clear {
	clear:both;
}

li {
	list-style-type:none;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color: Green;
	text-decoration: none;
}

a:visited {
	color: Green;
	text-decoration: none;
}

a:active {
	color: Green;
	text-decoration: none;
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*
 Contents
----------------------------------------------------------- */
#page {
	position: relative;
	width: 928px;
	margin: auto;
	padding: 0;
	text-align: center;
	background: transparent;
}

/*
 HeaderTop
----------------------------------------------------------- */
#headerTop {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 928px;
	height: 365px;
	background-color: transparent;
}

#headerTop .top01 {
	text-align: left;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 464px;
	height: 365px;
	background-color: transparent;
	background-image: url(img/cd_top01.jpg);
	background-repeat: no-repeat;
}	

#headerTop .top01 .seotop{
	display:block;
	margin:15px 168px 0px 82px;
	font-size:10px;
	line-height:165%;
	color:#fff;
}

#headerTop .top02 {
	text-align: left;
	float:right;
	margin: 0px;
	padding: 0px;
	width: 464px;
	height: 365px;
	background-color: transparent;
	background-image: url(img/cd_top02.jpg);
	background-repeat: no-repeat;
}	

#headerTop .top02  h1 a {
	margin: 0px;
	padding: 0px;
	display: block;
	margin: 0;
	height: 235px;
	width: 403px;
	background: url(img/cd_toplogo.jpg) no-repeat;
	position: absolute;
	top:130px;
	left:525px;
}
#headerTop .top02  h1 span { display:none; }

/*
 Description
----------------------------------------------------------- */
#description h2 {
	margin:0px;
	padding:0px;
	width: 928px;
	height: 65px;
	display: block;
	clear: both;
	background: url(img/cd_descriptionbg.jpg) no-repeat center;
}
#description h2 span { display:none; }

/*
 top contents
----------------------------------------------------------- */
#contents{
	width: 800px;
	margin: 0px 64px 0px 64px;
	padding: 0px;
	clear: both;
	text-align: center;
	background: #fff;
	overflow:auto; /*  Firefox対策：親ボックスに対してoverflow:autoを適応することにより、子ボックスを親ボックス内に無理やり内包する処理  */
}
/* MacIE5.x対策 */
	* html div#contents{overflow: visible;}
/* MacIE5.xにはoverflowにvisible以外を指定するとスクロールバーがでるというバグが存在する為、スターハックを利用してoverflowをvisibleに戻す */

.conteTop {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height:48px;
	display: block;
	clear: both;
	background: url(img/cd_contehd.jpg) no-repeat center top;
}

#conteMain {
	margin: 0px
	padding: 0px;
	width: 800px;
	clear: both;
	text-align: left;
	background: #fff;
	overflow:auto;
}
	* html div#conteMain{overflow: visible;}

/* leftmenu */
#conteMain .mainleft {
	margin: 0px;
	padding: 18px;
	float:left;
	text-align: left;
	width:200px;
}

#conteMain .mainleft ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}


#conteMain .mainleft ul li a span{
	display: none;
}

#conteMain .mainleft ul li a.menu00{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) 0px 0px no-repeat;
}
#conteMain .mainleft ul li a:hover.menu00{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) -180px 0px no-repeat;
}

#conteMain .mainleft ul li a.menu01{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) 0px -36px no-repeat;
}
#conteMain .mainleft ul li a:hover.menu01{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) -180px -36px no-repeat;
}

#conteMain .mainleft ul li a.menu02{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) 0px -72px no-repeat;
}
#conteMain .mainleft ul li a:hover.menu02{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) -180px -72px no-repeat;
}

#conteMain .mainleft ul li a.menu03{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) 0px -108px no-repeat;
}
#conteMain .mainleft ul li a:hover.menu03{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) -180px -108px no-repeat;
}

#conteMain .mainleft ul li a.menu04{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) 0px -144px no-repeat;
}
#conteMain .mainleft ul li a:hover.menu04{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 36px;
	background: url(img/cd_menu.gif) -180px -144px no-repeat;
}

#conteMain .mainleft ul li a.clm{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 181px;
	height: 60px;
	background: url(img/cd_menu_clm.gif) 0px 0px no-repeat;
}
#conteMain .mainleft ul li a:hover.clm{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 181px;
	height: 60px;
	background: url(img/cd_menu_clm.gif) 0px -60px no-repeat;
}

#conteMain .mainleft ul li .txt{
	margin-left: 3px;
	padding:3px 5px 3px 15px;
	background:url(img/cd_list_ico.gif) no-repeat 0em .3em;
	display: block;
}

/* rightcontents */
#conteMain .mainright{
	float:right;
	width:528px;
	text-align: left;
	padding: 18px;
	margin:0px;
}

#conteMain .mainright .toplink{
	margin: 0px 15px 5px 0px;
	padding: 5px;
	text-align:right;
	font-size:12px;
	color:#666;
}

#conteMain .mainright .left{
	margin: 0px;
	padding: 5px;
	float:left;
}

#conteMain .mainright .right{
	margin: 0px;
	padding: 5px;
	float:right;
}

#conteMain .mainright img.none{
	display:none;
}

#conteMain .mainright h3{
	margin: 10px 0px 10px 2px;
	padding: 0px 0px 0px 10px;
	line-height: 36px;
	font-size:16px;
	display:block;
	border-left: 10px solid #518455;
	border-bottom: 1px solid #518455;
}

#conteMain .mainright h4{
	background-image: url(img/cd_titbg_h4.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 5px 2px;
	padding: 0px 0px 0px 30px;
	line-height: 36px;
	font-size:16px;
}

#conteMain .mainright h5{
	font-size:16px;
	line-height: 150%;
	padding-left:5px;
	color:#518455;
}

#conteMain .mainright p{
	margin: 5px 15px 18px 15px;
}

#conteMain .mainright .imgright{
	float:right;
	margin: 0px 0px 0px 5px;
}

#conteMain .mainright .s{
	margin-left: 15px;
	display:block;
	font-size:10px;
	color:#518455;
}

#conteMain .mainright .table {
	margin: 1px;
	padding: 5px;
	border: none;
	border-collapse: collapse;
	width: 500px;
}


#conteMain .mainright .td00 {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 150%;
	}
	
#conteMain .mainright .td00last {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ccc;
	line-height: 150%;
	}

#conteMain .mainright .td01 {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 150%	;
	}
	

#conteMain .mainright .td {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	line-height: 150%;
	}
	
#conteMain .mainright .tdlast {
	margin: 0px;
	padding: 5px;
	text-align: left;
	line-height: 150%;
	}
	

#conteMain .mainright ul{
	margin-left:10px;
}

#conteMain .mainright ol{
	margin-left:30px;
}

#conteMain .mainright ul li {
	margin-bottom:0px;
	padding:3px 5px 3px 20px;
	background:url(img/cd_list_ico.gif) no-repeat 0em .3em;
}
#conteMain .mainright ol li {
	margin-bottom:0px;
	padding:3px 5px 3px 10px;
	list-style: decimal;
}

#conteMain .mainright #flow h6 {
	font-size:14px;
	font-weight:bold;
	line-height: 165%;
	padding-left:10px;
	color:#518455;
}
/* blockquote */
blockquote{
	margin-left:15px;
	width:498px;
	background: url(img/cd_quote_top.gif) no-repeat;
	background-color: #FFDD6D;
}

blockquote br{
	padding: 10px 0px 0px 0px;
}

blockquote p{
	padding: 5px 15px 0px 15px;
	color:#3b3b3b;
}

blockquote .end{
	clear:both;
	width:498px;
	height:27px;
	padding:0px;
	color:#666;
	background: url(img/cd_quote_bottom.gif) no-repeat;
}

/*
Archives header
----------------------------------------------------------- */
.content-header{
	margin: 10px 0px 5px 2px;
	padding: 3px;
	line-height: 36px;
	font-size:18px;
	display:block;
	border-bottom: 4px double #518455;
}

.entry-trackback,.trackbacks,.entry-recent-posts{
	border-top:1px #ccc dashed;
	border-bottom:1px #ccc dashed;
	padding:10px 0px 10px 0px;
	margin:10px 0px 5px 10px
}

.date-header{
	font-size:16px;
	line-height: 150%;
	padding-left:5px;
	color:#518455;
}

/*
Top Information
----------------------------------------------------------- */
#conteMain .mainright #topinfo{
	margin-left:10px;
	padding:0px;
	display:block;
}
#conteMain .mainright #topinfo ul{
	margin-left:10px;
}
#conteMain .mainright #topinfo ul li.line {
	margin:0px 30px 0px 5px;
	padding:3px 5px 3px 20px;
	background:url(img/cd_list_ico.gif) no-repeat 0em .3em;
	border-bottom:1px dashed #666;
}

/*
link
----------------------------------------------------------- */
#conteMain .mainright #link{
	margin0px;
	padding:0px;
}
#conteMain .mainright #link ul{
	margin-left:10px;
}
#conteMain .mainright #link ul li.line {
	margin:0px 30px 0px 5px;
	padding:3px 5px 3px 20px;
	background:url(img/cd_list_ico.gif) no-repeat 0em .3em;
	border-bottom:1px dashed #ccc;
}


dl,dt,dd {
	margin: 0px;
	padding: 0px;
}


dl {
	border-bottom: 1px dotted #ccc;
	margin: 10px 15px 10px 10px;
	
}


dt,dd {
	padding: 3px 0px 3px 5px;
	margin:0px
}

dt {
	border-top: 1px dotted #ccc;
	font-weight:bold;
	line-height:165%;
}

dd {
	margin-left: 50px;
	border-top: 1px dotted #ccc;
}

.red{
	color:#cc0000;
}


/*
Back to pagetop
----------------------------------------------------------- */
.totop{
	margin:15px;
	padding:10px;
	text-align:right;
	clear:both;
	font-size:12px;
}

/*
Footer
----------------------------------------------------------- */
#footerTop {
	clear: both;
	width: 800px;
	height:76px;
	background: #fff url(img/cd_footerbg.jpg) no-repeat center bottom;
	margin: 0px 64px 0px 64px;
	padding: 0px;
	text-align: right;
}

#footerTop .footer {
	margin: 0px;
	padding: 10px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}

#footerTop address {
	font-style: normal;
	font-size: 12px;
	padding: 15px 5px;
}
