@charset "UTF-8";






/* formatting style
--------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 100%;
}
body {
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
	background-color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: center;
}
img {
	border-style: none;
}





/* link style
--------------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
}
a:active {
	position: relative;
	top: 1px;
	bottom: 1px;
}




/* common
--------------------------*/
.clr {
	clear: both;
}
.pagetop {
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}
.bottomMargin20 {
	margin-bottom: 20px;
}
.bottomMargin10 {
	margin-bottom: 10px;
}






/* wrapper
--------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
}




/* header
--------------------------*/
#header {
	height: 185px;
	border-bottom: 1px solid #FFFFFF;
}
#Gnav {
	height: 35px;
	width: 756px;
	list-style: none;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position: absolute;
	top: 150px;
}
#Gnav  li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Gnav  li  a:active {
	position: static;
}





/* コンテンツ部分レイアウト
--------------------------*/
#contents {
	width: 758px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
}
#mainArea {
	float: left;
	width: 550px;
	padding: 20px 29px 1px;
}
#bannerArea {
	float: right;
	width: 150px;
	padding-top: 10px;
}
#bannerArea /* バナー
--------------------------*/
 p {
	margin: 10px 13px 20px 12px;
	display: block;
}





/* fotter
--------------------------*/
#footer {
	background-color: #CC0000;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footerNav {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
#footerNav  li {
	display: inline;
}
.borderLeft {
	padding-left: 1em;
	border-left: 1px solid #000000;
	margin-right: 1em;
}
.borderRight {
	padding-left: 1em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-right: 1em;
	margin-right: 1em;
}
.outline {
	background-image: url(../images/outline-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding: 8px 0 8px 180px;
	margin-bottom: 10px;
	line-height: 18px;
}

.outline2 {
	background-image: url(../images/outline-bg2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding: 8px 0 8px 180px;
	margin-bottom: 20px;
	line-height: 18px;
}






/* link style
--------------------------*/
#rssRead a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#rssRead a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#rssRead a:hover {
	color: #CC0000;
}
#rssRead a:active {
	position: relative;
	top: 1px;
	bottom: 1px;
}




/* common
--------------------------*/




/* php
--------------------------*/
h4 {
	display: none;
}
.topics {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	font-size: 11px;
}
.days {
	float: left;
	width: 63px;
	background-image: url(../images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #CC0000;
	display: block;
}
.topics dl {
	display: block;
	float: left;
	font-size: 11px;
	width: 465px;
	margin-left: 10px;
}
#toBlog {
	display: block;
	text-align: right;
}

