@charset "utf-8";


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

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

caption,th {
text-align:left;
}

q:before,q:after {
content:'';
}

object,
embed {
vertical-align:top;
}

hr,legend {
display:none;
}

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

img,abbr,acronym,fieldset {
border:0;
}

li {
list-style-type:none;
}

.clear { 
	clear : both; 
	}

body {
color:#333;
font-size:small;
font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; 
line-height:1.5;
background:#f1f1f1;
}

a{
color:#735884;
text-decoration:none;
}

a:hover{
color:#493059;
}

a:active, a:focus {
outline:0;
}


/*************
全体
*************/
#wrapper{
margin:0 auto;
width:960px;
background:#fff;
}


/*************
枠
*************/
.border{
border:4px solid #ebebeb;
}


/*************
/* ヘッダー
*************/
#header{
height:130px;
background:url(./images/topnavBg.png);
}

#header h1{
padding:5px 0 10px 10px;
font-size:12px;
font-weight:normal;
text-align:right;
color:#ffffff;
}


/*************
/* ロゴ
*************/
.logo{float:left;}

.logo img{
float:left;
padding:0 5px 0 10px;
}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{
font-size:1.1em;
color:#ffffff;
}

.open2{
font-size:1.1em;
color:#404040;
}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
color:#ffffff;
font-size:24px;
font-weight:bold;
}

.logo span,.info span{
color:#ffffff;
font-size:.6em;
font-weight:normal;
}

.logo2,.info2 .tel2{
color:#404040;
font-size:24px;
font-weight:bold;
}

.logo2 span,.info2 span{
color:#404040;
font-size:.6em;
font-weight:normal;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
clear:both;
overflow:hidden;
padding:0 14px;
background:url(./images/topnavSep.png);
}

* html ul#topnav{height:1%;}

ul#topnav li {
float:left;
text-align:center;
}

ul#topnav li.last {
border-right:1px solid #ebebeb;
}

ul#topnav .last a{
font-size:13px;
display:block;
width:140px;
height:45px;
padding-top:10px;
color:#333;
background:url(images/topnavSep.png);
border-left:1px solid #ebebeb;
}

ul#topnav a{
font-size:13px;
display:block;
width:140px;
height:45px;
padding-top:17px;
color:#333;
background:url(images/topnavSep.png);
border-left:1px solid #ebebeb;
}

ul#topnav .w200 a{
font-size:13px;
display:block;
width:200px;
height:45px;
padding-top:10px;
color:#333;
background:url(images/topnavSep.png);
border-left:1px solid #ebebeb;
}

ul#topnav span {
color:#493059;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
color:#fff;
background-position:0 -60px;
padding-top:17px;
}

ul#topnav .last .active ,ul#topnav .last a:hover{
color:#fff;
background-position:0 -60px;
padding-top:10px;
}


ul#topnav .w200 .active ,ul#topnav .w200 a:hover{
color:#fff;
background-position:0 -60px;
padding-top:10px;
}




#container{
margin:0 auto;
width:950px;
}

/**************************
/* メイン画像（トップページ）
**************************/
#mainImg{
margin:17px auto;
width:922px;
height:300px;
background:url(images/mainImg.jpg) no-repeat 50% 50%;
border:4px solid #ebebeb;
}

#mainImg h2{
color:#fff;
width:400px;
padding:105px 0 20px 75px;
font-size:20px;
}

#mainImg p{
color:#fff;
width:460px;
padding:0 0 0 75px;
}


/**************************
/* メイン画像（サブページ）
**************************/
#mainImgSub{
margin:17px auto;
width:709px;
height:140px;
background:url(images/mainImg2.jpg) no-repeat 50% 50%;
border:4px solid #ebebeb;
}

#mainImgSub h2{
color:#fff;
width:400px;
padding:29px 0 10px 35px;
font-size:20px;
}

#mainImgSub p{
color:#fff;
width:460px;
padding:0 0 0 35px;
}


