/*全体用*/
body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #333333;
	background-image: url(../images/body-back.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-position: center top;
	background-color: #DBEEDA;
}
body,table,td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*全体幅と中央ぞろえにするラップ*/
#wrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	text-align: left;
}

/*ヘッダータイトル*/
#header {
	margin: 0px;
	padding: 0px;
	width: 780px;

}
#header .left {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;

}



#grobal-navi .title {
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#grobal-navi h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;

}
#grobal-navi .title-h1 {
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 55px;
}

#header .right {
	float:right;
	background:url(../images/fontsize_bg.jpg) no-repeat center center;
	width: 200px;
	height:26px;
	margin: 80px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#header .right dl {
	float:left;
	padding: 0px;
	margin: 0px;
}

#header .right dt {
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}

#header .right dd {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin:2px 4px 0 7px;
	padding: 0px;
}
	
#header .right span{
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow:hidden;
	cursor: pointer;
	border-style:none;
}

#header .right dd.sizes a{
	background: url(../images/fontsize-s.jpg) no-repeat left top;
	display: block;
	float: left;
/*	width: 18px;
	height: 18px;
	margin:2px 4px 0 7px;*/
	padding: 0px;
}

#header .right dd.sizem a{
	background: url(../images/fontsize-m_f2.jpg) no-repeat left top;
	display: block;
	float: left;
/*	width: 18px;
	height: 18px;
	margin:2px 4px 0 7px;*/
	padding: 0px;
}
#header .right dd.sizel a{
	background: url(../images/fontsize-l.jpg) no-repeat left top;
	display: block;
	float: left;
/*	width: 18px;
	height: 18px;
	margin:2px 4px 0 7px;*/
	padding: 0px;
}
#header .right span{
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow:hidden;
	cursor: pointer;
	border-style:none;
}



/*グローバルナビ*/
#grobal-navi  {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(../images/page-h1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#grobal-navibtn  {
	margin: 2px 0px 0px 0px;
}

/*トップページ用コンテンツ上左側*/
#contents-top .left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 445px;
	height: 220px;
}

/*トップページ用コンテンツ上右側*/
#contents-top .right {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 220px;
}


/*トップページ用コンテンツ下
#contents-top-bottom{
	margin: 10px 0px;
	padding: 0px;
	width: 760px;
}*/

/*トップページ用コンテンツ下左側
#contents-top-bottom .left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 510px;
}*/

/*トップページ用コンテンツ下左側
#contents-top-bottom .right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 230px;
}

#contents-top-bottom .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}*/


/*フッター*/
#footer {
	margin: 0px;
	width: 760px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/*下位ページコンテンツ部分*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 780px;
}

/*下位ページサイドメニュー部分*/
#side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	text-align: center;

}

/*下位ページメインコンテンツ部分*/
#main {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
	width: 565px;
	text-align: left;
}


#main h2 {
	line-height: 26px;
	background-image: url(../images/page-h2.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding: 0px 0px 0px 3px;
	margin: 20px 0px 20px 5px;
	text-indent: 10pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;


}
#main h3 {
	color: #336600;
	background-color: #DBEEDA;
	line-height: 20px;
	margin-left: 18px;
	margin-top: 18px;
	margin-bottom: 15px;
	text-indent: 5pt;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;

}
#main p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 140%;
}
#side p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .mainp2 {
	margin-left: 20px;
}
#main .mainp3 {
	margin-left: 30px;
}
#main .mainp4 {
	margin-left: 50px;
}
/*文章用余白*/
.sentence10 {
	margin: 0px 10px;
	padding: 0px;
}

/*住所表示部分　未完成*/
.address {
	width: 230px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	text-align: center;

}
#main h4 {
	color: #333333;
	line-height: 130%;
	margin-left: 28px;
	margin-top: 15px;
	margin-bottom: 8px;
	background-image: url(../images/page-h4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#topicpath {
	line-height: 25px;
	text-align: left;
}
