@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

#wrapper {
	margin-left:auto;
	text-align:left;
	width:800px;
	font-size: 13px;
	line-height: 1.5;
	margin-right: auto;
	padding: 0;
	background-image:url(img/page_bg.jpg);
	background-repeat:repeat-y
}


/* リンク
---------------------------------------------------- */
a:link, a:visited {
  color: #6699ff;
  text-decoration: underline;
  background: transparent;
}
a:hover {
  color: #6699FF;
  text-decoration: underline;
  background-color:#bbCCFF;
}
a:active {
  color: #6699FF;
  text-decoration: underline;
  background: transparent;
}
a.link:link, a.link:visited {
	color: #ffffff;
  text-decoration: none;
	background: transparent;
}
a.link:hover, a.link:active {
  color: #FFFF00;
  text-decoration: underline;
  background: transparent;
}


/* 見出し
---------------------------------------------------- */
h1 {
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: x-small;
	text-indent: -9999px;
	width: 585px;
	height: 50px;
}
h1#h1_index_bg {
	background:url(img/h1_index_bg.gif) no-repeat;
}
h1#h1_point_bg {
	background: url(img/h1_point_bg.gif) no-repeat;
}
h1#h1_howto_bg {
	background: url(img/h1_howto_bg.gif) no-repeat;
}
h1#h1_pattern_bg {
	background: url(img/h1_pattern_bg.gif) no-repeat;
}
h1#h1_contact_bg {
	background: url(img/h1_contact_bg.gif) no-repeat;
}
h1 img {
  vertical-align: bottom;
}
h2 {
	color: white;
	margin: 5px 0;
	padding: 0;
	border: 0;
	font-size: x-small;
	text-indent: -9999px;
	width: 560px;
	height: 38px;
	border:1px #ccc solid;
}

h2#h2_howto_bg {
	background: url(img/h2_howto_bg.gif) no-repeat;

}
h2#h2_pattern_bg {
	background: url(img/h2_pattern_bg.gif) no-repeat;

}
h2#h2_point1_bg {
	background: url(img/h2_point1_bg.gif) no-repeat;

}
h2#h2_point2_bg {
	background: url(img/h2_point2_bg.gif) no-repeat;

}
h2#h2_point3_bg {
	background: url(img/h2_point3_bg.gif) no-repeat;

}
h3 {
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: x-small;
	text-indent: -9999px;
	width: 585px;
	height: 25px;
}
h3#h3_pattern1_bg {
	background: url(img/h3_pattern1_bg.gif) no-repeat;
	width:560px;

}
h3#h3_pattern2_bg {
	background: url(img/h3_pattern2_bg.gif) no-repeat;
	width:560px;

}
h3#h3_pattern3_bg {
	background: url(img/h3_pattern3_bg.gif) no-repeat;
	width:560px;

}

/* ヘッダ
---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0;
	width: 800px;
	height:150px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background:url(img/head01.jpg) no-repeat;
}
.logo{
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 259px;
	height: 103px;
	margin: 0 0 0 15px;
	padding: 0;
}
#header ul {
	margin: 0;
	padding: 10px 22px 0 0;
	text-align: right;
	list-style: none;
}
#header li{
	display : inline;
	margin:0;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 12px;
	font-size: 11px;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 800px;
	padding: 0;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	width: 800px;
	margin-bottom: 10px;
}
#content #main {
	width:600px;
	float:left;
}
#content #main_top {
	width:800px;
	float:left;
	padding:10px;
}

#content #main .box1 {
	margin: 10px 0;
	width:585px;
}
#content #main .box1 .contact {
	width:560px;
	text-align:center;
}
#content img {
	vertical-align: bottom;
	padding: 3px;
}
#content #main img#none {
	border: none;
	padding: 0;
}
#content #main img#left {
	margin: 0;
	vertical-align: bottom;
	float: left;
	padding: 3px;
}
#content #main img#right {
	margin: 0;
	vertical-align: bottom;
	float: right;
	padding: 3px;
}
#content #main img#center {
	margin: 0;
	vertical-align: bottom;
    text-align:center;
	padding: 3px;
}
#content ul {
    margin: 0 0 0 1.8em; 
    padding: 0; 
	color:#2D7BCA;
}
#content ul li {
	margin: 10px 0 10px 0;
}
#content ol {
	margin: 20px 0 30px 1.8em;
	padding: 0;
}
#content ol li {
	margin-top: 15px;
	margin-left: 10px;
}

/* 説明付きリスト */
#content dl{
	list-style-position:inside;
	margin: 0;
}
#content dt{
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
#content dd{
	margin: 0 0 5px 15px;
}

/* ナビゲーション
---------------------------------------------------- */
#content #navigation {
	width: 200px;
	height: 100%;
	float: left;
}

#content #navigation ul {
	margin: 0;
    padding: 0;
  	list-style: none;
	height: auto;
}

#content #navigation li {
  margin: 0;
  width: 185px;
  height: 40px;
  text-indent: -9999px;
}

#content #navigation li a {
	text-decoration: none;
	display: block;
	width: 185px;
	height: 40px;
}

#content #navigation li#menu1    {
  background: url(img/menu1.gif) no-repeat;
}

#content #navigation li#menu2    {
  background: url(img/menu2.gif) no-repeat;
}

