/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,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: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

ul, li {
	list-style-type: none;
}

a {
	outline: none;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

hr {
	display: none;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}



/* divのレイアウト */


#container{
	width:900px;
	margin:0 auto;
}

h1{
	padding-top:10px;
}
#navi ul{
	width:662px;
	overflow:hidden;
	margin:20px 118px;
	text-decoration:none;
}

#navi ul li{
	float:left;
	margin-right:46px;
}

#navi ul li a{
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	text-decoration:none;
	color:#000000;
	font-size:18px;
}

#navi ul li a:hover{
	color:#aaaaaa;
}
#navi ul li#toiawase{
	margin:0;
}

#main{
	padding:30px 0 76px 43px;
	float:left;
}

#scroll{
	overflow:scroll;
	width:525px;
	height:245px;
	margin:20px 15px 32px 13px;
	color:#4d4d4d;
}

#jikanwari{
	float:left;
	padding:20px 20px 0 35px;
}

#text3{
	font-size:13px;
	padding:120px 0 0 20px;
	color:#4d4d4d;
}

#text3 a{
	color:#4d4d4d;
}

#text3 a:hover{
	color:#aaaaaa;
}

#sub{
 	float:right;
	padding:40px 58px 44px 50px;
	width:193px;
}

#text2{
	font-size:13px;
	padding:10px 18px 18px 19px;
	color:#4d4d4d;
}

#qr{
	padding:21px 21px 21px 24px;
}

#text4{
	font-size:8px;
	padding-left:8px;
	color:#4d4d4d;
}

#topback{
	padding-left:760px;
}

#futta ul li a{
	text-decoration:none;
	color:#ffffff;
}
#futta ul li a:hover{
	color:#aaaaaa;
}

#futta{
	clear:both;
	background-color:#ff6400;
}

#futta ul{
	padding-left:53px;
}

#futta ul li{
	font-size:10px;
	color:#ffffff;
	padding:9px 5px;

	float:left;
}

#c{

	padding-left:704px;
}

