/* 共通CSS */

/* フォーマット
---------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,body{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color: #444;
	font-size: 100%;
	font-weight:normal;
	font-style:normal;
	list-style-type:none;
	line-height:160%;
	text-decoration:none;
    font-family:"ＭＳ Ｐゴシック", "Osaka";
}


/* 共通
---------------------------------------------------------*/
* { margin: 0; padding: 0; }

body {
  font-size: 80%;
  text-align: center;
  background: #8f8aff; width:100%;
}

img { border: 0; }

p { margin-bottom:10px;}

table {
  border-collapse: collapse;
}

td {
  border: 1px #cbcbcb solid;
  background-color: #FFFFFF;
  padding: 1px 2px 1px 5px;
}
h1 {
  font-size: 140%;
  font-weight: bold; color: #003300;
  color: #ffffff;
  background: #003300;
  padding:0px 0px 0px 10px;
}
h2 {
  font-size: 120%;
  font-weight: bold; color: #003300;
  border-left: 6px solid #003300;
  border-bottom:dotted 1px;
  padding-left: 10px;
  margin: 30px 0px 10px 0px;
}
h3 {
  font-weight: bold; font-size: 105%;
  color: #AC6A00;
}
h4 {
  color: #000066; font-weight: bold;
  padding: 0px 0px 0px 5px;
  margin-bottom: 5px;
}
h5 {
  color: #A40000;
}

/* 共通テキスト
---------------------------------------------------------*/
a:link    { color: #c85000; text-decoration:none; }
a:hover   { color: #c85000; text-decoration: underline; }
a:visited { color: #c85000; text-decoration:none; }


/* ヘッダ
---------------------------------------------------------*/
#header {
  width: 760px;
  background: #fff;
  padding-top: 30px;
}


/* 基本レイアウト
---------------------------------------------------------*/
#container {
  width:760px;
  margin:0 auto;
  background-color: #fff;
  text-align:left;
}

/* コンテンツ */
#main_container {
  padding:0 10px;
}
#main_container .block1 {
  background-color: #ededed;
  padding: 5px;
}
#main_container .block2 {
  padding: 5px;
}

#h2_type2b {
  border-left: 4px solid #003300;
  border-bottom:dotted 1px;
  margin: 30px 0px 10px 0px;
}

#h2_type{
  border-left: 4px solid #003300;
  border-bottom:dotted 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#h2_type td{
  border: none;
}
#h2_type .main_text{
  width: 200px;
  font-size: 120%;
  font-weight: bold; color: #003300;
  padding-left: 10px;
}
#h2_type .sub_text{
  float: left;
  text-align: right;
  width: 500px;
  font-size: 100%;
  font-weight: normal; color: #003300;
  margin-bottom: 10px;
}

/* テーブル補助 */
.td_type1 {
  background-color: #EFE8CE;
}
.main_text{
  font-size: 120%;
  font-weight: bold; color: #003300;
  padding-left: 10px;
}
.txt_right {
  text-align: right;
  margin-bottom: 10px;
}




#main_container ul {
  margin-left: 20px;
}
#main_container li {
  list-style: disc outside;
  padding-bottom: 2px;
}




#main_container .totop {
  text-align: right;
  margin-bottom: 20px;
}




/* フッター
---------------------------------------------------------*/
#footer {
  width: 760px;
  border-top: 1px solid #999999;
}
#footer p {
  padding: 5px 10px;
}

