/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body{
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#47311F;

}

body{
	background-image:url(../images/com/background.gif);
	text-align:center;
	height: 100%;

}
html{
	height: 100%;
}

a{color:#47311F;}
a:visited{color:#47311F;}
a:hover{text-decoration:none;color:#987558;}

div#header{
	position:relative;
	height:75px;
	background-color:#FCFAF1;
}

div#logo{
	position:absolute;
	top:9px;
	left:15px;
}

div#header p{
	text-align:right;
	padding:5px 8px 0 0 ;
}

div#header .tel{
	font-size:110%;
	font-weight:900;
}


div#wrapper{
	font-size:93%;
	line-height:1.5em;
	text-align:left;
	margin: 0 auto;
	background-image:url(../images/com/body_back.png);
	width:910px;
	background-repeat:repeat-y;
	padding:0 19px;
}


/*Footer*/
div#footer{
	padding:20px 10px;
	text-align:center;
	clear:both;

}

/*Font*/
.font_12G {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #47311F;
}
.font_10G {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #47311F;
}
.font_13G {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	color: #47311F;
}
.text_box550 {
	text-align: left;
	width: 550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #47311F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #47311F;
	border-right-color: #47311F;
	border-bottom-color: #47311F;
	border-left-color: #47311F;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.list_contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-left: 25px;
}
.list_contents li {
	list-style-image: url(../images/list_arrow.gif);
	list-style-position: inside;
}
.list_contents ul {
	padding-left: 10px;
}
.footer_link a {
	text-decoration: none;
}
#wrapper #header #banner {
	height: 60px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-left: 300px;
}
.voice_container {
	padding: 0px;
	border: 1px solid #999;
	margin: 0px;
}
.voice_container .voice_txt {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ADADAD;
}
.voice_container .voice_title {
	padding-left: 10px;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
}

