@charset "utf-8";

/*****************************
page
******************************/
html{
}

body{
    background-color: #F5F5F5;
    font-family: "ヒラギノ角ゴ", "メイリオ", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PMincho", serif;
	font-size: 90%;/*83%*/
    color:#555555;
    background-color:#ffffff;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body img{
    max-width:100%;
    height:auto;
}

/*****************************
common
******************************/
p,h1,h2,h3,h4,h5,h6,hr{
    font-size:100%;
}

a{
    font-size:105%;
}

/*リンク画像マウスオーバー*/
a img.linkimg{
background:none!important;
}

img{
    display:block;
    margin:0 auto;
}

.price{
    margin-right:0.3em!important;
    font-size:260%!important;
    color:#ff8100;
    text-decoration:underline;
    display:inline;
}

.non_margin{
    margin:0px!important;
}

/*****************************
header
******************************/
#head{
    width:100%;
    height:auto;
    margin:0;
    padding:4 0;
    background:#152c88
}

#head h1{
    color:#dbdbdb;
    margin:0;
    font-size:80%;
}

#head_inner{
    width:90%;
    height:auto;
    margin:0 auto;
}

header{
    width:100%;
    height:auto;
    margin:0 auto;
}

header img{
    margin:0;
}

header #right{
    font-size:70%;
    margin-right:5%;
    text-align:right;
}

/*****************************
global navi
******************************/
#gnav{
    width:100%;
    height:auto;
    background-color:#bdbdbd;
}

nav{
    width:100%;
	padding:0;
	margin:0 auto;
    background-color:#bdbdbd;
}

nav ul{
    margin:0;
    padding:0;
}

nav li{
    width:33.333%;
    margin:0;
    display:block;
    float:left;
}

nav li.current a{
    color:#555555;
    background-color:#ffffff;
}

nav a{
    color:#555555;
    font-size:116%;
    font-weight:bold;
    background-color:#bdbdbd;
    display:block;
    line-height:250%;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    text-align:center;
    text-decoration:none;
}

nav a:hover{
    background:#808080;
}

/*****************************
page
******************************/
#page{
    width:100%;
    height:auto;
    margin:22px auto;
    padding:0px;
}


/*****************************
content
******************************/
#content{
    height:auto;
    width:90%;
    margin:10px auto;
    padding:0px;
    background-color:#ffffff;
}

#content .center{
    text-align:center;
    display:block;
}

#content hr{
    margin:0;
}

#content p{
    margin:0;
    margin-bottom:10px;
    font-size:105%;
}

#content h2{
    margin:0;
    font-size:124%;
}

#content h3{
    margin:0;
    font-size:120%;
}

#content em{
    color:#ffffff;
    background-color:#ff8100;
}

#content img{
    margin:4px auto;
    display:block;
}

#content aside{
    text-align:left;
}

/* subtitle
******************************/
.subtitle{
    width:88%;
    height:2em;
    margin-bottom:16px;
    padding:0.4em 0px 0.4em 12px;
    text-align:left;
    border-top:solid 1px #152c88;
    border-left:solid 22px #152c88;
}

.subtitle2{
    width:88%;
    height:2em;
    margin:36px 0px 16px 0px;
    padding:0.4em 0px 0.4em 12px;
    text-align:left;
    border-left:solid 22px #152c88;
    clear:both;
}

/* news
******************************/
#news p{
    margin:0.6em 0;
}

.update1{
    width:9em;
    height:1.6em;
    margin-right:1em;
    display:block;
    text-align:center;
    border-radius: 8px;
    color:#ffffff;
    background-color:#ff8100;  
}

.update2{
    width:9em;
    height:1.6em;
    margin-right:1em;
    display:block;
    text-align:center;
    border-radius: 8px;
    color:#ffffff;
    background-color:#c9d0e6;
}

/* box
******************************/
.box{
    width:90%;
    height:auto;
    margin-bottom:6px;
    padding:11px;
    border-top:1px solid #f5f5f5;
    border-right:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    display:block;
}

.box2{
    width:90%;
    height:auto;
    margin-bottom:6px;
    padding:11px;
    border-top:1px solid #f5f5f5;
    border-right:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    display:block;
}

.boxTitle{
    font-size:120%;
    padding-bottom:0.5em;
    text-align:center;
    display:block;
}

/*****************************
side
******************************/
#side{
    width:95%;
    height:auto;
    margin:22px auto 0px auto;
}

#side img{
    margin-bottom:8px;
}

#side h3{
    margin:3px 0px;
    color:#555555;
    font-size:120%;
    text-align:center;
}

.inside{
    width:95%;
    height:auto;
    margin:8px auto;
    padding:1px 4px;
    font-size:110%;
    text-align:center;
    background-color:#c9d0e6;
}

/*****************************
footer
******************************/
footer{
    height:auto;
    width:100%;
    margin:0;
    padding:0;
    background-color:#bdbdbd;
}

footer p{
    margin:0px;
    color:#555555;
}

footer h2{
    margin-top:6px;
    margin-bottom:2px;
}

#bottom_menu{
    width:90%;
    height:auto;
    margin:0 auto;
    margin-bottom:24px;
}

#bottom_menu ul{
    margin:0;
    margin-left:0px;
}

#bottom_menu li{
    width:auto;
    font-size:100%;
}

#bottom_menu ul a{
    color:555555;
}

/*****************************
address
******************************/
address{
    height:auto;
    width:auto;
    margin:0 auto;
    padding:5;
    color:#dcdcdc;
    font-size:70%;
    text-align:center;
    background-color:#152c88;
}

address a{
    color:#f8f8ff;
    margin:0;
    font-size:100%;
    text-decoration:none;
}

address p{
    margin:0;
    color:#dbdbdb;
}

/* end
******************************************/