@charset "utf-8";
/* CSS Document */
/* Page Formatting */

* {	margin:0;
	padding:0;}

body {
	background-color: #e7e7e7;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	text-align: center;
}

.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}

/* pankuz
-----------------------------------------*/
#pankuz {
margin: 0 auto;
padding: 5px 0;
text-align:left;
width:82%;
font-size: 0.85em;
}

/* ヘッダー
---------------------------------------------------- */

/* ヘッダー */
#header {
	margin-bottom:10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
#header h1 {
        background: #e5e5f5;
        color: #333366;
        font-size: 125%;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	margin-top: 16px;
	margin-bottom: 24px;
        text-align: center;
	}

/* メインエリア
---------------------------------------------------- */

/* 各ページ */
div#content #item {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0 auto;
        text-align:left;
	}

div#content #item p {
	padding: 0px;
	margin: 0px;
	text-indent: 1em;
	line-height: 1.8em!important;
	}
div#content #item .p-com {
	padding: 0px;
	margin: 0px;
	text-indent: 0em;
	}
div#content #item .pd-t {
	padding: 20px 0 0 0 ;
	}
	
div#content #item .update {
	font-size: 90%;
	}
	
div#content #item h2 {
	margin-top: 25px;
	margin-bottom: 7px;
	font-size: 105%;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	background-color: #666699;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-image: url(IMG/h2_back.gif);
	background-repeat: repeat-y;
	}
div#content #item h3 {
	margin-top: 25px;
	margin-bottom: 7px;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666CC;
	background-color: #bbbcde;
	color: #333399;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #9966CC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6666CC;
	}

/* ボタン */
div#content ul {
	padding: 0;
	margin: 20px 0 25px 40px ;
        clear: both;
	}
div#content ul li {
	margin: 0;
	padding: 6px 0;
	}



/* トップへ戻る
---------------------------------------------------- */
#topback #link {
	font-size: 85%;
	text-align:center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#topback #link li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 10px;
	border-left: 1px solid #999;
	padding-right: 10px;
	border-right: 1px solid #999;
}

#topback #link li.begin {
	border-left: 0px;
	padding-left: 0px;
}

#topback #link li.last {
	border-right: 1px solid #999;
	padding-right: 10px;
}
