@charset "utf-8";


/* COMMON */

body {
	color: #333;
	background-color: #F8F7F1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
sup {
	font-size: 50%;
	vertical-align: super;
}

.mainText {
	font-size: 88%;
	line-height: 140%;
}
.smallText {
	font-size: 75%;
	line-height: 140%;
}
.centering {
	text-align: center;
}
.orangeText {
	color: #F60;
}
.blueText {
	color: #09F;
}
.redText {
	color: #C00;
}
a:link {
	color: #09F;
	text-decoration: underline;
}
a:visited {
	color: #09F;
	text-decoration: underline;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a:active {
	color: #09F;
	text-decoration: none;
}
a:hover img {
	FILTER: alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
}
a:hover img.rollover {
	FILTER: alpha(opacity=100);
	moz-opacity: 1.0;
	opacity: 1.0;
}



/* HEADER */

#header {
	width: 100%;
	height: 82px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	background-color: #F8F7F1;
}
#headerInner {
	width: 932px;
	height: 82px;
	margin: 0px auto;
	padding: 0px 10px 0px 18px;
	position: relative;
}
#headerLogo {
	width: 247px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 46px;
}
#fontsizeArea {
	width: 100px;
	height: 20px;
	position: absolute;
	left: 478px;
	top: 12px;
	font-size: 1px;
}
#textSizeBlock #font {
	width: 42px;
	height: 20px;
	float: left;
	font-size: 1px;
	background-image: url(../images/common/font.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#textSizeBlock li {
	height: 20px;
}
#smallIcon {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../images/common/btn_small.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
#smallIcon a {
	width: 20px;
	height: 20px;
	display: block;
}
#middleIcon {
	width: 19px;
	height: 20px;
	float: left;
	background-image: url(../images/common/btn_middle_on.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
#middleIcon a {
	width: 19px;
	height: 20px;
	display: block;
	
}
#largeIcon {
	width: 19px;
	height: 20px;
	float: left;
	background-image: url(../images/common/btn_large.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
#largeIcon a {
	width: 19px;
	height: 20px;
	display: block;
}
#searchArea {
	width: 248px;
	height: 21px;
	position: absolute;
	left: 593px;
	top: 11px;
	background-image: url(../images/common/search_back.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#searchArea #hs_txt {
	font-size: 12px;
	width: 175px !important;
	height: auto;
	height: 13px !important;
	padding: 2px;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 5px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 12px;	
}
#searchArea #hs_btn {
	height: 20px;
	width: 40px;
	vertical-align: top;
	margin-top: 1px;
	position: absolute;
	left: 185px;
	}



#srchForm {
	overflow: hidden;
}
#srchInput {
	width: 165px;
	height: 17px;
	border: none;
	position: relative;
	left: 2px;
	padding: 0 5px;
}
#srchBtn {
	/* background-color: transparent; */
	border: none;
	background: url(/images/common/btn_search.gif);
	text-indent: -9999px;
	width: 40px;
	height: 21px;
	position: relative;
	top: 1px;
	z-index: 10;
}
#srchLogo {
	text-align: right;
	font-size: 10px;
	width: 215px;
	margin: 1px 0 0;
}
#srchLogo a {
	text-decoration: none;
}


#headerLogo2 {
	width: 108px;
	height: 30px;
	position: absolute;
	left: 841px;
	top: 6px;
}
#headerBtns {
	width: 634px;
	float: right;
	position: absolute;
	left: 317px;
	top: 50px;
}
.hederBtn {
	float: left;
}
#headerImg {
	width: 100%;
	height: 200px;
}
#mainImgBack {
	width: 100%;
	height: 100px;
	background-image: url(../images/common/title_back.jpg);
	background-repeat: repeat-x;
	-moz-box-shadow: 0px 5px 10px #D1D1D1;
	-webkit-box-shadow: 5px 0px 10px #D1D1D1;
	box-shadow: 0px 5px 10px #D1D1D1;
	behavior: url(/css/PIE.htc);
	position: relative;
	background-color: #353535;
}


/* CONTENT */

#content {
	width: 100%;
	background-color: #F8F7F1;
}
#contentInner {
	width: 940px;
	margin: 0px auto;
	padding: 0px 10px;
	clear: both;
}
#breadcrumbList {
	width: 100%;
	padding: 7px 0px 7px;
	background-color: #FFF;
	font-size: 75%;
	color: #333;
}
#breadcrumbListInner {
	width: 940px;
	margin: 0px auto;
	padding: 5px 10px 3px;
}
.pagenate {
	margin: 0px auto;
	padding: 30px 0px 0px 8px;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	clear: both;
}
.pagenate ul {
	font-size: 12px;
	line-height: 100px;
}
.pagenate ul li {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	font-size: 12px;
	color: #999;
	line-height: 100%;
	display: inline-block;
	*display: inline;/*IE*/
	*zoom: 1;/*IE*/
}
.pagenate li a.link_page {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_back.gif);
	background-repeat: no-repeat;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
}
.pagenate li a.link_page:hover {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_current.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}
.pagenate li .current_page {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_current.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}
.pagenate li a.link_before {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_before.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	}
.pagenate li a.link_next {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_next.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.pagenate li a.link_before:hover {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_before_on.gif);
	background-repeat: no-repeat;
	display: block;
}
.pagenate li a.link_next:hover {
	width: 32px;
	height: 22px;
	padding-top: 10px;
	background-image: url(../images/common/page_next_on.gif);
	background-repeat: no-repeat;
	display: block;
}

