@charset "utf-8";
/*
Theme Name: HERMES
Theme URL: http://www.hermes777.co.jp/
Description: Basic Theme for WordPresss.
Author: HERMES
*/

/*--------------------------------------------------
*(c)Hermes
*Compatiblity:
* full:IE6,7;Firefox 2.0;Safari 3.1; 
* not-usable:IE 5,5.5;Konqueror;Opera;
-------------------------------------------------- */

@import "css/default.css";
@import "css/header.css";
@import "css/globalnavi.css";
@import "css/main.css";
@import "css/sidebar.css";
@import "css/sub.css";
@import "css/form.css";
@import "css/footer.css";
@import "css/column.css";
@import "css/print.css";
/* hide from Mac IE \*/
@import "css/win_ie6.css";
/* */ 

/*Total*/
body {
	background-image: url(main/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #0D0D0D;
}
#container {
	padding-bottom: 10px;

}
/*----------------------------------------------*/
/*header*/
#header {
	background-image: url(main/header_back.jpg);
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
}
/*----------------------------------------------*/
/*flash*/
#flash {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(main/center.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-left: 9px;
	height: 300px;
}
/*----------------------------------------------*/
/*pankuzu*/
#pan {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
}

/*----------------------------------------------*/
/*content*/
#content {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(main/center.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 18px;
	padding-bottom: 20px;
}
#content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content_top {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(main/center.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 18px;
	padding-bottom: 20px;
}
#content_top:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main_top {
	float: right;
	width: 641px;
}
#main {
	float: right;
	width: 772px;
}
#main_blog{
	float: left;
	width: 505px;
	padding-left: 15px;
	padding-top: 8px;
}
#sidebar {
	float: left;
	width: 170px;
	height: 100%;
}
#sub {
	float: right;
	width: 166px;
}
#sub_blog {
	float: right;
	width: 160px;
	padding-bottom: 13px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 8px;
}
/*----------------------------------------------*/
/*footer*/
#footer {
	background-image: url(main/footer_back.jpg);
	clear: both;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-position: left bottom;
	padding-right: 9px;
	padding-left: 7px;
	padding-top: 1px;
}

/*----------------------------------------------*/
/*toTop*/
div#backToTop {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 1;
	right: 0.5%;
	bottom: 0.5%;
} 

div#backToTop p {
	margin: 0;
	padding: 0;
} 

div#backToTop p a {
	display: block;
	text-decoration: none;
	height: 32px;
	width: 96px;
	background-image: url(main/top.jpg);
	text-indent: -9999px;
}  