#content #navigation li#menu3    {
  background: url(img/menu3.gif) no-repeat;
}

#content #navigation li#menu4    {
  background: url(img/menu4.gif) no-repeat;
}

#content #navigation li#menu5    {
  background: url(img/menu5.gif) no-repeat;
}
#content #navigation li#menu6    {
  background: url(img/menu6.gif) no-repeat;
}
#content #navigation li#menu7    {
  background: url(img/menu7.gif) no-repeat;
}
#content #navigation li#menu8    {
  background: url(img/menu8.gif) no-repeat;
}
/* マウスオーバー時の指定
---------------------------------------------------- */

#content #navigation li#menu1  a:hover    {
  background: url(img/menu1_over.gif) no-repeat;
}

#content #navigation li#menu2  a:hover    {
  background: url(img/menu2_over.gif) no-repeat;
}

#content #navigation li#menu3  a:hover    {
  background: url(img/menu3_over.gif) no-repeat;
}

#content #navigation li#menu4  a:hover    {
  background: url(img/menu4_over.gif) no-repeat;
}

#content #navigation li#menu5  a:hover    {
  background: url(img/menu5_over.gif) no-repeat;
}
#content #navigation li#menu6  a:hover    {
  background: url(img/menu6_over.gif) no-repeat;
}
#content #navigation li#menu7  a:hover    {
  background: url(img/menu7_over.gif) no-repeat;
}
#content #navigation li#menu8  a:hover    {
  background: url(img/menu8_over.gif) no-repeat;
}


/* フッタ
------------------------------------------------------ */
#footer {
	width: 800px;
	clear: both;
	background:url(img/footer_bg.jpg);
	background-repeat:repeat-y;
	height: 45px;
	font-size: 11px;
	padding: 0;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}  
address{
	width: 100%;
	font-style: normal;
	color: #003366;
	padding:5px 0 0 0;
}
#footer ul{
	width: 540px;
	text-align: right;
	float: right;
}
#footer ul,
#footer ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

/* 戻りの設定 */
ul.modori{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 11px;
}
ul.modori li{ list-style:none; display:block; text-align:right; }
ul.modori li a{ display:inline; text-decoration:none; padding:1px 3px; }
ul.modori li a:link,ul.modori li a:visited{ color:#0099FF; background:#eeeeee; }
ul.modori li a:hover{ color:#0066CC; text-decoration:underline; background:#eeeeee; }

/* その他
------------------------------------------------------ */
.clear {
	clear: both;
}
.txt-s {
	font-size: 11px;
	text-align: left;
	line-height:11px;
}
.txt-s-r {
	font-size: 11px;
	float: right;
	margin-right: 5px;
}
.txt-m {
	font-weight: bold;
	font-size: 14px;
}
.txt-l {
	font-size: 24px;
	font-weight: bold;
}
.txt-right {
	text-align: right;
}
hr {
	border: 1px dotted #666666;
	clear: both;
}
/*テーブル*/
#content #main table.type {
    table-layout:fixed;
    margin: 5px 5px 20px 0;
	width: 550px;
	border: 1px solid #cddcea;
	border-collapse: collapse;
}
#content #main table.type th {
    color: #66a3d3;
    text-align: left;
    font-weight: normal;
	padding: 8px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
    line-height:20px;
}
#content #main table.type th.num {
    color: #66a3d3;
    text-align: left;
    font-weight: normal;
	padding: 8px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
    line-height:20px;
	width:7px;
}
#content #main table.type th.pic {
    color: #66a3d3;
    text-align: left;
    font-weight: normal;
	padding: 8px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
    line-height:20px;
	width:180px;
}
#content #main table.type td {
    color: #678197;
	padding: 10px;
    vertical-align:top;  
	border: 1px solid #cddcea;   
	border-collapse: collapse;
    line-height:18px;
}

#content table.box_c {
	table-layout:fixed;
	width:700px;
	background-color:#FFFFFF;
	margin: 10px 45px 10px 45px;
	text-align:center;
}
#content table.box_c th {
    color: #66a3d3;
    text-align: left;
	width:150px;
    font-weight: normal;
	padding: 8px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
    line-height:20px;
}
#content table.box_c td.td2 {
    color: #66a3d3;
    text-align: left;
	width:150px;
    font-weight: normal;
	padding: 8px;
	background-color:#e4f2f8;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
    line-height:20px;
}
#content table.box_c th.big {
    color: #66a3d3;
    text-align: left;
	width:700px;
    font-weight: normal;
	padding: 3px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
}
#content table.box_c th.num {
    color: #66a3d3;
    text-align: left;
	width:20px;
    font-weight: normal;
	padding: 3px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
}
#content table.box_c th.normal {
    color: #66a3d3;
    text-align: left;
	width:150px;
    font-weight: normal;
	padding: 3px;
	background-color: #dbe4f3;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    background-image:url(img/table_back.gif);
    background-position:left top;
}
#content table.box_c td {
	width:auto;
    color: #66a3d3;
    text-align: left;
    font-weight: normal;
	padding: 8px;
	border: 1px solid #cddcea;
	border-collapse: collapse;
    line-height:20px;
}

/*キャプション*/ 
.caption
{
	padding: 3px;
	height: auto;
	font-size: 11px;
	background-color: #ffffff;
}
