@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
}

a:active {
	color: #FFCC00;
}

body {
	width: 100%;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

	#wrap img {
		margin: 0;
		padding: 0;
	}

#head {
	text-align: left;
	width: 900px;
}

.title-box h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.pr-box {
	margin: 3px 0 0 0;
	padding: 1px 10px;
	width: 880px;
	height: 14px;
	font-size: 10px;
}

.title-box {
	padding: 13px;
	text-align: left;
	width: 874px;
	height: 30px;
}

.title {
	text-align: left;
	width: 860px;
}

#main {
	font-size: 12px;
	padding-bottom: 20px;
	width: 900px;
}

#breadcrumb {
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	width: 880px;
}

#main-contents {
	float: right;
	text-align: left;
	width: 680px;
	font-size: 12px;
	line-height: 18px;
}

#sub-contents {
	float: left;
	text-align: left;
	padding: 0px;
	width: 200px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 5px;
	width: 900px;
	height: 35px;
}

/* ヘッダメニュー */
#navi {
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	margin: -3px 0 0 0;
	padding: 0px;
	width: 900px;
	height: 43px;
	padding: 0px;
	vertical-align: middle;
	background: url(../img/menu_bg.jpg) no-repeat left top;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navi li {
	float: left;
	height: 43px;
	padding-left: 15px;
	
}

#navi a {
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
}

#navi a:hover {
	color: #F2FF02;
}

#navi .current_page_item a {
	color: #F2FF02;
}

/* サイドメニュー */
.side-navi {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
}

.side-navi li {
	display: block;
	background: url(../img/side_menu.jpg) left top no-repeat;
	width: 200px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.side-navi li a {
	display: block;
	text-align: left;
	padding-left: 20px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.side-navi li a:hover {
	background: url(../img/side_menu_on.jpg) left top no-repeat;
	padding-left: 20px;
	width: 180px;
	height: 25px;
	line-height: 25px;
}

.side-navi .current_page_item a {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}

/* ヘッダイメージ */
.head-img {
	margin: 0 0 10px;
	width: 680px;
	height: 200px;
	overflow: hidden;
}

/* トップページ */
.cont-img {
	background: url(../img/ad.gif) left center no-repeat;
	margin: 10px 0;
	width: 672px;
	height: 89px;
	overflow: hidden;
}

/* 各枝ページ */

.contents-text {
	margin-bottom: 10px;
	width: 680px;
	text-align: left;
}

.sub-contents-text {
	margin: 0 2px 0;
	margin-bottom: 10px;
	width: 170px;
	text-align: left;
}

.mini-contents {
	overflow: hidden;
}

.mcont-text-l {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	text-align: left;
	margin-right: 10px;
}

.mcont-text-r {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	text-align: left;
	margin-left: 10px;
}

/* 情報系 */
#whats-new {
	margin: 0 auto 10px;
	padding: 60px 20px 20px;
	width: 160px;
	height: 100px;
	font-size: 10px;
}

#whats-new .fieldPair {
	margin-bottom: 10px;
}

#info {
	margin: 0 auto 10px;
	padding: 60px 20px 20px;
	width: 160px;
	height: 100px;
	font-size: 10px;
}

#info .fieldPair {
	margin-bottom: 10px;
}

/* リンク集 */

.favorite {
	padding: 5px 0;
	list-style-type: none;
}

.favorite li {
	background: url(../img/arw_sm.gif) left center no-repeat;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

/* 見出し */
.h2_ttl, .h3_ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 0 40px;
	width: 640px;
	height: 27px;
}

.h4_ttl1, .h4_ttl2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0 0 40px;
	width: 270px;
	height: 28px;
}

.h5_ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 0 0 20px;
}

/* コピーライト */
.copyright {
	padding: 10px;
	text-align: center;
	color: #999999;
}

/* フォント */
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

/* 全ページ共通 */

.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font: 1px;
}

.btn {
	vertical-align: middle;
}

.pad-left10 {
	padding-left: 10px;
}

body {
	background: url(../img/bg.jpg) #242b09 repeat-x left top;
}

#wrap {
	background-color: #FFFFFF;
	color: #333333;
}

#head h1 a {
	color: #669900;
}

#footer {
	border-top: solid 1px #999999;
}

.pr-box {
	text-align: left;
	color: #000000;
}

.pr-box a {
	color: #000000;
}

.pr-box a:hover {
	color: #000000;
	text-decoration: underline;
}

/* フッタメニュー */

.side-navi li a {
	color: #666600;
	text-decoration: none;
}

.side-navi li a:visited {
	color: #666600;
	text-decoration: none;
}

.side-navi li a:hover {
	color: #669900;
	text-decoration: none;
}

/* ヘッダメニュー */

/* カテゴリメニュー */
.menu-ttl {
	background-color: #333333;
	color: #FFFFFF;
}

.cat-menu li {
	background-color: #999999;
	border-left: solid 10px #333333;
}

.cat-menu li a {
	color: #000000;
}

.cat-menu li a:hover {
	color: #FFFFFF;
}

/* 各枝ページ */


/* 情報系 */
#whats-new {
	background: url(../img/partner_site.jpg) no-repeat;
	color: #333333;
}

#info {
	background: url(../img/info_bg.gif) no-repeat;
	color: #333333;
}

/* リンク集 */
.favorite li a {
	padding-left: 16px;
}

.favorite li a:hover {
	padding-left: 16px;
}

.font-white {
	color: #FFFFFF;
}

/* 見出し */
.h2_ttl {
	background: url(../img/h2_ttl.jpg) no-repeat;
	color: #995B00;
}

.h3_ttl {
	background: url(../img/h3_ttl.jpg) no-repeat;
	color: #995B00;
}

.h4_ttl1 {
	background: url(../img/h4_ttl1.jpg) no-repeat;
	color: #333333;
}

.h4_ttl2 {
	background: url(../img/h4_ttl2.jpg) no-repeat;
	color: #333333;
}

.h5_ttl {
	color: #669900;
}

	.pr-box {
			margin: 0;
			padding: 1px 10px;
			width: 850px;
			height: 14px;
			font-size: 10px;
			color: #fff;
			background: #2e251;
		}
		
			.pr-box ul {
				margin: 0;
				padding: 0 0 0 30px;
				background: url(../img/pr.gif) 0 3px no-repeat;				
			}
			
				.pr-box ul li {
					display: inline;
					margin: 0 10px 0 0;
					padding: 0;
				}
	
					.pr-box ul li a { color: #000; font-weight: bold; }
						.pr-box ul li a:hover { color: #000; text-decoration: underline; }
						
	#breadcrumb { margin: 10px 10px 0 0; padding: 0; }
		#breadcrumb ul { margin: 0; padding: 0; text-align: right; }
			#breadcrumb ul li { display: inline; margin: 0; padding: 0; }
				#breadcrumb ul li a { color: #4a4124; }
					#breadcrumb ul li a:hover { color: #f90; }