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

browser style clear

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

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: none;
}
a:link{
	color:#03C;
}
a:visited{
	color: #03C;
}
a:hover{
	color: #03C;
	text-decoration: none;
}
a:active{
	color: #333;
}

body {
	background-color: #fff;
	background-image: url("img/bg_body.gif");
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	height: 100%;
}

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

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}

blockquote {
    margin: 15px; 
    padding: 10px; 
    background: #fffff6; 
    border: 1px solid #999999; 
    line-height: 150%; 
}
/* ------------------------------------------

wireframe

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

div#header {
	margin: 0 auto;
	width: 850px;
}

div#wrapper {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	background:#fff;
	overflow: hidden;
}

div#mainContent {
	float: left;
	width: 679px;
	margin:0 -5px 0 0;
	padding:0;
	min-height: 100%;
	background:#fff;
	border-left:solid 1px #7d0019;
}

div#secondly {
	float: left;
	width: 170px;
	height:auto;
	margin: 0 auto;
	padding:20px 0;
}


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

common header and nav

------------------------------------------*/
#navigation {
	float:left;
	width:850px;
	height:30px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:14px ;
	font-weight:600;
	letter-spacing:2px;
	margin:0;
	padding:0;
	background:url('img/button_bg.gif') no-repeat left top;
}
#navigation ul {
	float:left;
	width:850px;
	height:30px;
	line-height:25px;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li {
	display:inline; 
	padding:0;
	}

#navigation a {
	color:#fff;
	float:left;
	padding:0 0 0 0px;
	margin:0 0 0 0;
	text-decoration:none;
}

#navigation a span {
	display:block; 
	float:none; 
	width:141px;
	text-align:center;
	padding:3px 0px 2px 0px;
	border-right:solid 1px #190019;
}
#navigation a span.last {
	display:block; 
	float:none; 
	width:140px;
	text-align:center;
	padding:3px 0px 2px 0px;
	border:none;
}

#navigation a span img {
	border:none; 
	margin:0px 7px 0 0;
}

#navigation a:hover {
	color:#fff;
	background:url('img/button_left.gif') no-repeat left top;
}

#navigation a:hover span {
	background:url('img/button_right.gif') no-repeat right top;
}


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

common secondly

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

div#mailmg {
	background:#7d0019;
	width:220px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	text-align:center;
		}
		
div#mailmg div.mailtxt {
	width:220px;
	margin: 0px;
	padding: 5px 0px;
	text-align:center;
	font-size:13px;
        font-weight:bold;
	color:#fff;
		}

div#mailmg form {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;

	}

div#mailmg p {
	text-align: center;

}

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

common footer

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

div#footer {
	clear: both;
	width: 100%;
	text-align: center;

}

div#footerInner {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	height:20px;
	text-align: left;
	vertical-align:bottom;
	background-color:#7d0019;
	position:relative;

}

div#footer p,
div#footer ul li {
	margin: 0;
	font-size: 11px;
	text-align: right;
}

div#footer ul {
	margin: 0 ;
}

div#footer ul li {
	display: inline;
	margin: 0 ;
}

div#footer p,
div#footer p a,
div#footer ul li,
div#footer ul a
 {
	color: #fff;
	
}

div#footer ul li,
div#footer ul a
 {
	color: #000;
	
}

div#footer p
{
	position:absolute; 
	top:3px;
	left:50%;
	margin-left: -455px;
	width: 850px;

}

div#footer span
{
	text-align: left;
	margin-left: 15px;
	color: #fff;
	font-size: 11px;
}

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

main page

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

body.mainPage div#header h1 {
	width: 850px;
	float: left;
	margin: 0;
}


body.mainPage div#wrapper div#secondly h2 {
	margin: 0 ;
}

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

ページのあれこれ

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

div#contentM {
	padding:20px 15px;
	min-height:400px;
}

body.listPage div#header p.logo {
	width: 850px;
	float: left;
	margin: 0;
}



div#contentM h2 {
	color:#000;
	font-size: 21px;
	font-weight: bold;
	padding:6px 0px 10px 0px;
	float:left;
	width:300px;
}

div.titleTsub{
	color:#000;
	font-size: 21px;
	font-weight: bold;
	padding:6px 0px 0px 0px;
	text-align:right;
}

div#contentM h3 {
	font-size:14px;
	color:#7d0019;
	border-bottom:solid 1px #7d0019;
	margin: 5px 0px ;
	padding: 0px;
	clear:both;

}
div#contentM h4 {
	margin: 5px 0px ;
	padding: 0px;
}

div#contentM ul {
	margin: 0 0 1em 0;
}

