﻿@charset "utf-8";
/* CSS Document */

/*初期設定*/

body {
	color: #333333;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	background:url(/_resource/image/common/bg.jpg) repeat-x left top;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align:top;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a{color:#F25E15; text-decoration:underline;}
a:hover{text-decoration:none;}
a:focus{
	outline:none;
}


/* -----clearfix------ */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.blue{color:#0099CC;}
.orange{color:#FF6600;}
.gray{color:#999999;}

.clear{clear:both;}

/* margin */
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}

.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

/* padding */
.plr05{padding:0 5px;}
.plr10{padding:0 10px;}


.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}

.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}


#wrapper {
	width:740px;
	margin-right: auto;
	margin-left: auto;
	font-size:80%;
	line-height:1.5;
}


#header{
	background: url(../image/bg_header.gif) repeat-x left bottom;
	padding-bottom: 19px;
	margin-bottom: 10px;	
}
#header_body{
	width:740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;

}


#header h1{
	padding-bottom: 10px;
}
#header .left{
width:440px;
}
#header .right{
	width:300px;
	text-align: right;
}
#header .right p{
	color:#666666;
	font-size: 10px;
}
#header .right .logo{
	margin-top: 5px;
}


#navi{
	height:29px;
	clear: both;
}
#navi ul{
	height:29px;
}
#navi li{
	float:left;
}


.left{float:left;}
.right{float:right;}

.inner{
	padding:0 10px;
	margin-bottom: 20px;
}


#content h3{
	padding:0px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
} 

.main_cont{
	float:right;
	width:504px;
	background: url(../image/dot_line_v.gif) repeat-y left top;
	padding-left: 9px;
}

.left_cont{
	width:220px;
	float: left;
}

.info{
	color:#4D5668;
	clear: both;
	margin-bottom: 30px;
}
.info_box{
	background-color:#F4F4E3;
	padding: 10px;
}
span.tel{
	font-weight:bold;
	background:url(../image/ico_tel.gif) no-repeat left 2px;
	padding:0 0 0 14px;
}
span.mail{
	font-weight:bold;
	background:url(../image/ico_mail.gif) no-repeat left 2px;
	padding:0 0 0 16px;
}
span.mail a{
color: #FF6602;
}

.info .left{width:350px;}
.info .right{
	width:350px;
	margin-top: 5px;
}

span.caption{font-size:10px;}



p.totop{
	clear:both;
	text-align:right;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}


p.totop a{color:#333; text-decoration:none;}
p.totop a:hover{text-decoration:underline;}

#footer{
	clear: both;
	border-top: 2px solid #CCC;
}
#footer .left{
	width:78px;
	padding-top: 10px;
}
#footer .right{
	width:500px;
	text-align: right;
}	


#footer ul{
	padding:5px;
}
#footer li{
	display:inline;
	font-size:80%;
}

#footer a{color:#333; text-decoration:underline;}
#footer a:hover{text-decoration:none;}

.stripe{
	background:url(../image/stripe.gif) left top;
	height:15px;
	clear: both;
}

.copy{
	font-size: 10px;
	margin-top: 45px;
}

