@charset "utf-8";
/*
Theme Name: USUGE-SUPPORT
Theme URL: http://www.usuge-support/
Description: Basic Theme for WordPresss.
Author: HERMES
*/
@import "null.css? {";
@import "css/default.css";
@import "css/header.css";
@import "css/globalnavi.css";
@import "css/main.css";
@import "css/sidebar.css";
@import "css/form.css";
@import "css/footer.css";
@import "css/contents.css";
@import "null.css? }";

body {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #8E740C;
	text-align: center;
	background-attachment: scroll;
	background-image: url(main/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*全体の設定*/
#containertop{
	width: 938px;
	background-image: url(main/center_back_top.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*#container {
	background-image: url(main/center_back.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 938px;
	background-color: #006699;
	height: 100%;
}*/
#container {
	width: 938px;
	background-image: url(main/center_back.gif);
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container {
	display: inline-block;
}
html*#container {
	background-image: url(main/center_back.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 938px;
	height: 100%;
}
/*----------------------------------------------*/
/*ヘッダー*/
#header {
	width:938px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-image: url(main/header_back.gif);
	text-align: left;
	background-position: 0px 18px;
	height: 187px;
}

/*----------------------------------------------*/
/*パンくず*/
#pan {
	font-size: 11px;
	color: #999999;
	display: block;
	width: 575px;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*----------------------------------------------*/
/*内容メイン*/
#main {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 875px;
}

/*内容左*/
#content {
	width: 605px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
* html .#content {
	width: 597px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*サイドバー*/
#sidebar {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------*/
/*フッターナビ*/
#footer {
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 148px;
	background-attachment: scroll;
	background-image: url(main/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#footernavi {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
	padding-top: 15px;
}

#footernavi a{
	text-decoration: none;
}

#footernavi a:hover{

}
#footer .fjyusyo {
	width: 830px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	text-align: left;
	padding-top: 10px;
	font-size: 11px;
	line-height: 12px;
}
#footernavi02 {
	width: 830px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	font-size: 11px;
	line-height: 12px;
	height: 20px;
}
#footer .fprivacy{
	float: left;
}
#footer .fprivacy a{
	color: #8E740C;
}
#footer .fcopyright {
	float: right;
}
.imgleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imgright{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
