@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}



/* ========================================
    全体設定
========================================= */
body {
	color:#333;
	font-size: 12px;
	line-height: 21px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #05006e;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #ce0b67;
    cursor: pointer;

}



.clear {
	clear: both;
}


header {
    width: 100%;
    height: 100px;
    background-color: #fff;
}

header div#header_innner {
    width: 980px;
    height: auto;
    padding: 20px 0 0 20px;
    margin: 0 auto;
}

div#wrapper {
    width: 980px;
    height: auto;
    margin: 0 auto;
    background-color: #f8f5f0;
    box-shadow: 0 0 10px #fff;
}

div#main_image {
    width: 100%;
    height: 300px;
    background-color: grey;
    margin-bottom: 20px;
}

#navi {
    background-color: #2ca6e0;
    width: 100%;
    margin: 0;
    border-top: solid 1px #2881ae;
    border-bottom: solid 1px #2881ae;


}



#navi ul li{
    float: left;

    }

#navi a{
    color:#fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
}

#navi a:hover {
    color: #faed00;
    cursor: pointer;
    background: #05006e;
}


#contents {
}

#left_content {
    width: 140px;
    height: auto;
    padding: 10px;
    float: left;
    margin: 10px 5px 10px 10px;
    background-color: #fff;
}

#center_content {
    width: 560px;
    height: 950px;
    float: left;
    margin: 10px 5px;
    background-color: #fff;
    padding: 10px;
}

#blog {
		width: 275px;
    float: left;
		margin-right: 10px;
}

#fb {
		width: 275px;
    float: left;
		margin-top: -20px;
}


#right_content {
    width: 180px;
    height: 950px;
    float: left;
    margin: 10px 10px 10px 5px;
    background-color: #fff;
    padding: 10px;
		position:relative;
}

#linkbunner {
    margin-top: 30px;
}

#linkbunner li {
    padding: 5px 0;
}

#kobutsu {
		position:absolute;
		width: 180px;
		bottom: 20px;
		line-height: 1.4;
		text-align: center;
}

footer {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 20px 0;
}

h2 {
    font-size: 21px;
    color: #329cd3;
    border-bottom: dotted 1px #329cd3;
    border-width: 100%;
    margin: 0 0 20px 0;
    line-height: 25px;
}

h3 {
    font-size: 18px;
    color: #C30D23;
    line-height: 25px;
}

h4 {
    font-size: 14px;
    color: #1D2A73;
    line-height: 23px;
    margin: 12px 0 0 0;
}




.font10 {
    font-size: 10px;
    line-height: 16px;
}

.font16 {
    font-size: 16px;
    line-height: 20px;
}


.center {
    text-align: center;
}


/* ========================================
    sub contents
========================================= */


div#main_content {
    width: 710px;
    height: auto;
    float: left;
    margin: 10px 5px 10px 10px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
}

#link dt {
    font-size: 14px;
    margin: 5px 0 0 10px;
    border-top: solid #cccccc;
    border-width: 1px;
    padding-top: 10px;

}

#link dd {
    font-size: 11px;
    margin: 0 0 10px 20px;

}

#link a {
    color: #0008a0;

}

#link a:hover {
    color: #ce0b67;
    cursor: pointer;
}

#support-left {
    float: left;
    width: 480px;
    padding: 0 20px 0 0;
}

#support-right {
    float: left;
    width: 210px;
}


#profile-left {
    float: left;
    width: 420px;
    padding: 0 20px 0 0;
}

#profile-right {
    float: left;
    width: 270px;
}
