/* 基本設定
******************************************************************************************** */
body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

hr {
	visibility: hidden;
	clear: both;
}



/* 全体構造
******************************************************************************************** */

#bg {
	width: 770px;
	margin:0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#bg2 {
	width: 770px;
	margin:0px auto;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/bg_pagetop.jpg);
}

#warpper {
	margin:0px auto;
	text-align: left;
	width: 760px;
	padding: 15px 0px 0px;
}

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


#logo {
	margin:0px;
	width: 425px;
	height: 43px;
	float: left;
	padding-left: 15px;
	padding-top: 19px;
}

#header_right {
	width: 80px;
	height: 76px;
	float: right;
}


#navigation {
	height: 20px;
	width: 745px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#contents {
	width: 760px;
	margin:0px auto;
}

#contents_main {
	width: 700px;
	padding: 20px 30px;
}



#footer {
	clear:both;
	background-image: url(../images/bg_end.jpg);
	width: 770px;
	margin:0px auto;
	height: 70px;
}


/* その他
******************************************************************************************** */



.size14px {  font-size: 14px}
.size16px {  font-size: 16px}
.size16px-140 {  font-size: 16px; line-height: 140%}
.size14px-130 {  font-size: 14px; line-height: 130%}
.size12px-160 {  font-size: 12px; line-height: 160%}
.size12px-130 {
	font-size: 12px;
	line-height: 130%;
	font-family: "lr oSVbN", "Osaka";
}
.size11px-120 {  font-size: 11px; line-height: 120%}
.size11px-130 {  font-size: 11px; line-height: 130%}
.size10px-140 {  font-size: 10px; line-height: 140%}
.size10px-130 {  font-size: 10px; line-height: 130%}
.size10px {  font-size: 10px}
.size09px-130 {  font-size: 9px; line-height: 130%}
.size09px {  font-size: 9px}

.tel {
	font-size: 28px;
	font-weight: bold;
	line-height: 120%;
}

.cap {
	font-size: 10px;
	margin-top: 2px;
}


.style5 {
	color: #DE7315;
	font-weight: bold;
}
.size12-100 {
	font-family: "lr oSVbN", "Osaka";
	font-size: 12px;
	line-height: 100%;
}
.size13px-140 {
	font-family: "lr oSVbN", "Osaka";
	font-size: 13px;
	line-height: 140%;
}
.size13px-130 {
	font-family: "lr oSVbN", "Osaka";
	font-size: 13px;
	line-height: 130%;
}