div#contentM ul li {
	background: #ffffff url(img/ico_yaji.gif) no-repeat left center;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dashed #cccccc;
}

div#contentM ul li a{
	text-decoration:none;
}
div#contentM ul li a:link{
	color: #333;
}
div#contentM ul li a:visited{
	color:#666;
}
div#contentM ul li a:hover{
	color:#CC3333;
	text-decoration:underline;
}
div#contentM ul li a:active{
	color: #333;
}

.backnamber{
	padding:20px 10px;
	border-left:solid 1px #7d0019;
	border-right:solid 1px #7d0019;

	}


/* ------------------------------------------
パンくず
------------------------------------------*/
/*
body.independentPage div#topicPath p,
body.independentPage div#topicPath p a,
body.listPage div#topicPath p,
body.listPage div#topicPath p a {
	font-size: 10px;
	*font-size: x-small;
	*font: xx-small;
}
*/

body.independentPage p.toTop,
body.listPage p.toTop {
	text-align: right;
}

body.independentPage p.toTop a,
body.listPage p.toTop a {
	font-size: 10px;
	background: #FFFFFF url(img/ico_up.gif) no-repeat left center;
	padding: 5px 0 5px 20px;
}

div#secondly div.submenuT {
	background:url(img/ico_02.gif) no-repeat left center;
	font-size:15px;
	font-weight:bold;
	padding: 4px 0 2px 16px;
	display:inline-block;

}

div#secondly ul#consb li {
	padding: 8px 0 2px 5px;
}

div#secondly ul#con {
	width:170px;
	border-top:solid 1px #7d0019;
	border-bottom:solid 1px #7d0019;
}

div#secondly ul#con li {
	width:150px;
	font-size:13px;
	font-weight:bold;
	padding: 4px 0 2px 16px;
	display:inline-block;

}

div#secondly ul#con li.koko {
	background:url(img/ico_maru.gif) no-repeat left center;
	font-size:13px;
	font-weight:bold;
	padding: 4px 0 2px 16px;
	display:inline-block;

}

body.independentPage div#secondly ul#con01 li,
body.mainPage div#secondly ul#con01 li,
body.listPage div#secondly ul#con01 li {
	font-size:13px;
	font-weight:bold;
	padding:0;
	display:inline-block;

}

body.independentPage div#secondly ul,
body.mainPage div#secondly ul,
body.listPage div#secondly ul {
	margin: 0 0 10px 0;
}


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

common

------------------------------------------*/
.db_tbl01 td{
	border-bottom:1px solid #999;
	padding:3px;
	
}
.db_tbl01 img{
	height:30px !important;
	
}

div.etxt{
	margin: 10px 0px 10px 0px;
	padding:0 0 20px 0;
	min-height:100%;
}

.viewList img {
	margin: 4px 4px 2px 0px;
}

p.more,
.viewList {
	text-align:right;
	font-size: 12px;
	vertical-align: center;
	padding: 5px 5px 5px 15px;
	margin: 0;
}

p.more {
	margin: 0;
	padding: 0;
}

.imgleft{
	float: left;
	margin: 0px 20px 15px 0px;
	}

.imgright{
	float: right;
	margin: 0px 0px 0px 20px;
	}

.clear{
	clear:both;
}

.rss{
	margin:10px;
	text-align:center;
}

