@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.5em;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	background: #ffffff url("./img/bg_wall.gif");
	text-align: center;
}

a:link, a:visited {
        color: #0000ff; 
        text-decoration: none;
}

a:active, a:hover {
        color: #ff7700; 
        text-decoration: none;
}

table {
	border: 1px solid #666680;
	border-collapse: collapse;
	margin: 10px auto;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

/* ----- 基本設定 ------------------------------------ */

div#wrapper {
	width: 800px;
	background-image: url("./img/bg_wrap.gif");
	margin: 0px auto;
}

div#container {
	width: 760px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	margin: 0px 20px;
}

/* ----- ヘッダー -------------------------------------- */

div#header {
	float: none;
	clear: both;
	width: 760px;
	height: 200px;
	background: #eeeeee url("./img/header.jpg") no-repeat;
}

div#header h1 {
	color: #ffffff;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 70px 0px 5px 50px;
}

div#header h2 {
	color: #ff9900;
	font-size: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 0px 0px 10px 50px;
	display: none;
}

/* ----- グローバルナビゲーション -------------------------------------- */

div#global-nav {
	float: none;
	clear: both;
	width: 760px;
	height: 31px;
	background: #2aa295 url("./img/bg_gnav.jpg");
}

div#global-nav ul {
	padding: 5px 0px;
	text-align: right;
        font-weight: bold;
}

div#global-nav ul li {
	display: inline;
	margin-right: 10px;
        color: #ffffff;
}

div#global-nav a:link, div#global-nav a:visited {
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
        padding: 2px 10px;
}
div#global-nav a:active, div#global-nav a:hover {
	color: #ffff00;
	border: 1px solid #ffff00;
	text-decoration: none;
        padding: 2px 10px;
}

/* ----- コンテンツ -------------------------------- */

div#contents {
	width: 720px;
	background: #ffffff;
        padding: 20px;
	overflow: hidden;
}

/* ----- メイン -------------------------------- */

div#main {
	float: right;
	width: 500px;
	background-color: #ffffff;
        padding: 0 10px;
}

div#main h2 {
	color: #005c96;
	background: url("./img/bg_cont.jpg")  no-repeat;
        padding: 3px 30px;
        margin: 0 0 16px 0;
        font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        border-bottom: 1px dotted #005c96;
}

div#main h3 {
	margin: 10px 5px 16px 5px;
	padding: 3px 10px;
	color: #000000;
	background-color: #ffffff;
        border-left: #2aa295 5px solid;
        border-bottom: #909090 1px dotted;
}

div#main p{
	padding: 5px 10px;
	background-image: url(./img/note_line.gif);
	margin: 5px 0px 10px 0px;
	line-height: 20px;
}

div#main ol {
	margin: 0px 10px 0px 50px;
}

div#main ol li {
        list-style-type: decimal; 
        padding: 3px 10px; 
        border-bottom: #bbbbbb 1px dotted; 
}

div#main ul {
	margin: 0px 10px 0px 10px;
}

div#main ul li {
        border-bottom: #bbbbbb 1px dotted; 
        list-style-type: none; 
        background: url(./img/arrow.gif) no-repeat;
        padding: 0px 0px 0px 15px; 
        background-position: 0px 6px;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation {
	float: left;
	width: 180px;
        margin-right: 20px;
	border: 0px solid #bbbbbb;
	background-color: #ffffff;
	overflow: hidden;
}

div#navigation h3 {
	color: #ffffff;
	background: url("./img/bg_navi.jpg") 0% 0% repeat-x;
        padding: 5px 10px;
        border-left: 1px solid #005c96;
        border-right: 1px solid #005c96;
}

div#navigation ul {
	margin: 0px 10px 0px 10px;
}

div#navigation ul li {
        border-bottom: #bbbbbb 1px dotted; 
        list-style-type: none; 
        background: url(./img/arrow.gif) no-repeat;
        padding: 0px 0px 0px 15px; 
        background-position: 0px 6px;
}

div#navigation .block {
	margin-bottom: 20px;
        padding: 6px;
	border: 1px solid #005c96;
}

div#navigation .block2 {
	margin-bottom: 20px;
        padding: 10px;
	border: 1px solid #005c96;
}

/* ----- フッター -------------------------------------- */

div#footer {
	float: none;
	clear: both;
	width: 760px;
	height: 31px;
	background: #2aa295 url("./img/bg_footer.jpg") ;
}

div#footer address {
	padding: 5px;
	color: #ffffff;
        text-align: center;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}

div#footer a:active, div#footer a:hover {
	color: #ffffff;
}

/* ----- 個別指定 -------------------------------------- */

.red {
	color: #FF0000;
}

.topicpath {
	margin-bottom: 20px;
}

.ads {
	text-align: right;
	margin-bottom: 20px;
}


