@charset "UTF-8";

body,h1,h2,h3,h4,h5,p,ul,li,blockquote,table,td,tr,dl,dt,dd{
    margin: 0;
    padding: 0;
}
body {
background-color:#F8FAFD;
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic",arial,helvetica,clean,sans-serif;
    font-size: 14px;
    text-align: center;
}
a {
    color: #0044CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


li {
    list-style-type: none;
}


/*----------画像属性----------*/

img {
    border: none;
}

.img-right {
    display: inline;
    float: right;
    margin: 0 0 5px 5px;
}

.img-left {
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
}

.entryimg {
    border: 2px solid #EEE;
}

/*----------テキストデコレーション----------*/

.green {
    color: #339933;
    font-weight: bold;
}

.red {
    color: #FF0000;
    font-weight: bold;
}

.blue{
color:#3366FF;
}


/*----------全体枠----------*/

#container {
background:#FFF;
    border: 1px solid #CCC;
    margin: 10px auto;
    text-align: left;
    width: 980px;
    border-radius: 10px 10px 10px 10px;
}

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

#header {
    height: 110px;
    width: 980px;
}

#header h1 {
    color: #625D5A;
    font-size: 12px;
    font-weight: normal;
}

.headtext {
    color: #625D5A;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0 20px;
}

#header img {
    display: inline;
    margin: 5px 0 5px 15px;
}

.searchbox{
float:right;
display:inline;
margin-top:25px;
margin-right:65px;

}


input[type=text]{
height:20px;
font-size:14px;} 

input[type=submit]{
height:27px;
font-weight:bold;
font-size:13px;
}

/*----------メイン枠----------*/

#main {
    display: inline;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 700px;
background:#FFF;
}

/*----------メイン枠の装飾----------*/

p {
    line-height: 1.7em;
    margin-bottom: 10px;
    padding: 0 10px;
}

.topback{
text-align:right;
font-size:12px;
padding:10px;
}

blockquote{
background-color:#EEE;
padding:10px;
margin:15px 30px;;
border-left:3px solid #CCC;
}

.landing:hover{
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}

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

/*----------メイン枠の見出し----------*/

#main h1 {
clear:both;
background:url(image/h1.png) repeat-x bottom;
color:#333;
border:1px solid #EEE;
    border-bottom:2px solid #00F;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px;
padding-left:10px;
box-shadow: 0 3px 3px 0 #ccc;         /* CSS3 */
-moz-box-shadow: 0 3px 3px 0 #ccc;    /* Mozilla */
-webkit-box-shadow: 0 3px 3px 0 #ccc; /* Webkit */
}

#main h2 {
clear:both;
background:url(image/h1.png) repeat-x bottom;
color:#333;
border:1px solid #EEE;
    border-bottom:2px solid #68AA20;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
padding-left:10px;
box-shadow: 0 3px 3px 0 #ccc;         /* CSS3 */
-moz-box-shadow: 0 3px 3px 0 #ccc;    /* Mozilla */
-webkit-box-shadow: 0 3px 3px 0 #ccc; /* Webkit */
}

#main h3 {
clear:both;
background-color:#ffe5e3;
    border-radius: 5px 5px 5px 5px;
    color: #222;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
padding-left:10px;
}

#main h4 {
clear:both;
background-color:#EEE;
    border-radius: 5px 5px 5px 5px;
    color: #222;
    font-size: 14px;
    margin: 5px;
margin-bottom:15px;
    padding: 5px;
padding-left:10px;
}

/*----------メイン枠　リスト系----------*/

#main ul {
    margin: 10px 20px;
}

#main li {
    background: url(image/checkbox.png) no-repeat center left;
    line-height: 1.9em;
    padding-left: 20px;
font-weight:bold;
}


dl {
    margin-bottom: 10px;
    margin-left: 20px;
}
dt {
    background: url(image/tick.png) no-repeat center left;
    font-weight: bold;
    line-height: 1.8em;
    padding-left: 20px;
}
dd {
    margin-bottom: 10px;
margin-left:25px;
}


/*----------テーブルタグ----------*/

table{
width:600px;
border-collapse: collapse;
margin:5px 20px;
}

td{
padding:3px;
border:2px solid #999;
}

.tl{
background:#EEE;
}

/*----------左サイドバー----------*/


.banner{
margin-bottom:10px;
}


#sub {
    display: inline;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 250px;

}

.sidebox {
    background: none repeat scroll 0 0 #FFF;
    border: 3px solid #F93;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 10px;
}

#sub h3 {
    border-bottom: 3px solid #F93;
background-color:#F93;
text-align:center;
    font-size: 14px;
    line-height: 25px;
color:#FFF;
}

#sub ul{
margin:10px;
}

#sub li {
    background:url(image/next.png) no-repeat center left;
    padding: 5px;
padding-left:20px;
border-bottom:1px dotted #ccc;
line-height: 1.2em;
}

/*----------フッター----------*/

#footer {
color:#333;
    border-top: 1px solid #CCC;
    clear: both;
    font-size: 12px;
    height: 20px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 95%;
}


