@charset "utf-8";

/* CSS Document */
/* ************************************************ 
 *	共通設定
 * ************************************************ */
body {
	margin: 0px;
	background-color: #EEEEEE;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a:link, a:visited, a:hover {
	color:#888888;
	text-decoration: none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/0_main_bg.gif);
	background-repeat: repeat-y;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 10px;
}
#Inner {
	background-image: url(../img/0_inner_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}


/*ヘッダー（ページタイトル、グローバルメニュー）*/
#HeaderTop {
	background-image: url(../img/0_top_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 786px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
	font: 0pt/0pt sans-serif;
}
#HeaderLogo {
	margin-top: 0px;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

/* メニュー */
#HeaderMenu {margin-bottom: 5px;}
#HeaderMenu ul {height:21px;list-style: none;text-indent: -9999px;padding: 0;margin: 0;line-height: 17px;}
#HeaderMenu li {float:left;display: inline;}
#HeaderMenu a {text-decoration: none;display: block;margin-right: 6px;}
#HeaderMenu ul#header_nav li a {
	width: 103px;
	height: 21px;
	padding: 0;
	background: url(../img/nav.png) no-repeat;
	}
#HeaderMenu ul#header_nav li a * {
	line-height: 17px;
	}
body#homepage li#hom a 			{ background-position: 0px -21px; }
body#homepage li#hom a:hover{ background-position: 0px -21px; }
body#homepage li#trl a 			{ background-position: -109px 0px;}
body#homepage li#trl a:hover{ background-position: -109px -21px; }
body#homepage li#blg a 			{ background-position: -218px 0px; }
body#homepage li#blg a:hover{ background-position: -218px -21px; }

body#trailer li#hom a 			{ background-position: 0px 0px; }
body#trailer li#hom a:hover	{ background-position: 0px -21px; }
body#trailer li#trl a 			{ background-position: -109px -21px;}
body#trailer li#trl a:hover	{ background-position: -109px -21px; }
body#trailer li#blg a 			{ background-position: -218px 0px; }
body#trailer li#blg a:hover	{ background-position: -218px -21px; }

body#blog li#hom a 			{ background-position: 0px 0px; }
body#blog li#hom a:hover{ background-position: 0px -21px; }
body#blog li#trl a 			{ background-position: -109px 0px;}
body#blog li#trl a:hover{ background-position: -109px -21px; }
body#blog li#blg a 			{ background-position: -218px -21px; }
body#blog li#blg a:hover{ background-position: -218px -21px; }

/*パンくず*/
#Punk {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	font-size: 10px;
	color: #888888;
}

/* cover */
#CoverArea {
	margin-bottom: 10px;
}


/*　画面左側メニューの幅　*/
#Side {
	float: left;
	width:170px;
	background-color: #fff;
}

/*　画面右側の幅　*/
#Main {
	float: right;
	width: 580px;
}

/*フッター*/
#Footer {
	width:760px;
	background-image: url(../img/0_footer_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.FooterLogo {
	margin: 8px 0 5px;
	text-align: right;
	font-size: 92%;
}
.FooterCopy {
	text-align: right;
	font-size: 92%;
}
#FooterBottom {
	background-image: url(../img/0_bottom_bg.gif);
	background-repeat: no-repeat;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	height: 7px;
	margin-bottom: 10px;
	font-size: 7px;
	line-height: 7px;
}

/*Extra Information*/
#ExtraInfoArea {
	background-image: url(../img/0_top_info_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 70px;
	width: 570px;
	padding: 5px;
}
#ExtraInfoLeft {
	float: left;
	width: 75px;
}
#ExtraInfoRight {
	float: right;
	margin-top: 5px;
	width: 480px;
	margin-right: 5px;
}
#ExtraInfoRight p {
	margin: 0;
	font-size: 92%;
}
#ExtraInfoRight p a {
	color: #940315;
}

/*Information*/
.InfoArea {
	margin-bottom: 20px;
}
.InfoSet {
	background-image: url(../img/0_info_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.InfoDate {
	font-size: 95%;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
	background: url(../img/0_info_arrow.gif) no-repeat 0 0.2em;
	padding-left: 15px;
	padding-bottom: 2px;
}
.InfoText p {
	font-size: 95%;
	color: #222;
	padding-left: 15px;
	padding-right: 10px;
}

.PageTop {
	text-align: right;
	clear: both;
}
.BannerMargin {
	text-align: center;
	padding-top: 10px;
}
.TopBtn01 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.TopBtn02 {
	float: left;
}
#TopLeft {
	float: left;
	width: 390px;
}
#TopRight {
	float: right;
	width: 180px;
}
.TopRightBtn {
	margin-bottom: 10px;
}
.TopTitle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	margin-bottom: 10px;
}

/* Blog Structure */
/* ----------------------------------------------------- */
body#blog #menu {
	text-align: left;
	font-size: 95%;
	padding: 0.4em 0.8em 0.2em;
	background: #F1F1EF;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
body#blog #left_column {
	float: left;
	width: 560px;
	}
body#blog #left_column h3 {
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	font-size: 120%;
	}
body#blog #right_column {
	margin-left: 570px;
	padding: 0 10px 10px 0;
	}

/* Blog Main */
/* ----------------------------------------------------- */
body#blog #left_column .paginate {
	font-size: 95%;
	text-align: center;
	margin: 10px 10px 0 0;
	padding: 0.4em 0.8em 0.2em;
	background: #F1F1EF;
	}
