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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, bi
g, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend{
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
	font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    -webkit-touch-callout:none;
}

body{
	margin:0;
	padding:0;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:80%;
	color:#000;
	line-height:140%;
	/*background-color:#FBF5E6;*/
	background-image:url(../images/shared/body_bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:1020px;
}

html{
	background-color:#FBF5E6;
}


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

img{
	border:0;
}

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

a.alpha:hover img{
	opacity: 0.6;
 	filter: alpha(opacity=60);
 	-moz-opacity: 0.6;
}

p{
	padding-bottom:15px;
}

.centerView{
	text-align:center;
}

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.red{
	color:#E31C1C;
}
/* ================================================================================
/*      コンテンツカラム                                                 
/* ================================================================================*/
div#wrap{
	margin:0 auto;
	width:1000px;
	position:relative;
	background-image:url(../images/shared/wrap_back.jpg);
	background-repeat:repeat-x;
	height:147px;
}

/* ================================================================================
/*      ヘッダー                                                
/* ================================================================================*/

/* ロゴ、キャッチ */
div#header{
	width:960px;
	float:left;
	margin:0 20px;
}

div#header p.catch{
	padding:4px 0 0 0;
	font-size:80%;
	color:#635B51;
}

div#header div.gp{
	margin-left:20px;
	padding:20px 0 0 0;
	width:150px;
	float:left;
}

div#header div.gp p{
	padding:2px 0 0 0;
	font-size:80%;
	line-height:120%;
}

div#header div.hd_btn{
	padding:20px 0 0 0;
	width:343px;
	float:right;
	height:31px;
}

/*　お問い合わせ　*/
div#header div.hd_btn a{
	padding-right:15px;
}
div#header div.hd_btn a.right{
	padding-right:0;
}

div#header h1{
	padding-top:10px;
}
div#header h1 a{
	width:202px;
	height:50px;
	display:block;
	background-image:url(../images/shared/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	float:left;
	font-size:100%;
}

/* ================================================================================
/*      グローバルナビゲーション                                                
/* ================================================================================*/

div#wrap ul#nav{
	position:absolute;
	top:105px;
	left:20px;
	height:35px;
}

ul#nav li{
	float:left;
	list-style-type:none;
	font-size:13px;
}

ul#nav li a{
	width:160px;
	height:35px;
	display:block;
	overflow: hidden;
	text-decoration: none;
}

/* ================================================================================
/*    メインコンテンツ                                             
/* ================================================================================*/

div#content_wrap{
	margin:0 auto;
	width:1000px;
	position:relative;
	background-image:url(../images/shared/content_back.jpg);
	background-repeat:repeat;
}
/* パンク */
ul.pan{
	padding:10px 0 15px 0;
	margin-left:20px;
}

ul.pan li{
	padding-right:8px;
	display:inline;
}

/*content*/
div#content_wrap div#content{
	width:670px;
	float:right;
	margin-right:20px;
	margin-bottom:30px;
}

div#content_wrap div#content h2{
	width:670px;
	margin:0 0 20px 0;
}

div#content_wrap div#content h3{
	color:#635B51;
	font-weight:bold;
	clear:both;
}
div#content_wrap div#content h3.t01{
	background-image:url(../images/shared/h3_01.gif);
	background-repeat:no-repeat;
	padding:15px 0 18px 65px;
}
div#content_wrap div#content h3.t02{
	background-image:url(../images/shared/h3_02.gif);
	background-repeat:no-repeat;
	padding:22px 0 20px 65px;
}
div#content_wrap div#content h3.t03{
	background-image:url(../images/shared/h3_03.gif);
	background-repeat:no-repeat;
	padding:21px 0 20px 65px;
}
div#content_wrap div#content h3.t04{
	background-image:url(../images/shared/h3_04.gif);
	background-repeat:no-repeat;
	padding:12px 0 20px 65px;
}
/* ================================================================================
/*      ページトップ                                                
/* ================================================================================*/
div.pagetop {
    clear: both;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: right;
    height:25px;
   
}

/* ================================================================================
/*      サイドカラム                                                 
/* ================================================================================*/

div#side_nav{
	width:250px;
	float:left;
	margin-left:20px;
}

div#side_nav .banner{
	margin-bottom:20px;
}

/* ================================================================================
/*      フッター                                                
/* ================================================================================*/

div#footer{
	background-image:url(../images/shared/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#635B51;
	width:1000px;
	margin: 0 auto;
}

div#footer div.footer_wrap{
	margin:0 auto;
	padding-bottom:25px;
	width:960px;
	position:relative;
	padding:20px 0 15px;
	color:#FFF;
}

ul.foot_menu{
	margin-top:10px;
	padding:0 10px;
	float:left;
	font-size:90%;
}
ul.foot_menu a{
	color:#FFF;
}

ul.foot_menu li{
    line-height: 180%;
    list-style-type: none;
    padding: 0 0 5px 15px;
	font-weight:bold;
}

ul.foot_menu li ul li{
	padding:0 0 5px 15px;
	list-style-type:none;
	background-image:url(../images/shared/list01.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	line-height: 140%;
	font-weight:normal;
}

p.copyright {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
	font-size:90%
}