/**************************
/* トップページ　3つのボックス
**************************/
#boxContainer .box{
float:right;
width:278px;
margin:0 0 20px 15px;
padding:10px;
border:1px solid #ebebeb;
overflow:hidden;
font-family : 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

#boxContainer .box img{
border:4px solid #ebebeb;
}

* html #boxContainer .box{margin-left:10px;}

#boxContainer .box{text-align:center;}

.box h3{padding:10px 0 5px;}

.box h3, .box p{
text-align:left;
font-size:12px;
}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box2{
float:left;
width:590px;
margin:0 0 20px 15px;
padding:10px;
border:1px solid #ebebeb;
overflow:hidden;
}
/*************
メイン（右側）コンテンツ
*************/
#main{
float:right;
width:717px;
margin-top:10px;
margin-bottom:10px;
padding-right:15px;
display:inline;
}

.article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html .article{height:1%;}

.article p{margin-bottom:10px;}

.article h4{clear:both;}

#main h3{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:url(images/heading3.png) repeat-x 0 0;
}

.alignleft{
float:left;
clear:left;
margin:0 10px 10px 0;
}
.alignright{
float:right;
clear:right;
margin:0 0 10px 10px;
}

.gallery{padding:10px 0;}

.gallery img{
float:left;
margin:10px 0 2px 10px;
}



/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float:left;
width:195px;
margin-top:10px;
margin-bottom:10px;
padding-right:15px;
overflow:hidden;
}



#sidebar .article{
padding:0 9px;
width:195px;
}

#sidebar p{margin-bottom:18px;}

#sidebar h3{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:url(images/heading3.png) repeat-x 0 0;
width:195px;
}

#sidebar h4{
font-weight:normal;
padding:0 10px;
line-height:20px;
color:#fff;
background:url(images/heading4.png) repeat-x 0 0;
width:195px;
}

#sidebar ul{padding-top:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li.last{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar .section{
clear:both;
padding:5px 0;
}

#sidebar .section img{
float:left;
margin-right:5px;
}

#sidebar .section{
font-size:12px;
line-height:1.35;
}



/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#e8e8e8;
}

* html #footer{height:1%;}

#footer #info{
float:left;
padding:10px 0 5px;
width:292px;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

#footer ul.footnav{
float:right;
width:620px;
padding:10px 0;
}

#footer ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}


/* sample */
.slideCell a {
	margin:17px auto;
	display: block;
	width:922px;
	height:150px;
	background: lightsteelblue;
	border:4px solid #ebebeb;
}
.slideCell a:hover {
	background: yellow;
}



.column  {  
    width: 578px;  
	background: url("./images/bottom.gif") no-repeat bottom;  
    padding-bottom: 51px;  
    margin-bottom: 64px;  
	}
  
.column .top   {  
	background: url("./images/top.gif") no-repeat;  
    padding-top: 39px;  
	}
  
.column .inner  {  
	background: url("./images/center.gif") repeat-y;  
    padding: 0 20px; 
	} 
	
.column .inner_right  {  
	background: url("./images/center.gif") repeat-y;  
    padding: 0 20px; 
    text-align: right;
	} 
	
.column .inner_right a {
    color: #737373; 
	}


.news  {  
	width : 550px; 
	margin-left: auto;
	margin-right: auto; 
	}


.main_b a{
background-image:url(./images/b_bg.gif); 
background-repeat:repeat-x; 
display:block; 
text-decoration:none;
margin-top:5px; 
clear:both; 
border-top:1px solid #e0e0e0; 
border-bottom:1px solid #ececec; 
background-color:#d9d8d8; 
height:78px;
} 

.main_b a.line{
border-top:1px solid #B31364; 
border-bottom:1px solid #B31364
}

