@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* body、link要素
----------------------------------------------------------- */
html, body	{
	_height: 100%;   
    _overflow: auto;  
}
body {
	color: #696969;
	line-height: 150%;
}
a,a:link	{
	text-decoration: none;
	color: #444;
}
a:visited	{
	text-decoration: none;
	color: #444;
}
a:hover	{
	text-decoration: none;
	color: #848484;
}
a:active	{
	text-decoration: none;
	color: #444;
}
/* header要素
----------------------------------------------------------- */
div#header	{
	width: 100%;
	padding: 20px;
	background: #000 url(../image/bg/header.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	color: #FFF;
}
div#header h1	{
	width: 800px;
	margin: 0 auto;
}

/* container要素
----------------------------------------------------------- */
div#container	{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 120px;
}
div#container:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
/* contents要素
----------------------------------------------------------- */
div#contents	{
	width: 580px;
	float: left;
}
div#contents h2	{
	border-bottom: 2px solid #CCC;
	padding: 10px 0;
	font-size: 133.3%;
	margin: 0 -5px;
}
div#contents p	{	margin-bottom: 1em; }
div#contents .entry	{
	width: 570px;
	padding: 5px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 2em;
}
div#contents .entry p.date	{
	text-align: right;
	color:#999999;
}
.pankuzu	{ width: 580px; margin-bottom: 12px; }
.pankuzu li	{ display: inline; }
.pageTop	{ text-align: right; }

/* subcontents要素
----------------------------------------------------------- */
div#subcontents	{
	width: 200px;
	float: right;
}
div#subcontents h3	{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 5px;
}
div#subcontents ul	{
	padding: 0 10px;
	line-height: 180%;
}
div#subcontents a	{
	text-decoration: none;
	color: #2D88B3;
}
div#subcontents a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}

/* footer要素
----------------------------------------------------------- */
div#footer	{
	width: 100%;
	background: #000 url(../image/bg/footer.jpg) repeat-x;
	color: #FFF;
	position: fixed;
	bottom:0;
	left:0;
}

div#footer .inner	{
	width: 800px;
	margin: 0 auto;
	padding: 60px 20px 20px;
}
#footer address	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer address a	{
	color: #FFF;
}
