@charset "utf-8";
/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}


/*bodyのスタイル*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
	color:#333333;
	line-height:1.5em;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

img{
	padding:0px;
	margin:0px;
}


html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
}



table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*containerのスタイル*/
#container{
	width:774px;
	margin:0px auto;
	padding-left:0 7px;
	font-size: 75%;
	line-height: 1.5em;
	background-color: #FFFFFF;
	
}

/*headerのスタイル*/

#header {
	width:760px;
	padding: 0px;
	margin:0 auto;
}

#header h1 {
	float:left;
}

#menu {
	float:left;	
}


/*main*/

#main {
	width:760px;
	margin-top:5px;
}
#main h2{
	margin-bottom:10px;	
}

/*コンテンツ*/
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

#contents {
width:730px;
margin:0 auto;
padding-bottom:10px;
}
span.txtmid {
	font-weight:bold;
}

.center {
height:250px;
text-align:center;
}
.left {
height:auto;
text-align:left;
}
p.space {
margin:20px auto;
}
table.koutei {
margin:20px 70px;
}
table.koutei td{
padding:10px;
text-align:left;
}
ul.sitemap{
list-style:none;
margin-left:30px;
}
ul.sitemap li {
margin-bottom:10px;
}
ul.sitemap li a:link {
	text-decoration: none;
	color: #999999;
}
ul.sitemap li a:visited {
	text-decoration: none;
	color: #999999;
}
ul.sitemap li a:hover{
	text-decoration:none;
	color:#900;
}
#navi {
	width:760px;
	text-align:left;
	font-size:0.8em;
	margin:0 auto;
	padding-left:5px;
}
#navi span.now {
	color:#900;
}

#navi a:link {
	text-decoration: none;
	color: #999999;
}
#navi a:visited {
	text-decoration: none;
	color: #999999;
}
#navi a:hover{
	text-decoration:none;
	color:#900;
}
table td {
	font-size:12px;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:150%;
	border-bottom:1px dashed #CCC;
}
table {
	margin-bottom:20px;
}
	
/*footer*/

#footer{
	width: 760px;
	height: 40px;
	margin: 0 auto ;
	text-align: left;
	border-top:1px solid #CCC;
}
#footer span{
	line-height: 2.8em;
}
#footer .menu{
	float:left;
	color: #999999;
}

#footer a:link {
	text-decoration: none;
	color: #999999;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover{
	text-decoration:none;
	color:#900;
}

#footer .copy{
	float:right;
	color: #999999;
}
#footer .nowon{
	color: #900;
}

.clear{
	clear:both;
}
.clearfix:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}

.clearfix {
display: inline-block;
/*\*//*/
overflow: hidden;
/**/
}

div#kakaku {
	text-align:left}