.main_b a img{
float:left; 
margin:6px 8px 0 8px; 
border:1px solid #FFF; 
clear:both;
}
.main_b a span{ 
color:#cc0000; 
font-size:12px;
font-weight: bold;
margin:0; 
padding:2px 0 0 0; 
display:block;
text-align:left;
}
.main_b a p{ 
color:#333333; 
height:auto; 
margin-bottom:10px;
font-size:11px;
}

/* コンテンツ下バナー設置部分 */ 
 

table.bottom_bnr {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-collapse: separate;
	border: 1px solid #ffffff;
}


/*************
テーブル
*************/
table.subpage{
border-collapse:collapse;
width:670px;
margin:5px auto 15px auto;
}

table.subpage td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.subpage th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

.point{
color:#31368E;
font-size:16px;
text-decoration: underline;
}

.red{
color:#960018;
font-size:16px;
text-decoration: underline;
}

/* 影付きＢＯＸ */
#shadowbox,#shadowbox2,#shadowbox3{
	width:633px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: left;
	padding-top:10px;
}

.shadowbox_top    {
         width:633px;
         height:11px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowtop.gif) ; 
         background-repeat:no-repeat;
         background-position:center bottom;
         font-size:0px;
         }

.shadowbox_top2    {
         width:633px;
         height:50px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowtop2.gif) ; 
         background-repeat:no-repeat;
         background-position:center bottom;
         font-size:0px;
         }

.shadowbox_top3    {
         width:633px;
         height:50px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowtop3.gif) ; 
         background-repeat:no-repeat;
         background-position:center bottom;
         font-size:0px;
         }

.shadowbox_top4    {
         width:633px;
         height:50px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowtop4.gif) ; 
         background-repeat:no-repeat;
         background-position:center bottom;
         font-size:0px;
         }
         
.shadowbox_body   {
         width:633px;
         height:1000px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowbody.gif) ; 
         background-repeat:repeat-y;
         background-position:center;
        }

.shadowbox_body2   {
         width:633px;
         height:300px;
         margin:0px;
         padding:0px 0px 0px 0px;
         text-align: left;
         text-indent: 10px;
         background-image:url(images/shadowbody.gif) ; 
         background-repeat:repeat-y;
         background-position:center;
        }

.shadowbox_body3   {
         width:633px;
         height:400px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowbody.gif) ; 
         background-repeat:repeat-y;
         background-position:center;
        }
        
.shadowbox_body4   {
         width:633px;
         height:100px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowbody.gif) ; 
         background-repeat:repeat-y;
         background-position:center;
        }
.shadowbox_bottom {
         width:633px;
         height:33px;
         margin:0px;
         padding:0px;
         background-image:url(images/shadowbottom.gif); 
         background-repeat:no-repeat;
         background-position:center top;
         font-size:0px;
        }

.shadowbox_txt{
        width:600px;
        color: #262626;
        font-size : 14px; 
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        padding: 2px 0 0 20px;
        text-align:left;
}

.point14_red { 
	font-size : 14px; 
	color: #D8191A;
	font-weight:bold; 
	}

.point14_under{
	width:550px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #262626;
	font-size : 14px; 
	margin:2px 0 0 8px;
	padding: 2px 0 0 40px;
	text-align:left;
	border-bottom: 1px dotted #666666;
}

 /* 最新情報 */
.line_nomal {
	font-weight:normal;
	color: #ba3426;
	padding : 2px 5px 2px 5px; 
	margin: 2px 5px 2px 5px;
	text-align : left; 
}



.news_txt{ 
	font-size : 12px; 
	border-bottom: 1px dotted #666666;
	text-align : left; 
	padding : 2px 5px 1px 5px; 
	margin: 2px 5px 1px 5px;
}

.news_txt a { 
	color : #00348F; 
} 
.news_txt a:hover, .news_txt a:active, .news_txt a:focus { 
	color : #136304; 
} 

.right_small {
    text-align: right;
	font-size : 12px; 
	}
	
.right_small a {
	color: #737373; 
	}