@charset "Shift_JIS";
* {
	color:#000000;
	padding:0;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #505050;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-size: 14px;
	margin: 5px;
	background-color: #66cdcc;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6699cc;
	border-left-color: #6699cc;
	color: #ffffff;
	line-height: 20px;
}



h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9966;
	padding-left: 3px;
	margin: 2px;
}

h4,h4 a {
	color: #FF9933;
	line-height: 16px;
}
a {
	color:#4B70CD;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.gif);
	background-repeat: repeat-y;
	border: 3px solid #333333;
}

#wrap {
	width: 790px;
	float: left;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:180px;
	background-image: url(img/top.gif);
	background-repeat: repeat-x;
}

#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


h1 a {
	font-size: 20px;
	color: #ffffff;
	display: block;
	width: 600px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}


p#desc {
	margin-left: 30px;
	color: #ffffff;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 25px;
	background-image: url(img/nav2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-left: 15px;
}

#nav p {
	color: #ffffff;
	padding-top: 3px;
}

#nav table {
	float: right;
	margin-right: 10px;
}


#nav label {
	font-size: 10px;
	color: #FFFFFF;
}

#nav td {
	padding-left: 1px;
}

#nav a {
	color: #DDDDDD;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

#nav a:hover {
	color: #666666;
	background-color: #DDDDDD;
	border-bottom-style: none;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:570px;
	float: right;
	padding: 5px;
}

#contents img {
	margin: 10px;
}

#contents p{
	padding-bottom: 10px;
	padding-left: 15px;
}


#contents h3.main {
	font-size: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3738AE;
	margin: 8px;
	padding-left: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #515151;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 5px;
}


#contents .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}

#top_img {
	width:100%;
	text-align: center;
	background-color: #666666;
	border: 1px solid #C6CFD0;
	
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 190px;
	padding: 5px;
}

#side li {
	list-style-type: none;
}

#side li a {
	text-decoration:none;
	display: block;
	width:180px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

#side h3 {
	display: block;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
}


#side_d {
	width: 190px;
	background-color: #ffffff;
	padding-top: 2px;
	border: 1px solid #C6C0B9;
}



#side_d h3 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #666666;
	background-image: url(img/nav2.jpg);
	font-size: 12px;
	letter-spacing: 0.1em;
}

#side_d li a {
	color:#333333;
	text-indent: 10px;
	line-height: 25px;
	margin-top: 1px;
	background-image:url(img/li.jpg);
                border: 1px solid #ccc;
}


#side_d li a:hover {
	background-color: #cccccc;
	color: #666666;
	text-decoration: underline;
	background-image: none;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
}

/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #DDDDDD;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #938F8A;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}

/*----------------流用スタイル-----------------------*/


.description{
	padding:0;
	border:1px solid #999;
	border-top:0px solid #999;
	text-align:left;
	font-size:14px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #ffffcc;
}

.description p{
	padding:10px;
	margin:0;
	color: #000000;
}



.ctgy dt{
                margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url(img/mark.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
.ctgy dt a {
	color: #000099;
                line-height: 16px;
                
}
.ctgy dt a:hover{ color:#cccccc; }

.ctgy dd{
	font-size:14px;
                line-height:160%;
	margin-bottom:10px;
	margin-top:2px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;

         }


.ctgy dd img {
        float:left;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
}


.cat_list dt{
        background-image: url(img/sankaku.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding-left:20px;
}
.cat_list dd{
	margin-bottom:20px;
        font-size:12px;
}

.ctgy dd a {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 13px;
	margin-left: 3px;
              background: url(img/mark2.gif) no-repeat;
}

.entry-body{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

#contents h3.top {
              margin-top:2px;
              height:48px;
              line-height:30px;
              padding-top:30px;
              padding-left:60px;
              font-size:16px;
              letter-spacing: 0.1em;
              font-weight:bold;
              color:#ffffff;
              margin-right: 10px;
              margin-left: 15px;
              background: url(img/back_top.gif) no-repeat left center;
}


#contents h3.point {
              margin-top:15px;
              height:48px;
              line-height:30px;
              padding-top:30px;
              padding-left:120px;
              font-size:14px;
              letter-spacing: 0.1em;
              font-weight:bold;
              color:#ffffff;
              margin-right: 10px;
              margin-left: 15px;
              background: url(img/back_point.gif) no-repeat left center;
}

#contents h3.gimon {
              margin-top:15px;
              height:30px;
              line-height:30px;
              padding-left:120px;
              font-size:14px;
              letter-spacing: 0.1em;
              font-weight:bold;
              color:#ffffff;
              margin-right: 10px;
              margin-left: 15px;
              background: url(img/back_gimon.gif) no-repeat left center;
}


#contents .kaisetu{
line-height: 150%;
margin-left:15px;
margin-right: 25px;
padding:10px;
border: solid #999;
}

#contents p.kaisetu_midashi{
padding-left:25px;
font-weight:bold;
background: url(img/kaisetu_midashi.gif) no-repeat;

}

