/* CSS Document */

@import url(base.css);


div#apdoc {
	display:none;
}

div#wrapper {
	width:760px;
	margin:0 auto;
	background:url(../images/bg_main.jpg) repeat-y;
}

div#container {
	width:686px;
	padding-left:45px;
}

div#container div#header {
	height:90px;
	padding:34px 241px 0;
	background:url(../images/header_bg.jpg) center repeat-y;
	border-bottom:#666 1px solid;
}

div#container div#header h2 {
	width:204px;
}

div#container div#header h2 a {
	display:block;
	height:90px;
	background:url(../images/header_img.jpg) no-repeat;
	text-indent:-9999px;
}

div#container div#headbox {
	height:152px;
	border-bottom:#666 1px solid;
}

div#container div.header01 { background:url(../images/p_head01.jpg) no-repeat; }
div#container div.header02 { background:url(../images/p_head02.jpg) no-repeat; }
div#container div.header03 { background:url(../images/p_head03.jpg) no-repeat; }

div#container div.header01 h2 {
	width:360px;
	padding:27px 0 0 153px;
}

div#container div.header02 h2 {
	width:348px;
	padding:26px 0 0 158px;
}

div#container div.header03 h2 {
	width:386px;
	padding:26px 0 0 146px;
}

div#container div#headbox h2 a {
	display:block;
	height:118px;
	text-indent:-9999px;
}

div#calenavbox {
	border-bottom:#666 1px solid;
	background:url(../images/header_bg.jpg) center repeat-y;
	text-align:center;
	margin-bottom:44px;
}

div#calenavbox ul#calenav {
	padding-left:122px;
}

div#calenavbox ul#calenav li {
	padding:2px 2px 1px;
	font-size:10px;
	line-height:130%;
	float:left;
}

div#calenavbox ul#calenav li.active {
	background:#CCC;
}

div#calenavbox ul#calenav li a {
	color:#333;
}

div#calenavbox ul#calenav li a:hover {
	color:#999;
}


/*
----------------------------------------------------------------------------
articlebox 記事投稿
----------------------------------------------------------------------------
*/

div#articlebox {
	clear:both;
	width:686px;
}

div#articlebox div#article-r {
	width:500px;
	padding-right:6px;
	padding-bottom:25px;
	float:right;
}

div#article-r div.article {
	clear:both;
	width:500px;
	margin-bottom:25px;
}

div#article-r p {
	clear:both;
	margin-bottom:12px;
	padding:0 7px;
}

div#article-r p img {
	float:left;
	padding:5px;
}

div#article-r p.datebox {
	padding:5px 10px;
	margin-bottom:13px;
	background:#EFE0E0;
	color:#6B6A66;
	font-size:10px;
	line-height:100%;
}

div#article-r h3 {
	margin-bottom:15px;
	padding:0 6px 3px;
	background:url(../images/li_title.gif) bottom no-repeat;
	font-weight:bold;
	font-size:12px;
}

div#article-r p.writerbox {
	padding-top:7px;
	font-size:10px;
}

div#articlebox div#article-l {
	width:166px;
	float:left;
}

div#article-l div.tagbox {
	width:152px;
	margin:0 auto 30px;
}

div#article-l div.tagbox h4 {
	height:26px;
	text-indent:-9999px;
}

div#article-l div#catebox h4 { background:url(../images/lnav01.gif) no-repeat; }
div#article-l div#archbox h4 { background:url(../images/lnav02.gif) no-repeat; }
div#article-l div#recebox h4 { background:url(../images/lnav03.gif) no-repeat; }

div#article-l ul {
	padding-left:20px;
	list-style-position:outside;
	list-style-type:disc;
}

div#article-l li a {
	color:#696864;
}

div#article-l li a:hover {
	color:#999;
}


/*
----------------------------------------------------------------------------
gopagebox ページング
----------------------------------------------------------------------------
*/

div#article-r div#gopagebox {
	clear:both;
}

div#article-r div#gopagebox p {
	clear:none;
	margin:0;
	padding:0;
	float:right;
}

div#article-r div#gopagebox p#goback {
	padding-right:10px;
}

div#article-r div#gopagebox p a {
	color:#666;
}

div#article-r div#gopagebox p a:hover {
	color:#999;
}


/*
----------------------------------------------------------------------------
closebox CLOSE
----------------------------------------------------------------------------
*/

div#closebox {
	clear:both;
	width:686px;
	background:url(../images/header_bg.jpg) center repeat-y;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	padding:15px 0;
}

div#closebox p {
	width:92px;
	margin:0 auto;
}

div#closebox p a {
	display:block;
	height:23px;
	background:url(../images/bt_close.jpg) no-repeat;
	text-indent:-9999px;
}

div#addressbox {
	width:682px;
	margin:0 auto;
	padding:12px 0 20px;
	background:url(../images/header_bg.jpg) center repeat-y;
}

div#addressbox address {
	color:#666;
	text-align:right;
	font-size:10px;
	line-height:130%;
}


/*
----------------------------------------------------------------------------
footer クリア
----------------------------------------------------------------------------
*/

div#footer {
	width:760px;
	margin:0 auto;
	background:#8D214B;
	text-align:center;
}

div#footer address {
	padding:5px 0;
	font-size:10px;
}

div#footer a {
	color:#FFF;
	text-decoration:none;
}


/*
----------------------------------------------------------------------------
huckclearfix クリア
----------------------------------------------------------------------------
*/

div#wrapper:after,
div#calenavbox ul#calenav:after,
div#articlebox:after,
div.article:after {
	content: "";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
	}	

div#wrapper,
div#calenavbox ul#calenav,
div#articlebox,
div.article {
	display:inline-block;
	}
 
/*\*/

* html div#wrapper,
* html div#calenavbox ul#calenav,
* html div#articlebox,
* html div.article {
	height:1%;
}

div#wrapper,
div#calenavbox ul#calenav,
div#articlebox,
div.article {
	display:block;
	}

/**/
