﻿@charset "utf-8";


/* -----------------------------------------------------------

CSS Information



 File name:      common.css

 Style Info:     各ファイル共通の段組及び基本設定

----------------------------------------------------------- */

html {
}
body {
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	line-height: 1.7;
	text-align: center;
	background:url(../images/bg.jpg) repeat-x #fffef9;
}

*+html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
* html body {
	font-size: 75%; /* for WinIE6 */
}
*+html body {
	font-size: 75%; /* for WinIE7 */
}
img {
	border: none;
	vertical-align: top;
}




/* リンク部分
----------------------------------------------------------------------------------------------------------------------*/

a {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #34A7E0;*/
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* フロート
----------------------------------------------------------------------------------------------------------------------*/


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


/* マージン
----------------------------------------------------------------------------------------------------------------------*/

.mb1 {margin-bottom:1px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}

.pR15{padding-right:15px;}

.itali{font-style:italic;}
/*----------------------textstyle------------------------------*/

strong {}
em {}
b {}

.red {color:#C00;}
.small {font-size:80%;}

.xsmall{font-size:65%;}

.aC{text-align:center;}
.aR{text-align:right;}

.txBlue01{color:#0d87bf;}
.txRed01{color:#E50003;}
.txRed01Brd{ border-bottom:1px solid #E50003;}
.txGreen01{color:#006533;}

.t10 {font-size:77%;}
.t11 {font-size:85%;}
.t12 {font-size:93%;}
.t13 {font-size:100%;}
.t14 {font-size:108%;}
.t15 {font-size:116%;}
.t16 {font-size:123.1%;}
.t17 {font-size:131%;}
.t18 {font-size:138.5%;}
.t19 {font-size:146.5%;}
.t20 {font-size:153.9%;}
.t21 {font-size:161.6%;}
.t22 {font-size:167%;}
.t23 {font-size:174%;}
.t24 {font-size:182%;}
.t25 {font-size:189%;}
.t26 {font-size:197%;}
.t32 {font-size:246.4%;}
.t48 {font-size:369.6%;}

.bold{font-weight:bold;}
/* 各ページ大枠部分
----------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width:920px;
	text-align:left;
	margin:0 auto;
	background:#fff;
}


/* header
----------------------------------------------------------------------------------------------------------------------*/

#header {
	width:920px;
	background:url(../images/header_bg.jpg) repeat-x top;
	padding-bottom:3px;
	position:relative;
}

#header_L {
	float:left;
	margin-left:20px;
	margin-top:15px;
}

#header_L h1 {
	display:block;
	color:#333;
	font-size:100%;
}

#header_L .logo {
}

#header_L .header_txt {
	width:165px;
	float:left;
	margin-left:20px;
	display:inline;
}

#header_R {
	width:325px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

#header_R .header_R_box {
	width:284px;
	height:95px;
}

#header_R .header_contbtn {
	width:220px;
	height:25px;
	position:absolute;
	top:20px;
	left:32px;
	z-index:1000;
}

.header_R_contact01 {
	margin-bottom:10px;
}

.header_R_contact02 {
	position:relative;
}

.header_R_talbtn {
	position:absolute;
	right:0px;
	bottom:0px;
}

#header_C {
	position:absolute;
	top:15px;
	left:330px;
}




/* glovalnavi
----------------------------------------------------------------------------------------------------------------------*/

#gnav {
	clear:both;
	width:920px;
	height:61px;
	background:url(../images/nav_bg.jpg) no-repeat top;
	padding-top:4px;
}

#gnav .nav {
	width:900px;
	margin-left:10px;
}

#gnav .nav li {
	width:150px;
	float:left;
}
	


/* contents
----------------------------------------------------------------------------------------------------------------------*/


#contents_top {
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:10px;
}

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

#contents_L {
	width:220px;
	float:left;
}

.sidenav {
	width:200px;
	margin-left:10px;
	margin-bottom:10px;
}

.sidenav li {
	background:url(../images/side_icon.gif) no-repeat left center;
	padding:5px 0px 5px 15px;
	border-bottom:1px dotted #ccc;
}

.side_contact {
	width:220px;
	height:192px;
	position:relative;
	margin-bottom:30px;
}

.side_contact_btn {
	width:180px;
	height:45px;
	position:absolute;
	top:55px;
	left:20px;
	z-index:1000;
}

.side_banner {
	margin-bottom:10px;
}
	
.side_banner li {
	margin-bottom:5px;
}

#contents_R {
	width:660px;
	float:right;
}

#contents_R h2 {
	clear:both;
	margin-bottom:15px;
}

#contents_R ul li{
	text-align:right;
	}
	
.side_contact_btn_new {
	text-align:center;
}

/* footer
----------------------------------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	width:920px;
	position:relative;
	background:url(../images/footer_bg.jpg) repeat-x top #488e3c;
	padding-top:20px;
	padding-bottom:15px;
	margin-top:50px;
}

#footer .pagetop {
	width:85px;
	height:23px;
	position:absolute;
	right:10px;
	top:-18px;
}

#footer ul {
	text-align:center;
	font-size:90%;
}

#footer ul li {
	display:inline;
	color:#fff;
}

#footer ul li a {
	color:#fff;
}

#copy {
	width:920px;
	background:url(../images/copy_bg.jpg) repeat-x top #488e3c;
	padding:20px 0px;
	text-align:center;
	color:#fff;
	font-size:85%;
}
	


/* page
----------------------------------------------------------------------------------------------------------------------*/

.pan {
	width:900px;
	height:25px;
	font-size:12px;
	color:#666;
}

.pan li {
	float:left;
	margin-left:10px;
	margin-top:3px;
}

.pan li a {
	display:block;
	background:url(../images/pan_icon.jpg) no-repeat right center;
	padding-right:20px;
	color:#666;
}

.page_contact {
	clear:both;
	width:660px;
	height:100px;
	position:relative;
	margin-top:30px;
}

.page_contact.top {
	margin-top:10px;
}

.page_contact_btn {
	position:absolute;
	right:10px;
	bottom:10px;
}
