@charset "Shift_JIS";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-image: none;
}

body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4, {
	font-size: 1em;
	font-weight: normal;
}

/*---------------共通指定---------------*/

img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
}


a {
	color:#708457;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

strong {
	color: #394D4E;
}


/*
ベース
-------------------------------------------------------------------*/
#container {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:760px;
	margin-right: auto;
	margin-left: auto;
}


/*
パンくずリスト
-------------------------------------------------------------------*/
#path {
	width:730px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}

#path ul li{
	display: inline;
}


#path li {
	list-style-type: none;
}

#path a {
	margin-right: 5px;
	color: #0099ff;
}


#main_img {
	width:760px;
	margin: 7px 0 5px 0;
	margin-right: auto;
	margin-left: auto;
}

/* --------------------------------------------------
 01: LocalNavi Style
 -------------------------------------------------- */
#lNav	{
	float:left;
	display:block;
	width:200px;
	padding-top:7px;
}
#lNav h3	{
	height:21px !important;
	height:30px;
	width:200px;
	margin:0;
	padding:9px 0 0 12px;
	background:url(../img/left_h3.jpg) no-repeat;
	color:#fdfdfd;	
}
#lNav h3 a	{
	height:30px;
	width:200px;
	display:block;
	text-indent:-9999px;
}
.navi_box	{
	padding-bottom:20px;
}


.sideBox	{
	border:1px solid #ccc;
	border-top:none;
	background:none;
	padding-top:6px;
	padding-bottom:3px;
}

#lNav .sideBox ul	{
	margin:0 0 12px 10px;
	line-height:1.2;
}
.list_line	{
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	background:#ccc;
	width:100%;
	height:1px;
	padding-top:12px;
	padding-bottom:6px;
	overflow:hidden;
}
.list_line hr	{
	display:none !important;
}
#lNav ul	{
	margin:12px 0 12px 10px;
	line-height:1.2;
}
#lNav ul p	{
	margin:10px 0 10px 5px;
	line-height:1.4;
	text-indent:0;
	text-align:center;
}
#lNav li	{
	margin-bottom:10px;
	padding:0 5px 0 3px;	
}

#lNav li a	{
	text-decoration:underline;
	color:#003399;
}
#lNav li a:hover	{
	text-decoration:underline;
	color:#f00;
}

#lNav p	{
	margin:10px 0 0 5px;
	line-height:1.4;
	text-indent:0;
	color:#666;
	text-align:left;
}


/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#lnav	{zoom:1;}
/* for IE5 Mac start \*//*/
#hogehoge	{display:inline-table;}
/*for IE5 Mac end */
#lNav:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



/*
コンテンツ
-------------------------------------------------------------------*/

#rightColumn {
	padding: 5px 30px 5px 30px;
	width: 470px;
	float: left;
	margin-top: 7px;
}

#rightColumn p{
	font-size:1.2em;
	line-height:1.6em;
	color: #666666;
}


#leftColumn {
	float: left;
	width: 230px;
	margin-top: 7px;
}


#leftColumn li {
	list-style-type: none;
}


/* PDFダウンロード項目--------------------------------------------------*/

.menu{
}
	
	
.menu ul{
	margin:0;
	list-style-type:none;
}

.menu p{
	font-size:1em;
	line-height:2em;
}
	
.menu li{
	font-size:1em;
	line-height:2em;
	border-bottom:1px dotted #0099ff;
}
	
.menu a{
	text-decoration:none;
	color: #0099ff;
}

.menu a:hover{
	color:#ff8800;
}

.menu a:visited{
	color:#666666;
}


/*
フッタメニュー
-------------------------------------------------------------------*/


#footer {
	width:760px;
	font-size: 1.2em;
	text-align:center;
	color: #888888;
	margin: 10px 0 5px 0;
	padding-top: 5px;
	clear:both;
}

#footer p {
	color: #888888;
}

#footer a {
	color: #888888;
}


/*---------------テキスト装飾---------------*/
p {
	color: #666666;
}

/*---------------ガイドライン---------------*/

#contents{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}


.ts01{
	border-collapse:collapse;
}

.ts01 th, .ts01 td{
	border:1px solid #009900;
	padding:3px;
	vertical-align:top;
}

.color01{
	background-color:#CCFFCC;
}
.color02{
	background-color:#FFFFFF;
}
.color03{
	background-color:#CCFF99;
}

/* table
-------------------------------*/
table{
	empty-cells:hide;
	font-size:100%;
}

.th {
	padding:3px;
}

/*---------------ページの先頭へ戻る---------------*/

.pagetop {
	clear: both;
	width: 760px;
	text-align: right;
	padding: 10px 5px 10px 5px;
}


