@charset "utf-8";

@import url("../../fonts/font-awesome.min.css");

/* 
	reset 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;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
	vertical-align:bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }


/*
	clearfix after
-------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




/*
	body
-------------------------------------------------------------------- */

body {
	background-image: url(../common/bg.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.6em;
}

#wrap {
	background-color: #FFF;
}




/* 
	link
-------------------------------------------------------------------- */

a {
	color: #0085B2;
	overflow:hidden;
	outline:none;
	text-decoration: none;
}

a:hover {
	color: #0085B2;
	text-decoration: underline;
}




/*
	div
-------------------------------------------------------------------- */

#cont_wrap {
	clear: both;
}





/* 
	header
-------------------------------------------------------------------- */
h1 {
	background-color: #0085B2;
	color: #FFF;
}

header {
	border-bottom: 5px solid #222;
}





/* 
	nav
-------------------------------------------------------------------- */
#gnav01 li a {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#gnav01 li#gnav01_01 a {
	background-color: #2759C2;
}







/* 
	side
-------------------------------------------------------------------- */
#side_area article {
	border: 1px solid #DDD;
	margin-bottom: 20px;
}

#side_area article ul {
	padding: 10px;
}

.side_h4 {
	font-weight: bold;
	background-color: #EEE;
	border: 1px solid #FFF;
	padding: 10px;
}

#side_area .banner li {
	margin-bottom: 10px;
}

#side_area .banner li a  .side_bnr01 {
	display: block;
	width: 48%;
	float: left;
}

#side_area .banner li a .side_bnr02 {
	display: block;
	width: 48%;
	float: right;
}





/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */
#pagetop {
	width: 100%;
	margin: 50px auto 10px;
	text-align: right;
}

#pagetop p {
	margin-right: 10px;
}


/* footer */
#foot01_wrap {
	background-color: #EEE;
	padding: 20px;
}

#foot01_wrap p {
	border-bottom: 1px dotted #666;
	padding: 5px 0;
	font-weight: bold;
}

#foot01_wrap ul {
	list-style-type: disc;
	list-style-position: inside;
}

#foot01_wrap ul li {
	margin: 10px 0 0 0;
}

footer {
	background-color: #0085B2;
	border-top: 5px solid #666;
	text-align: center;
	color: #AAA;
}

footer p {
	margin: 10px 0;
}

footer a {
	color: #EEE;
}

footer a:hover {
	color: #EEE;
	text-decoration: underline;
}

#footer02 {
	display: block;
	color: #FFF;
	text-align: center;
	margin: 10px;
}





/* 
	title
-------------------------------------------------------------------- */
h3.top_h3 {
	font-weight: bold;
	border-left: 5px solid #0085B2;
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #ffffff 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#ffffff 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#ffffff 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#ffffff 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.article_h3 {
	font-weight: bold;
	color: #0085B2;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 0;
	margin: 50px 0 15px;
}

.article_h4 {
	font-weight: bold;
	border-left: 8px solid #0085B2;
	padding: 10px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}





/* 
	title
-------------------------------------------------------------------- */
.page_in_link {
	display: block;
	text-align: right;
}

.flo_left {
	float: left;
}

.flo_right {
	float: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}







