@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : styles.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* body要素
----------------------------------------------------------- */
body	{
	text-align: center;
	background: url(../image/bg/body.jpg) no-repeat center;
	background-attachment: fixed;
	color: #565656;
}
/* ------------ a Style */

a, a:link	{
	text-decoration: none;
	color: #2D88B3;
}
a:visited	{
	text-decoration: none;
	color: #2D88B3;
}
a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}
a:active	{
	text-decoration: none;
	color: #9F81D9;
}
/* wrapper要素
----------------------------------------------------------- */
div#wrapper	{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* container要素
----------------------------------------------------------- */
div#container	{
	width: 620px;
	padding-left: 260px;
}
h1	{
	font-size: 166.6%;
	padding: 25px 10px;
	text-align: right;
	color: #FFF;
}
/* contents要素
----------------------------------------------------------- */
div#contents	{
	width: 580px;
	padding: 10px 20px;
	background: #F7F7F7;
}
div#contents a	{
	color: #565656;
}
div#contents a:hover	{
	color: #989898;
	text-decoration: none;
}
div#contents h2	{
	
	padding: 10px;
	font-size: 133.3%;
	margin: 0 -5px 10px;
}
div#contents p	{	margin-bottom: 1em; }

div#contents .entry	{
	width: 570px;
	padding: 5px;
	border-bottom: 5px dotted gray;
	margin-bottom: 2em;
}
div#contents .entry p.date	{
	text-align: right;
	color:#999999;
}
.pageTop	{ text-align: right; }

/* #footer要素
----------------------------------------------------------- */
#footer	{
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 10px;
	text-align: right;
	color: #FFF;
}
#footer address a	{
	color: #FFF;
}

/* subContents要素
----------------------------------------------------------- */
div#subContents	{
	width: 200px;
	background: white;
	padding: 10px;
	position: fixed;
	top: 0px;
	z-index: 20;
}
* html div#subContents    {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+100));   
}
div#subContents h3	{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 5px;
}
div#subContents ul	{
	padding: 0 10px;
	line-height: 180%;
}