body   {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #B73C00;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 140%;
}

#header {
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
} 
#header_c {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#container {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 40px;
	padding-left: 40px;
} 
#container_i {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
} 
#container_v  {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/back_valign.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
} 
#main {
	width: 100%;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 30px;
} 
#main_m {
	width: 100%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 30px;
} 
#main_566 {
	width: 566px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
} 
#main_r
{
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar   {
	position: relative;
	width: 160px;
	left: 0px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

/*余白の設定はＮＧ*/
*/
#sidebar1 {
	float: left;
	margin-left:0;
	width:200px; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	padding:15px 10px 15px 20px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}

#footer {
	clear:both;
	padding: 0;
	clear:both;
	background-image: url(../images/bt_footer.jpg);
	width: 100%;
	height: 91px;
} 
#mainback
{
	width: 750px;
	background-image: url(../images/back_maincontents.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
.table
{
}
.table  th
{
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;
	font-weight: normal;
}



#footer p {
	margin: 0;
	padding: 10px 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,#path{
margin-top:0px;
margin-bottom:0px;
}

td img {display: block;}

img {display: block;}

.fltrt {
	float: right;
	margin-right:0;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-left:0;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

address {
	font-style: normal;
}


/*
[if IE 5]>
<style type="text/css"> 
#sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
</style>
<![endif]
*/

/*　line-height:150%で文字が上下中央にレイアウトされる　*/

/*特定レイアウト内の画像を左揃えにする
** img{
float:left;
margin-right:5px;
}
*/

/*上メニューのナビゲーションバー（親タグ#containerをrelativeにする必要有）

#navbar {
	background-color: #9999CC;
	padding: 0px;
	height: 25px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 155px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 333333;
	border-bottom-color: 333333;
}

#navbar h2 {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 2px;
	text-align: center;
	margin: 0px;
	float: left;
	width: 156px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: FFFFFF;
}

#navbar a {
color:ffffff;
font-weight:normal;
display:block;
width:156px;
}
*/

/\*サイドバー見出しをボタンのように表示

#sidebar1 h2 a{
background-color:999999;
border:1px sorid #336600;
margin:5px 0px;
font-size:90%;
line-height:150%;
text-align:center;
display:block;
color:#ffffff;
}
*/


h2{
margin:0px 0px 15px 15px;
padding:8px 0px 0px 0px;
width : 533px;
height:27px;
font-size:14px;
text-indent:1em;
color:#FFFFFF;
background-image:url(../image/h1_bg.jpg);
}

h3{
	padding:1px;
	display : block;
	font-weight:bold;
	color:#953100;
	text-indent:0.5em;
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-bottom-color:#953100;
	background-color: #FFF6ED;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color:#953100;
	width: 35%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 16px;
}

hr{
clear:both;
display: none;
}
.tx_80 {font-size: 80%}
.qa_q {
	width: 440px;
	padding-left: 46px;
	background-image: url(../images/back_q.jpg);
	margin-top: 20px;
	margin-left: 86px;
	padding-top: 5px;
	font-size: 85%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #FED5C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD6C2;
	padding-bottom: 2px;
}
.qa_a {
	width: 440px;
	padding-left: 46px;
	background-image: url(../images/back_a.jpg);
	margin-left: 86px;
	padding-top: 7px;
	background-repeat: no-repeat;
	font-size: 85%;
}

.staff_name
{
	text-align: center;
	background-image: url(../images/comment.jpg);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.staff_comment
{
	background-image: url(../images/comment.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}

h1
{
	font-size: 75%;
	text-align: left;
	width: 758px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
.white {color: #FFFFFF}

#new
{
	height: 185px;
	width: 440px;
	margin-right: 5px;
	margin-left: 15px;
	overflow: auto;
	text-align: left;
}
