@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 "default.css";
@import "basic.css";
@import "header.css";
@import "globalnavi.css";
@import "main.css";
@import "maintitle.css";
@import "sitemap.css";
@import "sidebar.css";
@import "sub.css";
@import "form.css";
@import "footer.css";
@import "print.css";
@import "category.css";
@import "jquery.lightbox-0.5.css";
/* hide from Mac IE \*/
@import "win_ie6.css";
/* */ 

/*Total*/
body {}

#container {
	background-image: url(../images/main/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container_main {
	background-image: url(../images/main/back02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*----------------------------------------------*/
/*header*/
#header {
	height: 111px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*----------------------------------------------*/
/*flash*/
#flash {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	height: 302px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/*#flash {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	height: 341px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}*/
/*----------------------------------------------*/
/*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: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 514px;
	background-color: #FEE5AF;
	display: block;
}

/*----------------------------------------------*/
/*content*/
#content {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}
#content:after {/*for modern browser*/
	content: ".";  
	clear: both;  
	display: block;  
	line-height: 0;  
	height: 0;  
	visibility: hidden;  
} 
#content {/*for IE 5.5-7*/
	zoom: 1;
} 
* html #content {/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display: inline-table;/* for MacIE*/
}

#content_top {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	/*background-image: url(../images/main/flash_foot.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center top;*/
}
#content_top:after {/*for modern browser*/
	content: ".";  
	clear: both;  
	display: block;  
	line-height: 0;  
	height: 0;  
	visibility: hidden;  
} 
#content_top {/*for IE 5.5-7*/
	zoom: 1;
} 
* html #content_top {/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display: inline-table;/* for MacIE*/
}
/*----------------------------------------------*/
/*main2カラム*/
#main_top {
	width: 564px;
	float: left;
	padding-left: 1px;
	background-image: url(../images/main/main_footer.png);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	padding-bottom: 11px;
}

#main {
	width: 550px;
	float: left;
	padding-left: 19px;
}
#main_blog {
	width: 550px;
	float: left;
	padding-left: 19px;
}

#sidebar_footer {
	float: left;
	width: 204px;
	background-image: url(../images/main/side_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#sidebar {
	background-image: url(../images/main/side_center.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 12px;
}

#sub_footer {
	width: 194px;
	background-image: url(../images/main/sub_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: right;
	padding-bottom: 20px;
}
#sub {
	padding-left: 12px;
	background-image: url(../images/main/sub_center.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/*----------------------------------------------*/
/*footer*/
#footer {
	background-image: url(../images/main/footer_back.png);
	background-repeat: repeat-x;
	clear: both;
	height: 147px;
}

/*----------------------------------------------*/
/*toTop*/
div#backToTop {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 1;
	right: 0.5%;
	top: 70%;
} 
div#backToTop  a {
	display: block;
	text-decoration: none;
	height: 36px;
	width: 65px;
}  
