@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 */

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

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

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

a:hover {
	color: #0FFC25;
}

a:active {
	color: #0FFC25;
}

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

body {
	text-align: center;
	background: url(../img/bg.jpg) repeat-x top;
}

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

.head-top {
	width: auto;
}

#head {
	text-align: left;
	width: 890px;
	height: 200px;
	margin: 5px 5px 0 5px;
	background: url(../img/header.jpg) no-repeat top;
}

.title-box h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #1FC32E;
	text-decoration: none;
}

.pr-box {
	padding: 1px 10px;
	width: 880px;
	height: 100px;
	font-size: 10px;
}

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

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

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

.title-box {
	padding: 0 0 0 30px;
	width: 860px;
	height: 60px;
	line-height: 60px;
	text-align: left;
}

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

#main {
	font-size: 12px;
	width: 900px;
	padding-top: 10px;
	background: url(../img/content-bg.jpg) repeat-y;
	line-height: 150%;
}

#breadcrumb {
	text-align: left;
	font-size: 12px;
	padding: 5px 20px;
	width: 840px;
	color: #000000;
}

#breadcrumb a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

#main-contents {
	float: right;
	text-align: left;
	padding: 0px;
	margin-right: 10px;
	width: 600px;
}

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

#footer {
	clear: both;
	text-align: center;
	width: 902px;
	height: 31px;
	border-top: 2px solid #1FC32E;
}

/* ヘッダメニュー */
.navi {
	padding: 0;
	width: 900px;
	height: 45px;
	background: #3996DB;
	background: #1FC32E;
}

.navi1 {
	font-size: 14px;
	list-style-type: none;
	width: 900px;
	height: 45px;
}

.navi1 li {
	width: 150px;
	height: 45px;
	float: left;
	text-align: center;
}

.menu1 {
	line-height: 45px;
}

.menu2 {
	line-height: 45px;
}

a.menu2:link, a.menu2:visited {
	color: #1FC32E;
	display: block;
	text-align: center;
	width: 150px;
	height: 45px;
	text-decoration: none;
	background: url(../img/nav_bg.jpg) no-repeat center;
}

a.menu1:link, a.menu1:visited {
	color: #fff;
	display: block;
	text-align: center;
	width: 150px;
	height: 45px;
	text-decoration: none;
}

a.menu1:hover {
	color: #1FC32E;
	background: url(../img/nav_bg.jpg) no-repeat center;
}

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

.side-navi li {
	width: 200px;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}

a.bgg1-2:link, a.bgg1-2:visited {
	text-decoration: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #1FC32E;
	text-align: left;
	text-indent: 1.5em;
	overflow: hidden;
}

a.bgg1-1:link, a.bgg1-1:visited {
	text-decoration: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #000000;
	text-align: left;
	text-indent: 1.5em;
	overflow: hidden;
}

a.bgg1-1:hover {
	color: #1FC32E;
}

/* トップページ */
.cont-img {
	margin: 5px 10px 0 0;
	width: 90px;
	height: 100px;
	float: left;
	background: url(../img/cont-img_bg.jpg) no-repeat center;
}

.cont-img1 {
	margin: 10px 10px 10px 0;
	width: 600px;
	height: 80px;
	background: url(../img/cont-img1_bg.jpg) no-repeat center;
}

.cont-img2 {
	margin: 5px 10px 0 0;
	width: 90px;
	height: 100px;
	float: left;
	background: url(../img/cont-img2_bg.jpg) no-repeat center;
}

/* 各枝ページ */

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

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

.contents-text2 {
	margin-bottom: 30px;
	width: 410px;
	text-align: left;
	float: left
}

.contents-text3 {
	margin-bottom: 30px;
	width: 410px;
	text-align: left;
}

.sub-contents-text {
	width: 200px;
}

.mini-contents {
	clear: both;
	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;
	padding-left: 14px;
}

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

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

.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 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 600px;
	height: 18px;
	color: #fff;
	vertical-align: middle;
	padding: 5px 0;
	margin-bottom: 10px;
	background: url(../img/gg1_bg.jpg) repeat-x top;
	text-indent: 1em;
}

.h3_ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 600px;
	height: 18px;
	color: #fff;
	vertical-align: middle;
	padding: 5px 0;
	margin-bottom: 30px;
	background: url(../img/gg1_bg.jpg) repeat-x top;
	text-indent: 1em;
}

.border-down {
	border-bottom: 1px solid #CCCCCC;
}

.h4_ttl1, .h4_ttl2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0;
	width: 270px;
	height: 28px;
	color: #fff;
	background: url(../img/gg1_bg.jpg) repeat-x top;
	text-indent: 2em;
}

.h5_ttl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 200px;
	height: 25px;
	padding: 5px 0;
	color: #666666;
	border-bottom: 1px solid #1FC32E;
	text-indent: 1em;
}

.h5_ttl-1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 200px;
	height: 25px;
	padding: 5px 0 5px 0;
	color: #fff;
	background: url(../img/gg1_bg.jpg) repeat-x top;
	text-indent: 2em;
}

/* コピーライト */
address {
	line-height: 31px;
	font-size: 12px;
	text-align: center;
	color: #1FC32E;
}

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

/* 全ページ共通 */

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

.btn {
	vertical-align: middle;
}

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

	.pr-box {
			margin: 0;
			padding: 1px 10px;
			width: 880px;
			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: #000; font-weight: bold; font-size: 10px; }
						.pr-box ul li a:hover { color: #000; text-decoration: underline; }
						
	#breadcrumb { margin: 0 10px 1px 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;
				}
                    

