﻿@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,strong,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: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;}

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


.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.4;
}
#header{
	background: url(../image/bg_header.gif) repeat-x left bottom;
	padding-top: 15px;
	padding-bottom: 19px;
	margin-bottom: 10px;
}

#header h1{
	padding-bottom: 10px;
}

#header h2{
	background:url(image/logo.gif) no-repeat;
	text-indent:-9999px;
	height: 50px;
	width: 330px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#header .left{
width:440px;
}

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

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


#content{
	clear:both;
	padding: 0px 10px;
}

.left{float:left;}
#pat_top {
	clear: both;
	padding-top: 15px;
}

.right{float:right;}

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

#content h3{
	background:url(../image/bg_title.jpg) no-repeat left top;
	min-height:38px;
	height:auto !important;
	height:38px;
	padding:10px 10px 0 20px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	font-size: 110%;
} 

.main_cont{float:left; width:640px;}

.right_cont{
	width:210px;
	padding:10px;
	float: right;
}

.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;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}
#privacy {
	margin-left: 20px;
	margin-bottom: 20px;
}
#privacy li {
	margin-bottom: 10px;
	text-indent: -10px;
	padding-left: 10px;
}
#footer p {
	float: left;
	font-size: 10px;
}
address {
	float: right;
	font-size: 10px;
}


#footer{
	clear: both;
	background: #ECE9E1;
	height: 30px;
	padding: 15px 10px 0px 10px;
}
#footer_bottom {
	background-color: #FF6602;
	height: 15px;
	clear: both;
}
.copy{
	text-align: right;
	font-size: 10px;
	padding: 15px 10px;
}
.koji {
	font-weight: bold;
	margin-bottom: 10px;
}
#left_con {
	text-align: right;
	line-height: 1.7;
}
#pa_lr {
	padding-right: 10px;
	padding-left: 10px;
}