body#blog #left_column h2 { 
	color: #333; 
	font-size: 95%; 
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 1.5em 2px 4px 2px;
	border-bottom: 1px solid #ccc;
	}
body#blog #left_column h2.date_monthly { 
	font-size: 92%; 
	}
.blogbody {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.blogbody h3 {
	font-size: 100%;
	font-weight: bold;
	color: #222;
	border-left: 5px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	padding: 0.1em 0.6em 0.25em;
	margin-bottom: 5px;
	}
.blogsearch {
	color: #000;
	font-size: 95%;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	}
body#blog #left_column .blogsearch h3 {
	font-size: 100%;
	color: #000;
	border-left: 5px solid #a4a4a4;
	border-bottom: none;
	margin: 14px 0;
	}
.blogbody_monthly {
	color: #000;
	font-size: 95%;
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 0;
	}
body#blog #left_column .blogbody_monthly h3 {
	font-size: 95%;
	font-weight: bold;
	color: #222;
	border-left: none;
	border-bottom: none;
	margin: 1em 0 0.5em 0;
	padding: 0;
	}
body#blog #left_column .blogbody_monthly h3:before {
	content: "■";
	display: inline;
	}
.blogbody_monthly .entrybody {
	border-left: 2px dotted #ccc;
	padding: 7px 0 0 1em;
	margin: 0 0 1em 0;
	}
.blogbody .category,
.blogbody_monthly .category {
	font-size: 92%;
	color: #222;
	margin-bottom: 16px;
	}
.blogbody_monthly .category {
	background: #eee;
	padding: 0;
	margin-bottom: 5px;
	}
.blogbody .entrybody:after,
.blogbody_monthly .entrybody:after {
	content: "";
	display: block;
	height: 0px;
	clear: right;
	}
.blogbody .entrybody,
.blogbody_monthly .entrybody {
	height: 100%;
	}
.blogbody blockquote {
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #a4a4a4;
	background: #fafafa;
	}
.blogbody blockquote div.title {
	padding: 0.3em 0.3em 0.5em 0.3em;
	margin-bottom: 1em;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.blogbody blockquote strong {
	font-weight: normal;
	text-decoration: underline;
	}
.blogbody blockquote em {
	font-style: italic;
	}
.blogbody .awsimg {
	float: right;
	margin: 1em 0 1em 1em;
	}
.blogbody .tsuiki {
	font-weight: bold;
	padding: 0.4em;
	border-bottom: 2px dotted #999;
	}
.blogbody div.caption {
	margin: 1em 0;
	}
.blogbody div.photo {
	margin-bottom: 0.8em;
	}
.blogbody span.name {
	font-weight: bold;
	}
.blogbody .posted,
.blogbody_monthly .posted { 
	font-size: 92%;
	color: #000; 
	margin-top: 1em;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	}
.blogbody_monthly .posted { 
	margin-top: 5px;
	}
body#blog #left_column h2#trackbacks, body#blog #left_column h2#comments, body#blog #left_column h2#post_a_comment { 
	color: #333; 
	font-size: 95%; 
	font-weight: bold;
	padding: 0 0 0.3em;
	border-bottom: 2px dotted #999;
	margin-top: 2em;
	}
.techstuff {
	font-size: 95%;
	font-weight: normal;
	color: #666;
	margin: 10px 0;
	padding: 5px;
	border: 1px dotted #999;
	}
.trackbacksbody { 
	font-size: 95%;
	font-weight: normal;
	color: #666;
	margin: 10px 0;
	padding: 10px;
	border-left: 3px dotted #999;
	}
.commentsbody { 
	font-size: 95%;
	font-weight: normal;
	color: #000;
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	}
.post_a_commentbody { 
	margin: 10px;
	font-size: 92%;
	font-weight: normal;
	color: #666;
	}

/* Blog Side */
/* ----------------------------------------------------- */
body#blog #right_column h2 {
	margin: 20px 0 5px 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	font-size: 92%;
	font-weight: normal;
	letter-spacing: .3em;
	text-align: center;
	}
body#blog #right_column .side {
	color: #000;
	font-size: 92%;
	font-weight: normal;
	padding: 2px;
	}	
body#blog #right_column input#search {
	width: 100px;
	}
body#blog #right_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
body#blog #right_column ul.recent_entry li {
	background: url(../images/icon_recent_entry.gif) no-repeat 3px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	}
body#blog #right_column ul.recent_comment li {
	background: url(../images/icon_comment.gif) no-repeat 3px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	}
body#blog #right_column ul.list_category li,
body#blog #right_column ul.list_archive li {
	background: url(../images/icon_archive.gif) no-repeat 3px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	}
body#blog #right_column ul.link li {
	background: url(../images/icon_link.gif) no-repeat 0px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	}
body#blog #right_column .moblog-image {
	padding: 5px;
	width: 155px;
	text-align: center;
	overflow: hidden;
	}
body#blog #right_column .moblog-title {
	display: block;
	margin-top: 6px;
	border-top: 1px dotted #999;
	padding-top: 3px;
	}
body#blog #right_column .moblog-powered {
	display: block;
	margin-top: -1em;
	}
.link-note {
	font-size: 92%;
	padding: 2px;
	margin-top: 15px;
	}
#powered {
	color: #666;
	font-size: 92%;
	padding: 2px;
	margin-top: 50px;
	margin-bottom: 10px;
	}
.InfoText p a {
	color: #940315;
}
#vacabnr{float:right;padding:8px;}
