@charset "utf-8";

/* CSS Document */

html {
	overflow-y: scroll;
}

/***************全体共通***************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size : small;
	padding-top: 40px;
	background-color : #fff;
	margin: 0;
	padding : 0;
	color : #000;
	background-image: url(../img/bk_01.gif);
	background-repeat: repeat;
}


/***************リンク***************/
a {
	color: #666;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #ccc;
}


/***************レイアウト***************/
/***************ラッパー***************/
#wrapper {
	width: 760px;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../img/sidebar.gif);
	background-repeat: repeat-y;
}

/***************ヘッダー***************/
#header {
	width: 760px;
	height: 210px;
	background-position: right top;
	background-color: #fff;
	background-image: url(../img/header_logo4.jpg);
	background-repeat: no-repeat;
}

/***************タイトル***************/
#title {
	width: 610px;
	height: 29px;
	background-color: #E0E0E0;
	padding-left: 150px;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-image: url(../img/bk_title.gif);
}


/***************TOPページメニュー***************/
#nav {
	list-style: none;
	border-right: 1px solid #fff;
	height: 210px;
	width: 150px;
}

#nav li a {
	color: #000;
	display: block;
	width: 140px;
	height: 24px;
	background-color:#ccc;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
}


/***************第二階層ページメニュー***************/
#nav li a:hover {
	background-color: #fff;
}

#nav2 {
	list-style: none;
	border-right: 1px solid #fff;
	height: 210px;
	width: 132px;
}

#nav2 li a {
	color: #000;
	display: block;
	width: 122px;
	height: 24px;
	background-color:#ccc;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
}

#nav2 li a:hover {
	background-color: #fff;
}


/***************現在のページのメニューバックはホワイト***************/
.current {
	display: block;
	width: 122px;
	height: 24px;
	background-color:#fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
}


/***************サイド***************/
#sidebar {
	background: url("../img/bg01.gif") repeat;
	width: 138px;
	border-top: 1px solid #fff;
/*	padding: 8px;*/
	padding: 5px;
	float: left;
}

.sider_h2 {
	background-color: #E0E0E0;
	color: #000;
	font-size: 10px;
	padding: 5px;
}

.sider_p {
	font-size: 10px;
	background-color: #fff;
	padding:4px;
}


/***************画像***************/
img {
	border: none;
}

a img {
	/*display: block;*/
	margin-bottom: 20px;
	border: 1px solid #fff;
}

a:hover img {
	border-color: #f00;
}


/***************本文***************/
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}


/***************フォント***************/
h1 {
	font-size: 18px;
	padding: 7px;
}

h2 {
	background-color: #E0E0E0;
	color: #000;
	margin-top: 1px;
	font-size: 10px;
}

h3 {
	font-size: 130%;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0099CC;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

h4 {
	font-size: 100%;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*h4　ラインなし*/
.nonline_h4 {
	font-size: 100%;
	margin-top: 20px;
	margin-right: 10px;
	/*margin-left: 10px;*/
	margin-bottom: 0px;
	border-style: none;
	padding: 0;
}

/*h4　センター揃え*/
.center_h4 {
	text-align:center;
	font-size: 110%;
	border-style: none;
	margin-top: 60px;
	margin-bottom: 30px;
}

h5{
	margin: 10px;
}

p {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}


/***************　p　マージン（下）10pxの場合***************/
.mar0 {
	margin-bottom: 0;
}


/***************　p　右寄せminiサイズの場合***************/
.right {
	font-size: smaller;
	text-align: right;
}


/***************文字色　赤　の場合***************/
.red {
	color: #FF0000;
	font-weight: bold;
}


/***************　PDFリンク　の場合***************/
.pdf {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/***************通常リスト（PDFリンク）ul ***************/
#content ul {
	list-style: none;
	margin: 10px;
}
#content ul li {
	margin: 10px;
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	height: 17px;
	padding-top: 4px;
}


/***************通常リスト）ul ***************/
.pdf_li {
	background-image: none;
	padding-left: 0;
	height: auto;
	padding-top: 4px;
}


/***************通常リストdl ***************/
dl {
	margin: 10px;
}

dl dt {
	line-height: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

dl dd {
	margin-right: 10px;
	line-height: 1.5em;
	border: none;
	margin-bottom: 10px;
}


/***************特殊リストdl ***************/
.kotaro_dt {
	border-style: none;
}

.kotaro_dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	margin-right: 160px;
}


/***************特殊リストdl compact ***************/
.compact_dl{
	margin: 0;
}

.compact_dt {
	border-style: none;
}

.compact_dd {
	margin-right: 10px;
	margin-bottom: 0;
}


/***************通常リストol ***************/
ol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
}

ol li {
	line-height: 1.5em;
}


/***************テーブル***************/
.table {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}


/***************テーブルの罫線役***************/
.line{
	background-color: #0099CC;
}


/***************フッター***************/
#footer {
	clear: both;
	width: 600px;
	text-align: center;
	margin-left: 160px;
}


/***************　p　フッターバックはブルーの場合***************/
.footer {
	background-image: url(../img/bk_footer.gif);
	color: #fff;
	background-repeat: repeat-y;
	padding: 2px;
	margin-bottom: 0;
}

