@charset "utf-8";

/* 
	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 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	line-height: 1.6em;
}




/* 
	link
-------------------------------------------------------------------- */

a {
	color: #666;
	overflow:hidden;
	outline:none;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	
}




/*
	div
-------------------------------------------------------------------- */
#header01 {
	width: 100%;
}

#gnav01 ul {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

#content {
	width: 100%;
	max-width: 940px;
	margin: 20px auto 60px auto;
}

#pagetop p {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

footer {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}






/* 
	header
-------------------------------------------------------------------- */
#header01 {
	background-color: #000;
}

#header01 h1 {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	color: #FFF;
	font-size: 10px;
}

#header02 h2 {
	text-align: center;
	margin: 10px;
}






/* 
	gnav
-------------------------------------------------------------------- */
#gnav01 {
	background-color: #000;
	border-top: 3px solid #C3B382;
}

#gnav01 li {
	float: left;
}





/* 
	topic path
------------------------------------------------------------------------------------------------ */

#topicPath {
	margin: 20px auto 60px auto;
	overflow:hidden;
}


#topicPath ol {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #676767;
	list-style-type: none;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#topicPath ol li {
	padding-right: 12px;
	float: left;
}

#topicPath ol li a {
	padding-right: 18px;
	background-image: url(../common/topicPathArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #9A9A9A;
	text-decoration: none;
}

#topicPath ol li a:hover {
	padding-right: 18px;
	background-image: url(../common/topicPathArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #676767;
	text-decoration: none;
}





/* 
	footer
-------------------------------------------------------------------- */
#pagetop {
	background-color: #000;
	text-align: right;
}

#pagetop a {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;	
}

#foot_wrap {
	background-color: #F1EFF0;
	color: #525252;
}

#foot01 p {
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #888888;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#foot01 li {
	float: left;
	font-size: 13px;
	letter-spacing: 0.5em;
}

#foot02 {
	text-align: center;
	font-size: 10px;
	line-height: 200%;
	letter-spacing: 0.5em;
	margin-top: 50px;
}

address {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.5em;
	margin-top: 50px;
}






/* 
	title
-------------------------------------------------------------------- */
h3 {
	
	font-size: 30px;
	border-bottom: 1px solid #CCC;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}






/* 
	Button
-------------------------------------------------------------------- */






/* 
	other
-------------------------------------------------------------------- */

.flo_left {
	float: left;
}

.flo_right {
	float: right;
}
