@charset "utf-8";

/*====================================================================

common.css

======================================================================

last update 00/00/00

=====================================================================*/





/*======================================================================
	format
======================================================================*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}
a{ outline:none;}

/*a
======================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	color: #c01a3b;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*======================================================================
	body
======================================================================*/
body{
	background:#fff4e9;
	text-align: center;
	font-size: 12px;
	color: #303030;
}
#wrap{
	margin: 0 auto;
	background: url(./img/common_bg_wrap.gif) repeat-y;
	width: 717px;
	text-align: left;
}
#header,
#g_navi,
#container,
#footer{
	margin-left: 1px;
	width: 715px;
}


/*======================================================================
	header
======================================================================*/
#header{
	background: url(./img/common_bg_header.gif) no-repeat;
	height: 65px;
	zoom:1;
}
#header h1{
	margin: 0 15px 0 250px;
	padding-top: 5px;
	text-align: right;
	line-height: 1;
	font-size: 10px;
	color:#fff;
}
#header div{
	margin-left:10px;
	margin-top: -5px;
	width: 252px;
	height: 46px;
}
#header div a{
	display: block;
	margin-left: 10px;
	width: 240px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
}

/*======================================================================
	navigation
======================================================================*/
#g_navi{
	background: url(./img/common_bg_navi.gif) no-repeat;
	height: 39px;
	zoom:1;
}
#g_navi li,
#g_navi li a{
	display: block;
	width: 143px;
	height: 39px;
}
#g_navi li{float: left;}
#g_navi li a{
	overflow: hidden;
	text-indent: -9999px;
}
#g_navi li a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}


/*======================================================================
	h2
======================================================================*/

#level2 h2{
	position:relative;
	width:715px;
	height:100px;
}
#level2 h2 span{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	font-size:30px;
	line-height:1em;
	letter-spacing:0.2em;
	text-align:right;
}


/*======================================================================
	container
======================================================================*/
#container{
	padding-bottom:20px;
	background: url(./img/common_bg_container.gif) repeat-y left top;
	zoom:1;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/*======================================================================
	main
======================================================================*/
#main{
	float: right;
	margin-top: -15px;
	width: 533px;
	overflow:hidden;
	zoom:1;
}
#main h3{
	margin-top: 15px;
	width:533px;
	height:35px;
	overflow:hidden;
}
#main h4{
	margin-top:10px;
	width:533px;
	height:35px;
	overflow:hidden;
}

h5{
	font-size:15px;
	font-weight:bold;
}



#main .inner{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	width:513px;
	zoom:1;
}

/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	float: left;
	width: 182px;
	zoom:1;
}

/* sidebar box
======================================================================*/
#sidebar div.box{
	margin: 5px 0 5px 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d6d6d6;
	background: url(./img/common_bg_side_box.gif) repeat-y;
	width: 172px;
}
#sidebar div.box p{
	margin: 5px 0 0 11px;
	width: 150px;
	font-size: 10px;
}




/* side banner
======================================================================*/
#side_banner{
	margin-left: 5px;
	width: 172px;
	overflow: hidden;
}
#side_banner a{
	display: block;
	margin-top: 10px;
}
#side_banner a:hover{background: #fff;}
#side_banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}







/*======================================================================
	footer
======================================================================*/
#footer{
	clear: both;
	padding-bottom: 5px;
	height:80px;
	border-bottom:solid 1px #ccc;
	zoom:1;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer ul{
	display: block;
	padding-left: 10px;
	background:url(img/common_bg_footer.gif) repeat-x;
	height: 20px;
}
#footer ul *{
	color: #390a0a;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer ul li{
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #390a0a;
	height: 12px;
}
#footer ul li a{
	line-height:1.4em;
	text-decoration:none;
}
#footer p{
	margin-left: 10px;
	padding: 5px 0;
	letter-spacing: 1px;
	color: #000
}

#header:after,
#g_navi:after,
#container:after,
#main:after,
.inner:after,
#left:after,
#footer:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}




/*======================================================================
	other
======================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*	table
======================================================================*/

/* table1 */
.table1 table{
	border-top: solid 1px #f0e8de;
	width: 513px;
	border-collapse:collapse;
}
.table1 table th,
.table1 table td{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:25px;
	border-bottom: solid 1px #f0e8de;
	text-align: left;
	line-height: 1.8;
}
.table1 table th{
	border-left: solid 1px #f0e8de;
	border-right: solid 2px #ba3244;
	background:url(img/common_bg_table01.gif) repeat;
	white-space: nowrap;
	color: #000;
	vertical-align:top;
}
.table1 table td{
	border-right: solid 1px #f0e8de;
}


/* btn */
#main .btnt{
	margin: 12px 0 0 0;
	border:none;
}
#main .btnt th,
#main .btnt td{ border:none;}
.btnt td{
	padding-right: 35px;
}
.stick{height: 600px;}













