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


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 11px;
	padding-bottom: 2px;
	color: #666666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 740px;
}


p{
	font-size:12px;
	color:#666666;
	line-height: 140%;
	margin-top: 10px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 100%;
	padding-bottom: 20px;
}

#container h4 {
	float: left;
}

#container h3 {
	font-size: 16px;
	
}


#container #btn01 a {
	background-image: url(img/menu-11.gif);
	display: block;
	height: 37px;
	width: 265px;
	text-indent: -9999px;
}

#container #btn012 a {
	background-image: url(img/menu-12.gif);
	display: block;
	height: 37px;
	width: 265px;
	text-indent: -9999px;
}

#container #btn01 a:hover {
	background-image: url(img/menu-12.gif);
}

#container #btn02 a {
	background-image: url(img/menu-21.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn022 a {
	background-image: url(img/menu-22.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn02 a:hover {
	background-image: url(img/menu-22.gif);
}

#container #btn03 a {
	background-image: url(img/menu-31.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn032 a {
	background-image: url(img/menu-32.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn03 a:hover {
	background-image: url(img/menu-32.gif);
}

#container #btn04 a {
	background-image: url(img/menu-41.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn042 a {
	background-image: url(img/menu-42.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn04 a:hover {
	background-image: url(img/menu-42.gif);
}

#container #btn05 a {
	background-image: url(img/menu-51.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn052 a {
	background-image: url(img/menu-52.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn05 a:hover {
	background-image: url(img/menu-52.gif);
}

#container #btn06 a {
	background-image: url(img/menu-61.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn062 a {
	background-image: url(img/menu-62.gif);
	display: block;
	height: 37px;
	width: 79px;
	text-indent: -9999px;
}

#container #btn06 a:hover {
	background-image: url(img/menu-62.gif);
}

#container #btn07 a {
	background-image: url(img/menu-71.gif);
	display: block;
	height: 37px;
	width: 80px;
	text-indent: -9999px;
}

#container #btn072 a {
	background-image: url(img/menu-72.gif);
	display: block;
	height: 37px;
	width: 80px;
	text-indent: -9999px;
}

#container #btn07 a:hover {
	background-image: url(img/menu-72.gif);
}




#text02 {
	color: #333333;
	font-size: 12px;
	line-height: 140%;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


#header {
	width: 740px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 180%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	padding-top: 10px;
	color: #333333;
	font-size: 12px;
	line-height: 180%;
	text-align:center;
}

.style1 {
	color: #157DD7;
	font-weight: bold;
}

.style2 {color: #64AA32}

.style3 {
	color: #FFFFFF;
}

.style4 {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}

.style5 {color: #336699}

.table1 { 
width: 740px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 0px; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 5px;} 



.box1{
  width: 740px;/*全体の幅*/
  font-size: 14px;/*文字サイズ*/
  }
.box1 dt{/*タイトル部分の設定*/
  color: #666666;/*文字色*/
  background-color: #C0E3FF;/*背景色*/
  font-weight: bold;
  width: 398px;/*タイトルの幅（文字数）*/
  position: relative;
  z-index: 2;
  padding: 0.3em 1em 0.2em 10px;
  border-style:solid; 
  border-color: #CCCCCC;/*枠の色*/
  border-width: 1px 1px 2px 1px;
  }
.box1 dt span{
  padding-left: 10px;
  border-left: 3px solid #FFFFFF;/*タイトル部の左縦線*/
  }
.box1 dd{/*内容部分*/
  position: relative;
  z-index: 1;
  top: -0.9em;
  margin: 0 0 0 0.7em;
  border: solid 1px #CCCCCC;/*枠の色*/
  }
.box1 dd .text {
  padding: 1.7em 0.5em 1em 1.5em;/*テキスト部分の余白*/
  border-bottom: solid 5px #C0E3FF;/*下側の着色部分*/
  line-height: 180%;
  height: 120px;
  font-size: 12px;
  color: #666666;
  }

.box1 p{
	width: 70px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 25px;
	border: solid 1px #CCCCCC;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	background-color: #E7F4FF;
	text-align: center;
  }

  
