@charset "utf-8";

/* CSS Document */

/* mac_IE5用のハック。親clear:both;だと子float:left;が効かないため）*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* /mac_IE5用のハック。親clear:both;だと子float:left;が効かないため）*/

/*-----------------------
	body
----------------------- */
body{
	margin:0 auto 24px auto;
	padding:0;
	text-align:center;
	background-color:#FAFAFA;
	color:#000033;
	font-size:78%;
}
body#div{
	margin:0 auto;
	text-align:left;
}

/*-----------------------
	Font color
----------------------- */
.txt_01{
	color:#000000;
}
.txt_02{
	color:#ffffff;
}
.txt_03{
	color:#F96611;
}

/*-----------------------
	link color
----------------------- */
a:link,a:visited{
	color:#155DE5;
}
a:hover{
	color:#B7CEF9;
}


/*-----------------------
	h1～h6
----------------------- */
h1,h1 a:link,h1 a:hover,h1 a:visited{
	margin:0 0 6px 0;
	padding:0;
	background-image:url(img/logo_h_01.gif);
	background-repeat:no-repeat;
	display:block;
	width:138px;
	height:89px;
}
h2,h2 a:link,h2 a:hover,h2 a:visited{
	margin:0 0 7px 0;
	padding:0;
	background-image:url(img/logo_h_02.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:264px;
	height:27px;
}
h3,h3 a:link,h3 a:hover,h3 a:visited{
	margin:0;
	padding:0;
	background-image:url(img/logo_h_03.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:264px;
	height:20px;
}

/*-----------------------
	wrapper
----------------------- */
html>body#wrapper{
	text-align:left;
	margin:20px auto;
	width:798px;
	background-color:#FFFFFF;
	border:1px solid #D4D0C8;
}
*#wrapper{
	text-align:left;
	margin:20px auto;
	width:800px;
	background-color:#FFFFFF;
	border:1px solid #D4D0C8;
}

/*-----------------------
	header
----------------------- */
#header{
	width:800px;
	margin-top:12px;
}
/*-----------------------
	menu
----------------------- */


/*-----------------------
	contents
----------------------- */
#contents{
	width:776px;
	margin:4px 12px 12px 12px;
	clear:both;
}

div#contents:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/*MacIE \*/
   * html #contents {height: 1em;}
   #contents {display: block;}
/*  */


/*-----------------------
	contents_other left
----------------------- */
#sidemenu{
	width:238px;
	float:right;
	margin:0 auto;
	padding-top:12px;
	background-color:#F0F0F0;
	text-align:center;
}

/*-----------------------
	contents_other right
----------------------- */
#main,#entryarchives,#categorychives,#daychives{
	width:520px;
	float:left;
	text-align:left;
}

/*-----------------------
	GOUP
----------------------- */
#goup{
	clear:both;
	margin:20px 0 0 0;
	text-align:right;
}


/*-----------------------
	footer
----------------------- */
#footer{
	clear:both;
	width:750px;
	border-top:1px solid #F0F0F0;
	margin-top:20px;
}
#submenu{
	margin:12px 20px 5px 0;
}
#submenu:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
}

#submenu ul{
	margin:10px 0;
	text-align:right;
}
#submenu li{
	display:inline;
	line-height:110%;
	list-style-type:none;
}

#copyright{
	width:714px;
	text-align:right;
	clear:both;
	margin:0 0 5px 20px;
	padding:0;
}


