@charset "utf-8";
html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
img {
	vertical-align: bottom;
}
li {
  list-style-type: none;
}
body {
  background: #FFF url(../images/bg_top_sub.jpg) repeat-x;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
* html body {	/* for IF6 */
  font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*ヘッダー
---------------------------------------------------------------------------*/

.top {
	margin-bottom: 10px;
}



/*パンくずリスト
---------------------------------------------------------------------------*/

#pan_navi {
	margin: 5px 0 15px 15px;
}
#pan_navi li {
	display: inline;
	line-height: 120%;
	list-style-type: none;
	font-size: 11px;
	margin-right: 7px;
}



/*メインカラム
---------------------------------------------------------------------------*/

.container {
	clear: left;
	width: 610px;
	margin-left: 10px;
	padding-top: 20px;
}
h3.title {
	background: url(../images/title_bg_none.jpg) no-repeat;
	min-height: 41px;
	list-style: none;
	border: none;
	padding-left: 18px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 9px;
	margin-bottom: 0;
}
h4 {
	background: url(../images/caption.gif) no-repeat left center;
	padding:.4em .5em;
	padding-left: 23px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	font-size: 15.5px;
	font-weight: normal;
}
h5 {
	margin-left: 10px;
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	width: 600px;
	border-bottom: 1px dotted #ddd;
}
p {
	padding-bottom: 20px;
	font-weight: normal;
}
p.space {
	margin: 10px 0 30px 0;
}
p.space_01 {
	margin: 10px 0 20px 30px;
}
p.space_02 {
	margin: 10px 0 15px 13px;
}
table.style01 {
	width: 610px;
}
table.style01 tr th,table.style01 tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border: solid 1px #dddddd;
	padding: 10px 0;
}
table.style01 tr th {
	width: 100px;
	background: #f2f2f2;
	border: solid 1px #dddddd;
	text-align: center;
}
table.style01 tr th span {
	color: #CC0000;
	font-size: 14px;
	padding-left: 5px;
}
table.style01 tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #aaa;
	line-height: normal;
}
table.style01 tr td {
	padding-left: 5px;
}


/*サイドメニュー
---------------------------------------------------------------------------*/

.side_menu {
	width: 230px;
	margin-bottom: 15px;
}
.side_menu li {
	width: 226px;
	background: url(../images/sub_menu_li.gif) left no-repeat;
	padding: 1px 1px 1px 1px;
	text-indent: 30px;
	line-height: 35px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.side_menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	zoom: 1;
}
.side_menu li a:hover {
	background: #fcd3b2 url(../images/sub_menu_li.gif) left no-repeat ;
	color: #333;
	text-decoration: none;
}
