@charset "UTF-8";

/****** 基本設定 ******/
*{
margin:0;
padding:0;
}

h1,h2,h3,h4{
font-size:14px;
}

h2{
color:#FF6347;
}

body{
color:#444444;
font-family: "ＭＳ Ｐゴシック",sans-serif;
line-height:150%;
letter-spacing:1px;
font-size:12px;
text-align:center;
}

img{
border:0px;
}

/*リンク設定*/

a:hover{
text-decoration:underline;
color:gray;
}

a{
text-decoration:none;
color:black;
}

strong a:hover{
text-decoration:underline;
color:#FF6347;
}

strong a{
text-decoration:none;
color:#FF6347;
}

/* 強調しない */
em{
font-style:normal;
font-weight:normal;
}

/* 不可視に */
.inv{
display:none;
}

ul{
list-style-type:none;
margin:0 0 10px 0;
}

#head{
width:100%;
height:80px;
border-bottom:2px solid #FF4500;
margin:0px 0%;
text-align:center;
}

#hist{
width:780px;
height:20px;
text-align:right;
}

#inner{
margin:0px auto;
width:780px;
height:80px;
}

#inner .banner{
float:left;
width:119px;
height:80px;
margin-top:15px;
}

#inner .right{
float:left;
width:285px;
height:33px;
margin:15px 0px 0px 20px;
}

#head2{
width:780px;
height:20px;
text-align:right;
margin-top:10px;
}

#base{
width:780px;
height:auto;
margin:10px auto;
text-align:left;
}

#top_base{
clear:both;
width:780px;
height:150px;
background-image:url("img/");
background-repeat:no-repeat;
border-bottom:1px solid #b0b0b0;
margin-bottom:20px;
}

#right{
float:right;
width:200px;
height:auto;
margin:0px 0px 20px 10px;
overflow:visible;
}

#right .menu{
width:200px;
height:20px;
line-height:20px;
text-indent:10px;
font-weight:bold;
background-image:url("img/menu.jpg");
}

#right .submenu p{
margin:10px 0 0 0;
}

#right .menu2 li{
display:block;
width:180px;
height:20px;
line-height:20px;
text-indent:15px;
background-image:url("img/list.gif");
background-position:left center;
background-repeat:no-repeat;
margin-left:10px;
border-bottom:1px solid #c0c0c0;
}

#right .menu3 li{
display:block;
width:150px;
height:28px;
line-height:28px;
text-indent:15px;
background-image:url("img/menu.gif");
}

#left{
float:left;
width:550px;
height:auto;
margin:0px 10px 20px 0px;
}

#left .inner dl{
margin:15px 0 15px 35px;
}

#left .inner dt{
color:FF6347;
font-weight:bold;
}

#left .inner dd{
margin:0 0 0 20px;
}

#footer{
clear:both;
width:100%;
height:50px;
background-color:#e7e6e4;
border-top:1px solid #cbcbcb;
padding-top:10px;

}

#footer2{
width:100%;
height:15px;
background-color:#3e3f40;
color:#ffffff;

}

#footer2 .inner{
width:780px;
text-align:left;
margin:0px auto;
}

#footer2 .inner a:hover{
text-decoration:underline;
color:white;
}

#footer2 .inner a{
text-decoration:none;
color:white;
}

#footer .inner{
width:780px;
text-align:left;
margin:0px auto;
}

#left .inner{
margin:20px 5px 20px 5px;
border-bottom:1px solid #b0b0b0;
padding:10px 0px;
}
.m20{
margin-bottom:20px;
}

.title{
color:#FF6347;
font-size:14px;
}

.little{
font-size:11px;
}

.green{
color:007500;
font-weight:bold;
}
.adsense{
margin:0 0 15px 0;
}

.l50{
margin:0 0 0 50px
}
.top{
margin-top:15px;
}