@charset "utf-8";

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

body{
    background-color: #F5F5F5;
    font-family: "ヒラギノ角ゴ", "メイリオ", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PMincho", serif;
	font-size: 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:100%;
}

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

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

/*****************************
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%;
    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:0 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 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;
}

/*****************************
contact form
******************************/
.lisket-form-maker-form{
    width:100%;
}  /* テーブルの横幅をピクセルで指定 */

.lisket-form-maker-form td,.lisket-form-maker-form th{
    border: 1px solid #aaa;
}  /* テーブルの枠線のスタイルを指定 */

.lisket-form-maker-form th{
    background-color:#c9d0e6;
}  /* 見出しセルの背景色を指定 */

.lisket-form-maker-form span.example{
    color:#36c; 
}  /* 例テキストの文字色を指定 */

/** from http://app.lisket.jp/bundles/lisketformmaker/css/form.css
******************************/
.lisket-form-maker-form * {
    font-size: 1em;
}

.lisket-form-maker-form table {
    width: 100%;
    border-collapse: collapse;
}

.lisket-form-maker-form table tr td,
.lisket-form-maker-form table tr th {
    padding: 0.5em 0.5em;
}

.lisket-form-maker-form table tr th {
    font-weight: bold;
    text-align: center;
    width:33%;
}

.lisket-form-maker-form th span {
    font-size: 0.8em;
    color: #e00;
    margin-left: 0.3em;
}
.lisket-form-maker-form span.example {
    font-size: 0.9em;
    margin-left: 0.5em;
}

.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'],
.lisket-form-maker-form textarea {
    border: 1px solid #aaa;
    height:25px;
}
.lisket-form-maker-form textarea {
    width: 100%;
    height: 100px;
}
.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'] {
    width: 100%;
}
.lisket-form-maker-form input[type='text'].full,
.lisket-form-maker-form input[type='email'].full {
    width: 100%;
}
.lisket-form-maker-form input[type='radio'],
.lisket-form-maker-form input[type='checkbox'] {
    margin-right: 0.3em;
    cursor: pointer;
}
.lisket-form-maker-form label {
    cursor: pointer;
    margin-right: 0.8em;
}
.lisket-form-maker-form input[type='submit'] {
    font-size:120%;
}

/*****************************
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
******************************************/