@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
a {
	color: #996600;
	text-decoration: none;
}
a:link {

}
a:visited {

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
table {

}
tr {

}
th {

}
td {

}
table.life_information td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table  input.w100percent {
	width: 99%;
}
table input.w100 {
	width: 100px;
}

table textarea {
	width: 99%;
}
table.base {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
table.base th {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.base  td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
table.base2 {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
table.base2  th {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.base2  td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



p {
	margin-top: 10px;
}
p.text_small {
	margin-top: 5px;
}

h1 {
	display: block;
	padding-top: 65px;
	padding-left: 60px;

}
h2 {
	font-size: 12px;
	line-height: 32px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	color: #FFFFFF;
}
h3 {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 13px;
	margin-top: 20px;
	padding-bottom: 2px;
}
h4 {
	font-weight: bold;
	color: #66BB22;
	font-size: 13px;
	margin-top: 20px;
}

ol {
	margin-top: 10px;
}
ul {
	margin-top: 10px;
}
li {
	margin-left: 50px;
	margin-top: 5px;
}
dl {
	margin-top: 10px;
}
dt {
}
dd {
	padding-left: 20px;
}
.clear {
	clear: both;
}
.margin_top00 {
	margin-top: 0px;
}
.margin_top05 {
	margin-top: 5px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top30 {
	margin-top: 30px;
}

.margin_top40 {
	margin-top: 40px;
}
.text_small {
	font-size: 10px;
	line-height: 15px;
}
.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.waku {
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #666666;
}



.appeal_color {
	color: #66BB22;
}
.no_view {
	visibility: hidden;
}

#header {
	background-image: url(images/bg_top-trans.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-image: url(images/bg_middle-trans.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 40px;
}
#footer {
	background-image: url(images/bg_bottom-trans.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
}
#footer   address {
	margin: 0px;
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	font-style: normal;
}

#main_box {
	width: 590px;
	float: left;
}
#main_box .top_img {
	text-align: center;
	margin-top: 80px;
}

#global_navi ul {
	margin: 0px;
	padding: 0px;
}
#global_navi li {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 4px;
	float: left;
}
#global_navi {
	height: 45px;
}
#global_navi li.last {
	margin-right: 0px;
}

#navi_box {
	width: 180px;
	float: right;
	margin-top: 30px;
}
#navi_box ul {
	margin: 0px;
	padding: 0px;
}
#navi_box li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tab_menu {
	background-image: url(images/tab_04.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}


#tab_menu ul {
	padding-top: 20px;
	margin-top: 0px;
}
#tab_menu li {
	list-style-type: none;
	margin: 0px;
	float: left;
}
#tab_menu a {
	height: 40px;
	width: 90px;
	display: block;
	background-image: url(images/tab_03.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#tab_menu a:hover {
	color: #0081CC;
	background-image: url(images/tab_01.gif);
}
#tab_menu a.active {
	color: #0081CC;
	background-image: url(images/tab_02.gif);
}

