@charset "utf-8";
/*------------------------------------------------------

	+基本設定
	+基本レイアウト
	+ヘッダー
	+フッター
	+サイドメニュー
	+マージン・パディング
	+クリアーフィックス

-------------------------------------------------------*/



/* ---------------------------

　基本設定

--------------------------- */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

h1, h2, h3, h4, ul, li, dt, dd {
	margin: 0;
	padding: 0;
}

p {
	color: #333333;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.spacer {
	clear: both;
	height: 0px;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #060;
	margin: 0px;
	padding: 0px;
	outline:none;
	overflow:hidden;
}

a:visited {
	text-decoration: none;
	color: #060;
	outline:none;
	overflow:hidden;
}

a:hover {
	text-decoration: none;
	color: #F60;
	outline:none;
	overflow:hidden;
}

a:active {
	color: #060;
	outline:none;
	overflow:hidden;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pagetop {
	text-align: right;
	width: 100%;
	padding: 50px 0px 20px 0px;
	clear: both;
}


/* ---------------------------

　フォント

--------------------------- */

.mainText {
	font-size: 75%;
	line-height: 160%;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}

.smallText {
	font-size: 65%;
	line-height: 130%;
}

.redText {
	color: #C00;		
}


/* ---------------------------

　基本レイアウト

--------------------------- */

#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
}

#content {
	padding: 0px;
	width: 1020px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentInner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}




/* ---------------------------

　ヘッダー

--------------------------- */


#header {
	width: 100%;
	height: 246px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C0C081;
	background-repeat: repeat-x;
	background-position: 0px 57px;
	background-image: url(../images/header_back.gif);

}
#headerInner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}


#headerTop {
	padding-left: 15px;
	width: 935px;
	height: 70px;
	background-image: url(/common/images/header_base.png);
	background-repeat: no-repeat;
	clear: both;
	z-index: 1;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

#headerLogo {
	margin: 7px 15px 0px 0px;
	width: 95px;
	height: 51px;	
	float: left;
	z-index: auto;
}

#headerTitle {
	float: left;
	margin: 18px 150px 0px 0px;
	z-index: auto;
}

#headerBtns {
	float: left;
	width: 214px;
	z-index: auto;
}

#headrBackImg {
	padding-top: 57px;
	width: 1020px;
	height: 146px;
	clear: both;
	z-index: 0;
	text-align: center;
}

#headrBackImg h4 {
	padding-top: 40px;
	font-size: 90%;
}

#headerMainBtns {
	margin: -36px 35px 0px 35px;
	width: 950px;
	height: 81px;
	z-index: 1;
	position: absolute;
}

#headerSubMenu {
	background-color: #9C0;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#headerSubMenu ul {
	margin-right: 10px;
	clear: both;
}

#headerSubMenu ul li {
	float: left;
	margin: 5px 5px 0px 10px;
	font-size: 70%;
	color: #FFF;
}

#breadcrumb {
	margin: 18px auto 3px auto;
	width: 950px;
	font-size: 70%;
	text-align: right;
}

#breadcrumb a:link {
	text-decoration: underline;
}

#breadcrumb a:visited {
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #F60;
}

#breadcrumb a:active {
	text-decoration: underline;
}


/* ---------------------------

　フッター

--------------------------- */

#footer {
	clear: both;
	padding: 0px;
	width: 100%;
	height: 120px;
	background-image: url(/common/images/footer_gradation.jpg);
	background-repeat: repeat-x;

}
#footerInner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


#footerMenu {
	float: left;
	padding-top: 14px;
	font-size: 70%;
	padding-left: 14px;
}

#footerMenu li {
	margin-bottom: 8px;
	color: #333;
}

#footerMenu li a:link{
	color: #333;
}

#footerMenu li a:visited{
	color: #333;
}

#footerMenu li a:hover{
	color: #F60;
}

#footerMenu li a:active{
	color: #333;
}

#footerCopyright {
	margin-top: 8px;
	float: left;
}

#footerLogoBlock {
	text-align: right;
	font-size: 70%;
	line-height: 130%;
	margin-right: 5px;
}

#footerLogoImg {
	margin-bottom: 4px;
	padding-top: 7px;
}

#copyright {
	color: #996;
}

#underMenuBlock {
	padding-left: 83px;
	width: 867px;
	clear: both;
}

#underMenu {
	padding: 80px 0px 8px 0px;
	height: 10px;
	float: left;
	width: 784px;
	font-size: 70%;
	text-align: center;

}

#underMenu a:link{
	color: #333;
}

#underMenu a:visited{
	color: #333;
}

#underMenu a:hover{
	color: #F60;
}

#underMenu a:active{
	color: #333;
}

#btnPagetop {
	float: right;
	margin-top: 78px;
}


/* ---------------------------

　サイドメニュー

--------------------------- */

#sideMenu {
	width: 200px;
	float: left;
}

#sideMenu ul {
	margin: 0px;
	padding: 0px;
}

#sideMenu ul li {
	padding: 0px;
	margin: 0px;
}

#sideMenu ul li a {
	margin: 0px;
	padding: 0px;
}


.side_line {
	margin-left: 5px;
	width: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	clear: both;
}


/* ---------------------------

　マージン・パディング

--------------------------- */


.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom10m {
	margin-bottom: -10px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginLeft5 {
	margin-left: 5px;
}
.marginLeft50 {
	margin-left: 50px;
}
.marginLeft60 {
	margin-left: 60px;
}
.marginLeft70 {
	margin-left: 70px;
}

.marginRight10 {
	margin-right: 10px;
}

.paddingTop10 {
	padding-top:10px
}
.paddingTop80 {
	padding-top: 80px;
}


.paddingBottom10 {
	padding-bottom:10px
}


/* ---------------------------

　クリアーフィックス

--------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
display:: block;
}
/* End hide from IE-mac */


/* ---------------------------

　404.html

--------------------------- */

#box404 {
	width: 600px;
	margin: 100px auto;
	background-color: #f5f5e9;
	border: #cc9 1px solid;
	padding: 30px;
	font-size: 75%;
}

#box404 p {
	margin: 1.5em 0 0 0;
	line-height: 1.6;
}
	
	
	
	