/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}/*赤*/
.att2{ color:#cc112b;}/*ピンク*/
.att3{ color:#0571cf;}/*青*/


/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin: 0 0 10px;
	width: 523px;
	text-align: right;
	font-size: 10px;
}
.pagetop a{ color:#390a0a;}











/*====================================================================

index.css

======================================================================

====================================================================*/

/*======================================================================
	news
======================================================================*/
#news{
	background:url(img/top_bg_news.gif) 400px 0px  no-repeat;
	height:110px;
	overflow:auto;
}
#news table{
	width: 383px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	background:url(img/line01.gif) bottom repeat-x;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
}
#news table th{
	width: 120px;
	color: #cc112b;
}
/*======================================================================
	para1
======================================================================*/
#para1{
	margin-left:10px;
	margin-bottom:25px;
}

/*======================================================================
	para2
======================================================================*/
#para2 .clearfix a.left,
#para2 .clearfix a.right{ margin-bottom:10px;}



#para2 .clearfix a.left:hover img,
#para2 .clearfix a.right:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*======================================================================
	para3
======================================================================*/
#para3{
		margin-left:10px;
		width:513px;
		height:215px;
		background:url(img/top_bg_para3.gif) no-repeat;
		overflow:hidden;
}
#para3 div{
		margin-top:60px;
		margin-left:10px;
		width:370px;
}


/*====================================================================

level2.css

======================================================================

====================================================================*/



#main .inner2{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	width:523px;
	overflow:hidden;
	zoom:1;
}
#main .inner2:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
#main .inner2 table{
	margin-bottom:15px;
	margin-right:10px;
	width:250px;
}

#main .box{
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:513px;
	background:url(img/common_bg_box.gif) repeat-y;
	border-bottom:1px solid #e0abab;
	border-top:1px solid #e0abab;
	overflow:hidden;
}
#main .box_inner{
	margin-left:10px;
	width:503px;
	overflow:hidden;
}
#main .box table{
	margin-right:10px;
	width:240px;
}

table th,
table td{ vertical-align:top;}
.ktImage img{ margin-bottom:5px;}
.inner .ktImage img{ margin-left:10px;}
.ktText{ color:#390a0a;}


.partition01{
	clear:both;
	margin-bottom:25px;
	margin-left:10px;
	width:513px;
}

.list1 li{
	text-indent:-1.7em;
	margin-left:1.7em;
}


 
/*	contact_banner
=======================================================================*/ 
#contact_banner{
	position:relative;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:15px;
	width:513px;
	height:155px;
	background:url(img/common_bg_contact_banner.gif) no-repeat;
	overflow:hidden;
}
#contact_banner p{ text-indent:-9999px;}
#contact_banner a{
	position:absolute;
	right:15px;
	bottom:14px;
	display:block;
	width:140px;
	height:40px;
	text-indent:-9999px;
}
 
#contact_banner a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}
 
 



/*--======================================================================
	contact
======================================================================--*/
div#mail01{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#000;
}
div#mail01 strong{ color:#000;}


div#mail01 p{
	text-indent:-20px;
	padding-left:24px;
}
div#mail01 p strong{
	margin-right:12px;
	font-weight:bold;
	color:#cc112b;
}

div#mail01 a{
	font-size:12px;
	font-weight:bold;
	color:#166b00;
}


#privacy01 dl{ margin-bottom:15px;}
#privacy01 dt{
	font-weight:bold;
	font-size:14px;
	color:#541c1c;
}







/*====================================================================

template.css

=====================================================================*/


/*======================================================================
	type A
======================================================================*/
.type_a{
	margin: 10px 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_a img.left{margin: 0 15px 0 0;}
.type_a img.right{margin: 0 0 0 15px;}


/*======================================================================
	type B
======================================================================*/
.type_b{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_b div{
	display: inline;
	float: left;
	margin: 10px 12px 0 0;
	width: 249px;
}
.type_b div p{margin-top: 7px;}


/*======================================================================
	type C
======================================================================*/
.type_c{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_c div{
	display: inline;
	float: left;
	margin: 10px 11px 0 0;
	width: 163px;
}
.type_c div p{
	margin-top: 5px;
	font-size: 10px;
}


/*======================================================================
	type D (before and after)
======================================================================*/
.type_d{
	margin: 0 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_d div{
	background: url(../img/bg_vector.gif) no-repeat 250px 78px;
	width: 513px;
}
.type_d div div{
	background: none;
	width: 245px;
	margin-top: 10px;
	zoom:1;
}
.type_d div div p{margin-top: 7px;}
.before{float: left;}
.after{float: right;}


/*clearfix*/
.type_a:after,
.type_b:after,
.type_c:after,
.type_d:after,
.type_d div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
