table{
	margin:0px;
	border:none;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
/*
td.gray01{
	text-align:center;
	border:double medium #000066;
	background:#336699;
	color:#fff;
}

td.gray02{
	text-align:right;
	background:#B0C4DE;
}
*/
td.nnn{
	padding:5px;
	border-bottom:1px solid #ccc;
}

table.bon td{
	padding:5px;
	border:1px solid #ccc;
}
table.nkcb{
	margin:5px;
	border:solid 1px #666;
	width:600px;
	font-size:13px;
}
table.nkcb td{
	margin:5px;
	padding:10px;
	border:solid 1px #666;
	font-size:13px;
}
table.nkcb th{
	margin:5px;
	padding:10px;
	border:solid 1px #666;
	font-size:13px;
	font-weight:bold;
}
table.nkcb td input,textarea{
	padding:3px;
	border:solid 1px #666;
	font-size:13px;
}

table.nkcb td.cBule01{
	background-color:#EFE0E0;
}
table.nkcb td.cBule02{
	background-color:#EFEFEF;
}

.cWhite{
	background-color:#fff;
}

hr.sol{
	margin:10px 0px;
	height:2px;
	border::2px #003 solid;
	color:#003;
    background-color: #003;
}
	
hr.dot {
	margin:10px 0px;
	width:90%;
	text-align:center;
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #036;
	height: 2px;
}

.dot {
	margin:5px 5px 5px 5px;
	padding:5px 0px;
	width:95%;
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #036;
}

.gold {
	margin:15px 5px 5px 5px;
	padding:0px;
	width:100%;
	border-style:none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #c0a901;
	font-weight:bold;
}

.txtBule{
	color:#000066;
	}
.txtboldBule{
	font-weight:bold;
	color:#000066;
	}

.ptop{
	font-size:14px;
	border-left:double 5px #003366;
	padding:2px 5px;
	margin-bottom:10px;
	}
	
.txtRbold{
	text-align:right;
	font-weight:bold;
	padding:0 0 10px 0;
	line-height:1.4em;	
}

.txtLboldRed{
	font-weight:bold;
	color:#7d0019;
}

.txtRed{
	color:#FF0000;
}

.txtb{
	font-size:16px;
	font-weight:600;
	}	
.new{
	background:url(img/icon_032.png) top center no-repeat #DEECF7;
	}	

table.nlist{
	margin:5px;
	border:solid 1px #666;
	width:630px;
	font-size:13px;
}
table.nlist td{
	margin:5px;
	padding:10px;
	border:solid 1px #666;
	font-size:13px;
}
table.nlist th{
	margin:5px;
	padding:10px;
	border:solid 1px #666;
	font-size:13px;
	font-weight:bold;
}

table.nlist02{
	margin:5px;
	border:solid 1px #ddd;
	width:630px;
	font-size:13px;
}
table.nlist02 td{
	margin:5px;
	padding:5px;
	border:solid 1px #ddd;
	font-size:13px;
}
table.nlist02 th{
	margin:5px;
	padding:3px;
	border:solid 1px #ddd;
	font-size:13px;
	font-weight:bold;
}

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

common color

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

.bg_red{
	background-color:#FFA399;
}
.bg_blue{
	background-color:#9CD2FF;
}
.bg_saxblue{
	background-color:#DEECF7;
}
.bg_orange{
	background-color:#FFDDAB;
}
.bg_yellow{
	background-color:#FFFCB8;
}
.bg_violet{
	background-color:#E6D9FF;
}
.bg_pink{
	background-color:#FEF1FB;
}

.bg_gray{
	background-color:#EFEFEF;
}

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

common color a

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

a.bg_saxblue{
	color:#666666;
}
a.bg_pink{
	color:#666666;
}
a.bg_saxblue:hover{
	color:#DE7E9C;
}
a.bg_pink:hover{
	color:#DE7E9C;
}

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

table color a

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

table.nkcb a{
	color:#0033CC;
	text-decoration:underline;
	
}
table.nkcb a:hover{
	color:#DE7E9C;
}
table.nkcb a:visited{
	color:#996699;
}
table.nlist a{
	color:#0033CC;
	text-decoration:underline;
	
}
table.nlist a:hover{
	color:#DE7E9C;
}
table.nlist a:visited{
	color:#996699;
}
table.nlist02 a{
	color:#0033CC;
	text-decoration:underline;
	
}
table.nlist02 a:hover{
	color:#DE7E9C;
}
table.nlist02 a:visited{
	color:#996699;
}

.nyusyo h4{
text-align:right;
line-height:1.4em;
font-size:14px;
font-style:italic;
}		
.nyusyo h5{
text-align:right;
font-weight:300;
line-height:1.3em;
font-size:12px;
}		

.qlink a{
	color:#0033CC;
	text-decoration:underline;
	
}
.qlink a:hover{
	color:#DE7E9C;
}
.qlink a:visited{
	color:#996699;
}

 a:link img.htl{
	border:2px solid #666;
}

a:visited img.htl{
	border:2px solid #666;
}

a:hover img.htl{
	border:2px solid #7d0019;
}

table.htable th{
	text-align:left;
	font-weight:normal;
	padding:2px 2px 2px 5px;
	border:1px solid #ccc;
}
table.htable td{
	padding:2px 2px 2px 5px;
	border:none;
}
table.htable td input,select{
	padding:3px;
	border:solid 1px #666;
	font-size:13px;
}
.in-submit{
	padding:3px 8px !important;
}
.hatenabox{
	float:right;
}
.qimg{
	padding:0 ;
}
    div.tooltip {  
        width: 220px;  
        position: absolute;  
        left: -9999px;  
        background: #EEE;  
        padding: 5px;  
        border: 1px solid #AAA; 
		text-align:left;
    }  
      
    div.tooltip p{  
        color: #FFF;  
        background: #222;  
        padding: 5px 10px;  
    }  