/* FOOTER */

#footerLink {
	width: 100%;
	clear: both;
	background-color: #3D3D3D;
	background-image: url(../images/common/footer_link_back.gif);
}
#footerLinkInner {
	width: 945px;
	margin: 0px auto;
	padding: 40px 0px 40px 15px;
	font-size: 75%;
	line-height: 160%;
}
.footerMainLink {
	padding-left: 15px;
	background-image: url(../images/common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 1.6em;
}
.footerMaterial {
	margin-left: 10px;
}
.footerLinkBlock {
	width: 236px;
	float: left;
	color: #09F;
}
.pageTop {
	width: 700px;
	margin: 0px auto 50px;
	padding-top: 30px;
	font-size: 75%;
	text-align: right;
	clear: both;
}
.pageTop2 {
	width: 940px;
	margin: 30px auto 50px;
	font-size: 75%;
	text-align: right;
	clear: both;
}
#footer {
	width: 100%;
	height: 50px;
	background-color: #6E6E6E;
	background-image: url(../images/common/footer_back.gif);
}
#footerInner {
	width: 938px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	position: relative;
}
#footerLogo {
	height: 22px;
	width: 183px;
	margin-top: 13px;
	float: left;
}
#CopyRight {
	width: 600px;
	position: absolute;
	right: 10px;
	top: 14px;
	color: #FFF;
	font-size: 88%;
	text-align: right;
	font-style: normal;
}
.lead {
	width: 700px;
	margin-bottom: 17px;
	clear: both;
}


/* SIDENAVI */

#sideNavi {
	width: 240px;
	margin: 20px 0px 30px;
	float: right;
	-moz-box-shadow: 0px 0px 5px #D3D3CE;
	-webkit-box-shadow: 0px 0px 5px #D3D3CE;
	box-shadow: 0px 0px 5px #D3D3CE;
	behavior: url(/css/PIE.htc);
	position: relative;
	background-color: #FFF;
}
#sideNaviTitle {
	margin-bottom: 16px;
}


/* LAYOUT */

.floatLeft {
	float: left;
}
.MT5 {
	margin-top: 5px;
}
.MT10 {
	margin-top: 10px;
}
.MT15 {
	margin-top: 15px;
}
.MT20 {
	margin-top: 20px;
}
.MT30 {
	margin-top: 30px;
}
.MT35 {
	margin-top: 35px;
}
.MR4 {
	margin-right: 4px;
}
.MR10 {
	margin-right: 10px;
}
.MR13 {
	margin-right: 13px;
}

.MR12 {
	margin-right: 12px;
}
.MR14 {
	margin-right: 14px;
}
.MR20 {
	margin-right: 20px;
}
.MR21 {
	margin-right: 21px;
}
.MR40 {
	margin-right: 40px;
}
.MB5 {
	margin-bottom: 5px;
}
.MB10 {
	margin-bottom: 10px;
}
.MB15 {
	margin-bottom: 15px;
}
.MB20 {
	margin-bottom: 20px;
}
.MB30 {
	margin-bottom: 30px;
}
.MB60 {
	margin-bottom: 60px;
}
.ML10 {
	margin-left: 10px;
}
.ML15 {
	margin-left: 15px;
}
.PB10 {
	padding-bottom: 10px;
}
.PT30 {
	padding-top: 30px;
}

.PB30 {
	background-color: #F8F7F1;
	height: 30px;
	width: 100%;
}

.clear {
	clear: both;
}
.shadowBox {
	-moz-box-shadow: 0px 0px 7px #D9D9D9;
	-webkit-box-shadow: 0px 0px 7px #D9D9D9;
	box-shadow: 0px 0px 7px #D9D9D9;
	behavior: url(/css/PIE.htc);
	position: relative;
	background-color: #FFF;
}
.shadowBox2 {
	-moz-box-shadow: 0px 0px 7px #D9D9D9;
	-webkit-box-shadow: 0px 0px 7px #D9D9D9;
	box-shadow: 0px 0px 7px #D9D9D9;
	behavior: url(/css/PIE.htc);
	position: relative;
	background-color: #FFF;
	width: 100%;
}
