@charset "utf-8";

/* CSS Document */

/* 基本　*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(../pic/bgimg01.gif);
	font-size: 12pt;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-color:#000000;
}

#main {
	width: 770px;
	padding: 10px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-image: url(../pic/bgimg02.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top
}

a{/*リンクされた文字*/
    color:#ff4500;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#ff4500;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#556b2f;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


hr {
	height: 2px;
	border: none;
	border-top: 2px #008000 dotted;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

h1 {
	color: #333399;
	margin: 5px 3px 5px 13px;
	font-size:18pt;
}

h4 {
	color: #339966;
	margin: 5px 14% 5px 8px;
	border-bottom: 1px solid #339966;
}

p {line-height:1.6em}

small {
font-size : 10pt ;
font-color:#333333;
}


.maintbl {
	width:90%;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px 0px 15px 0px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.maintbl th {
	text-align: center;
	width:120px;
	font-size: 100%;
	color: #333399;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #000000;
	vertical-align: middle;
}
.maintbl td {
	font-size: 100%;
	color: #333;
	padding: 10px;
	border: 1px solid #000000;
}

.subtbl {
	width:45%;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px 0px 15px 0px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.subtbl th {
	text-align: center;
	width:120px;
	font-size: 100%;
	color: #900;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #000000;
	vertical-align: middle;
}
.subtbl td {
	font-size: 100%;
	color: #333;
	padding: 10px;
	border: 1px solid #000000;
}

div.tabbox {
   margin: 0px; padding: 0px; width: 730px;
}

p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   display: block ; float: left;
   margin: 0px 0px 0px 0px; padding: 0px;
   text-align: center;
   text-valign: center;
}
p.tabs a.tab1 { background-color: #008000; color:#ffffff;}
p.tabs a.tab2 { background-color: #a74200; color:#ffffff;}
p.tabs a:hover { color: #0000ff; }

/* タブ中身のボックス */
div.tab { overflow: auto; clear: left; }
div#tab1 {
   border: 2px solid #008000 ; background-color: #ccffcc;
}

div#tab2 {
   border: 2px solid #a74200 ; background-color: #ffcc99;
}

div.tab p { margin: 15px; }