#contents p.kaisetu_li{
padding-left:25px;
background: url(img/kaisetu_li.gif) no-repeat;

}

#contents p.syousai{
height:26px;
padding-top:6px;
background: url(img/syousai.gif) no-repeat;
padding-left:90px;
font-size:14px;
font-weight:bold;
}

#contents p.moushi{
              margin-top:15px;
              height:30px;
              line-height:30px;
              padding-left:30px;
              font-size:14px;
              letter-spacing: 0.1em;
              font-weight:bold;
              color:#ffffff;
              padding-left: 30px;
              margin-right: 10px;
              margin-left: 25px;
              background: url(img/back_moushi.gif) no-repeat left center;
}

#contents table.w500 {
width: 500px;
margin: 0px 0px 0px 25px;
border-width: 0px 0px 1px 1px;
border-color: #999;
border-style: solid;
table-layout :fixed;
font-size:12px;
}

#contents table.w400 {
width: 400px;
margin: 0px 0px 0px 25px;
border-width: 0px 0px 1px 1px;
border-color: #999;
border-style: solid;
table-layout :fixed;
font-size:12px;
}


#contents th {
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
text-align:center;
color: #333333;
background-color: #ffff99;
border-width: 0px 0px 0px 0px;
border-color: #999;
border-style: solid;
}

#contents td {
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
color: #000000;
background-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-color: #999;
border-style: solid;
line-height: 130%;
}

.wid8{
width:8%;
}

.wid10{
width:10%;
}

.wid15{
width:15%;
}

.wid18{
width:18%;
}

.wid20{
width:20%;
}

.wid21{
width:21%;
}

.wid25{
width:25%;
}

.wid27{
width:27%;
}

.wid29{
width:29%;
}

.wid30{
width:30%;
}

.wid32{
width:32%;
}

.wid35{
width:35%;
}

.wid50{
width:50%;
}

.wid55{
width:55%;
}

img.right { float: right; }


.conleft{
	width:240px;
	display:block;
	float:left;
	font-size: 14px;
	clear: left;
	margin: 0 auto 0 10px;
	line-height: 15px;
}
.conright{
	width:240px;
	display:block;
	float:right;
	font-size: 14px;
	clear: right;
	margin: 0 10px 0 auto;
	line-height: 15px;
}
.contitle{
	width:240px;
	height:30px;
	background:url(img/cont.gif) no-repeat;
	display:block;
	text-indent:5px;
	font-size:12px;
	clear:both;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #330000;
　　　　　　　padding-left: 13px;
　　　　　　　padding-top: 2px;

}

.contitle2{
	width:230px;
	height:30px;
	background:url(img/cont2.gif) no-repeat;
	display:block;
	text-indent:5px;
	font-size:14px;
	clear:both;
	margin-top: 10px;
	font-weight: bold;
	color: #ffffff;
　　　　　　　text-align: center;
　　　　　　　padding-bottom: 3px;

}

.conleft center{
	display:block;
	font-size:20px;
	font-weight: bold;
	color: #ff0000;

}

.conright center{
	display:block;
	font-size:20px;
	font-weight: bold;
	color: #ff0000;

}

.red_16{

	font-size:16px;
	font-weight: bold;
	color: #ff0000;
}

.red_18{

	font-size:18px;
	font-weight: bold;
	color: #ff0000;
}


.blu_16{

	font-size:16px;
	font-weight: bold;
	color: #0000ff;
}

