@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 {
	text-align: center;
}

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

#head {
	width: 900px;
	height: 100px;
	margin: 0 10px;
}

.pr-box-head {
	padding: 0 5px;
	width: 880px;
	height: 100px;
	line-height: 14px;
	font-size: 10px;
	text-align: left;
	text-indent: 1em;
}

.title-box {
	width: 900px;
	height: 100px;
}

.title-box h1 {
	padding-left: 50px;
	text-align: left;
	color: #000000;
	width: 800px;
	height: 100px;
}

.title-box h1 a {
	text-align: left;
	color: #000000;
	width: 800px;
	font-size: 25px;
	height: 100px;
	line-height: 100px;
}

.title-box h1 a:hover {
	color: #333333;
}

#content {
	width: 920px;
	height: auto;
	background: #E9E3D7 url(../img/c_bg.jpg) top no-repeat;
	margin-top: 30px;
}

#content2 {
	width: 920px;
	height: auto;
	background: #E9E3D7 url(../img/c2_bg2.jpg) top no-repeat;
	margin-top: 30px;
}

#content3 {
	width: 920px;
	height: auto;
	background: #E9E3D7 url(../img/c3_bg3.jpg) top no-repeat;
	margin-top: 30px;
}

#content4 {
	width: 920px;
	height: auto;
	background: #E9E3D7 url(../img/c4_bg4.jpg) top no-repeat;
	margin-top: 30px;
}

#content5 {
	width: 920px;
	height: auto;
	background: #E9E3D7 url(../img/c5_bg5.jpg) top no-repeat;
	margin-top: 30px;
}

#main {
	font-size: 12px;
	padding: 0 0 20px 0;
	margin: 0 10px 10px 10px;
	width: 900px;
	background: #FFFFFF;
}

.main-top {
	width: 920px;
	height: 40px;
	/*text-indent: -9999em;*/
}

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

#main-contents {
	float: right;
	text-align: left;
	padding-left: 10px;
	width: 652px;
	font-size: 12px;
	line-height: 18px;
	border-left: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
}

#sub-contents {
	float: left;
	text-align: left;
	width: 200px;
	margin-left: 5px;
	border-bottom: 2px solid #EBEBEB;
}

#footer {
	text-align: center;
	padding: 10px 0 5px;
	width: 920px;
	height: 35px;
	border-top: 3px solid #CCCCCC;
	background-color: #fff;
}

/* ヘッダメニュー */
.navi {
	position: relative;
	top: -30px;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	width: 900px;
	height: 40px;
}

.navi li {
	list-style-type: none;
	width: 150px;
	height: 40px;
	float: left;
}

.navi li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #FFFFFF;
}

/* サイドメニュー */
.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;
	text-indent: 2em;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E8E8E8;
	overflow: hidden;
}

.side-navi li a {
	vertical-align: middle;
	text-align: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

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

/* トップページ */

.cont-img {
	width: 640px;
	height: 76px;
	background: url(../img/bg1.jpg) center no-repeat;
	/*text-indent: -9999em;*/
}

.cont-img1 {
	width: 640px;
	height: 76px;
	background: url(../img/bg2.jpg) center no-repeat;
	/*text-indent: -9999em;*/
}

/* 各枝ページ */
.mini-contents {
	width: 640px;
	height: auto;
}

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

.sub-contents-text {
	position: relative;
	top: -34px;
	margin-bottom: 50px;
	width: 200px;
	text-align: left;
}

.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;
}

.favorite2 li a {
	padding-left: 16px;
	color: #000000;
}

.favorite2 li a:hover {
	padding-left: 16px;
	color: #666666;
}

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

.favorite2 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;
	width: 640px;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	background: url(../img/outline.gif) top left no-repeat;
	color: #F97F04;
}

.h2_ttl-1, .h3_ttl-1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 10px 0;
	width: 640px;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	background: url(../img/outline.gif) top left no-repeat;
	color: #F97F04;
}

.h4_ttl1, .h4_ttl2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 270px;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	background: url(../img/gg_bg.gif) top repeat-x;
	color: #fff;
}

.h5_ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	;
	width: 176px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../img/lnavi_dt.gif) top left no-repeat;
	border: 2px solid #FFFFFF;
	color: #fff;
}

.h5_ttl-1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../img/h_bg.gif) top repeat-x;
	color: #000000;
}

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

/* フォント */
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;
}

.border-down {
	margin-bottom: 20px;
}

#breadcrumb a {
	color: #000000;
}

#breadcrumb a:hover {
	color: #666666;
}

.pr-box {
	background-color: #000000;
	color: #fff;
}

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

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

.pr-box-head {
	color: #000ff00;
}

.pr-box-head a {
	color: #000ff00;
}

.pr-box-head a:hover {
	color: #000ff00;
	text-decoration: underline;
}

.side-navi li a {
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}

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

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

.navi li a {
	color: #000000;
	background: #FFFFFF url(../img/navi_off.gif) left top no-repeat;
}

.navi li a:hover {
	color: #F27A00;
	background: #FFFFFF url(../img/navi_on.gif) left top no-repeat;
}

.menu-ttl {
	background-color: #333333;
	color: #fff;
}

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

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

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

#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: #fff;
}#breadcrumb a {
	color: #000000;
}

#breadcrumb a:hover {
	color: #666666;
}

.pr-box {
	background-color: #000000;
	color: #fff;
}

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

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

.pr-box-head {
	color: #000ff00;
}

.pr-box-head a {
	color: #000ff00;
}

.pr-box-head a:hover {
	color: #000ff00;
	text-decoration: underline;
}

.side-navi li a {
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}

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

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

.navi li a {
	color: #000000;
	background: #FFFFFF url(../img/navi_off.gif) left top no-repeat;
}

.navi li a:hover {
	color: #F27A00;
	background: #FFFFFF url(../img/navi_on.gif) left top no-repeat;
}

.menu-ttl {
	background-color: #333333;
	color: #fff;
}

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

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

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

#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: #fff;
}

	.pr-box {
			margin: 0;
			padding: 1px 10px;
			height: 100px;
			font-size: 10px;
			background: #2e251;
		}
		
			.pr-box ul {
				margin: 0;
				padding: 0 0 0 30px;
			}
			
				.pr-box ul li {
					display: inline;
					margin: 0 10px 0 0;
					padding: 0;
				}
	
					.pr-box ul li a { color: #fff; font-weight: bold; font-size: 10px; }
						.pr-box ul li a:hover { color: #fff; text-decoration: underline; }
						
					* html .pr-box ul li a { color: #fff; }
						* html .pr-box ul li a:hover { color: #fff; }
						
	#breadcrumb { margin: 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; }*/

/*------------------------------------------------------------
リンク配信
--------------------------------------------------------------*/

			#csv01 ul {
				margin: 0;
				padding: 0 0 0 30px;
			}
			
				#csv01 ul li {
					display: inline-block;
					margin: 0;
					padding: 0;
					width: 280px;
					height: 40px;
				}

