@charset "UTF-8";

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	color: #DADAAE;
	background-color: #8C8C70;
	font-size: small;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MeiryoKe_PGothic, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}
p {
	margin-bottom: 1em;
	line-height: 180%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #DADAAE;
}
a:active,
a:hover {
	color: #4080FF;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	color: #F90;
	font-weight: normal;
}
em.up {
	font-style: normal;
	color: #4080FF;
	font-weight: normal;
}
.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.center {
	text-align: center;
}
.gray {
	color: #666;
}

/* [Layout] */
div#wrapper {
	background-image: url(../image/back.gif);
	background-color: #464141;
	min-width: 750px;
	max-width: 60em;
	margin: 0px auto;
}
div#leftside {
	background-image: url(../image/leftside.gif);
	background-repeat: repeat-y;
	width: 100%;
	min-width: 750px;
}
div#rightside {
	background-image: url(../image/rightside.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	min-width: 750px;
}
div#top {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../image/topend.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#top_left {
	width: 7px;
	background-image: url(../image/top_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 7px;
}
div#top_right {
	float: right;
	background-image: url(../image/top_right.gif);
	background-repeat: no-repeat;
	clear: right;
	width: 7px;
	height: 7px;
}
div#header {
	height: 150px;
	margin-bottom: 14px;
	padding-right: 25px;
	padding-left: 25px;
}
div#sidemargin {
	padding: 0px 25px;
	clear: both;
}
div#con_wrapper {
	float: right;
	width: 100%;
	clear: right;
	margin: 0px 0px 15px -14em;
}
div#contents {
	background-image: url(../image/bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 14em;
	padding: 5px 0px 1px 1.5em;
}
div#pagenavi {
	text-align: center;
	padding-bottom: 15px;
	color: #666;
}
div#navigation {
	float: left;
	padding-top: 5px;
	clear: left;
	width: 12.5em;
}
div#bottom {
	height: 20px;
	background-image: url(../image/bottomend.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#bottom_left {
	float: left;
	height: 20px;
	width: 7px;
	background-image: url(../image/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#bottom_right {
	clear: right;
	float: right;
	height: 20px;
	width: 7px;
	background-image: url(../image/bottom_right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#footer {
	background-image: url(../image/back2.gif);
	padding: 5px;
	text-align: center;
	color: #999;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #504D4D;
	clear: both;
}
div#footer address {
	font-style: normal;
}

/* [Header] */
div#title1 {
	height: 120px;
	background-image: url(../image/title1.gif);
	background-repeat: no-repeat;
}
div#title1 h1{
	display: none;

}
div#title2 {
	height: 30px;
	background-image: url(../image/title2.gif);
	background-repeat: no-repeat;
	font-size: 85%;
}
div#sitenavi {
	height: 30px;
	text-align: center;
	float: right;
	clear: right;
}
div#sitenavi ul{
	list-style-type: none;
}
div#sitenavi ul li {
	float: left;
	width: 6.5em;
	display: block;
	height: 1em;
	padding: 0em 0.25em 0.25em;
}
div#sitenavi ul li.right {
	float: left;
	width: 6.5em;
	display: block;
	height: 1em;
	padding: 0em 0em 0.25em 0.25em;
}
div#sitenavi ul li a {
	display: block;
	border: 1px solid #666;
	background-image: url(../image/menuback.gif);
}
div#sitenavi ul li a:active,
div#sitenavi ul li a:hover {
	display: block;
	border: 1px solid #666;
	background-image: url(../image/back2.gif);
}

/* [Entry] */
div.entry {
	padding-bottom: 2em;
}
div.entry h2 {
	font-size: medium;
	float: right;
	padding-right: 3px;
	padding-top: 1em;
}
div.entry_header {
	background-image: url(../../image/back2.gif);
	padding: 2px;
	margin-bottom: 1.5em;
	background-color: #504D4D;
}
div.entry_date {
	font-size: xx-large;
	padding-left: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
}
div.entry_body {
	margin-bottom: 0px;
}
div.entry_more {
}
div.entry_body a {
	color: #D5D5D5;
	text-decoration: underline;
}
div.entry_body a:active,
div.entry_body a:hover {
	color: #4080FF;
}
div.entry_state {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 1px;
	color: #666;
	padding-right: 3px;
	font-size: 85%;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 3em;
	list-style-position: outside;
}
div.entry ol{
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 3em;
	list-style-position: outside;
}
div.entry ul li,
div.entry ol li{
	line-height: 180%;
}
div.entry em{
	font-weight: normal;
	color: #F90;
	font-style: normal;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 1em;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 1em;
	margin-left: 1em;
}
div.entry dl dt {
	font-weight: bold;
	line-height: 180%;
}
div.entry dl dd {
	padding-left: 1em;
	line-height: 180%;
}

div.entry span.smiley {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MeiryoKe_PGothic, "ＭＳ Ｐゴシック", sans-serif;
}

/* [Comment] */
div#comments {
	margin-bottom: 30px;
	border: 1px solid #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
div#comments dl.comment_body {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 1em;
}
div#comments dl.comment_body dt {
	line-height: 160%;
}
div#comments dl.comment_body dd {
	padding-bottom: 5px;
	color: #999;
}
dl#comment_form {
	padding-top: 5px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MeiryoKe_PGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
}
dl#comment_form dd input.button {
	padding: 0px 3px;
	margin-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MeiryoKe_PGothic, "ＭＳ Ｐゴシック", sans-serif;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 20px;
}
div#trackback h3 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: large;
}
p.tb_link {
	padding: 5px;
	margin-bottom: 1.5em;
	text-align: center;
	background-image: url(../../image/back2.gif);
	background-color: #504D4D;
}
div#trackback dl.tb_body {
	margin-bottom: 20px;
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
div#trackback dl.tb_body dt {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 2px;
	font-size: 85%;
	margin-bottom: 2px;
}

/* [Navigation] */
div#navigation dl {
	margin-bottom: 2em;
}
div#navigation dt {
	margin-bottom: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
div#navigation ul {
	padding-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
	line-height: 160%;
}
div#pagenavi a {
	text-decoration: none;
	color: #666;
}
div#pagenavi a:active,
div#pagenavi a:hover {
	color: #4080FF;
}

/* ++++ Extra ++++ */
dl#extra {
	border: 1px solid #666;
	padding: 0.4em 0em 0.4em 1em;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	list-style: none;
	list-style-image: none;
	font-size: x-small;
	padding: 0;
}
