@charset "utf-8";
/* CSS Document */


/* 基本スタイル
*************************************************************************/
html,body {
	height: 100%;
	width: 100%;
}
#footer {
	padding-top: 50px;
}

a {
	color: #0066CC;
}
a:hover {
	color: #FF9900;
}

h5 {
	color: #CC3300;
	margin: 0px;
	padding: 0px;
}
h6 {}

/* 共通レイアウトスタイル
*************************************************************************/
#pagebody {
	position: relative;
	padding-bottom: 50px;
}

/* パンくずリンク
------------------------------------*/
#breadcrumb {
	background-color: #663300;
	width: 750px;
	padding: 3px　5px 3px 5px;
	margin-top: 5px;
	color: #FFCC00;
	font-weight: bold;
}
#breadcrumb-inner {	background: url(images/yajirushi.gif) no-repeat left center; 	padding-left: 15px;}
#breadcrumb a { text-decoration: underline; 	color: #FFFFFF; font-weight: bold;}
#breadcrumb a:hover {	color: #FFCC00;}



#pagebody-inner {
	position: relative;
	width: 760px;
	background-image: url(images/pagebody-bg.gif);
	background-repeat: repeat-y;
	top: 5px;
}
#alpha {
	width: 560px;
	top: 10px;
	float: right;
	padding-top: 10px;
}
#alpha-inner {
	width: 550px;
	padding-left: 10px;
	position: relative;
}
#beta {
	float: left;
	width: 190px;
	padding: 0px 5px 10px;
}

/* パーツ
*************************************************************************/

#banner {}
#banner-inner {}
#banner-header {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 550px;
	text-indent: -9999px;
}
#banner-description {
	font-size: 0.9em;
	font-weight: normal;
}

/* モジュール
----------------------------------------------------*/
.module-header {
	font-size: 1em;
	background-color: #CC6600;
	padding-left: 5px;
}

.module-list {
	margin: 0px;
	padding: 0px;
}
.module-list-item {
	background-color: #914900;
	list-style-type: none;
	margin-top: 5px;
	height: 30px;
	width: 190px;
}
.module-list-item a {
	display: block;
	height: 20px;
	width: 180px;
	padding-left: 5px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.module-list-item a:hover {
	background-color: #CC6600;
}

/* エントリー
----------------------------------------------------*/
#contentBody {
	padding-top: 20px;
}
#archive-title {
	font-size: 1.2em;
	background-color: #F3F3FA;
	padding: 5px;
	color: #333333;
	width: 535px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003399;
}
.back-cate {
	padding-bottom: 20px;
	padding-top: 10px;
}
.entry {
	padding-top: 20px;
	background-image: url(images/dotyoko999966_1x2p2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
.entry-header {
	font-size: 1em;
}
.entry-header a {
	padding-left: 28px;
	background-image: url(images/icon2.gif);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
}
#entry-title-box {
	background: url(images/icon1.gif) no-repeat 0px 3px;
	height: 31px;
}
.entry-title { border-bottom: 3px double #005100;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 1.2em;
}

.entry-list {
	padding-top: 2px;
	padding-bottom: 15px;
}
.entry-list-header {
	font-size: 1em;
	background-image: url(images/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 23px;
	background-color: #EEEDE3;
}
.entry-list-date {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.entry-content p,
.content-nav p {
	margin: 0px;
	padding: 0px;
}
.entry-content {
	padding: 0px 10px;
}
.entry-content li {
	padding-top: 10px;
}
.entry-body p,
.entry-more p {
	padding-top: 5px;
	padding-bottom: 10px;
}
.entry-body {
	padding-top: 10px;
}
.entry-more {}
#entry-sign {
	padding-top: 30px;
}
.entry-more-link {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.content-nav {
	background-color: #CC6600;
	padding: 5px;
	width: 540px;
}
.content-nav a {
	color: #FFFFFF;
}
.content-nav a:hover {
	color: #FFCC00;
}
