@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
li,dl{list-style:none;}
img {vertical-align: bottom;border: none;}

body {
	line-height:1.5em;
	font-size: 12px;
	text-align: center;
	color: #381100;
	background-image: url(../images/head_back.jpg);
	background-repeat: repeat-x;
}

body.fontSize1 { font-size:12px; }
body.fontSize2 { font-size:14px; }
body.fontSize3 { font-size:16px; }

#wrap{
	position:relative;
}
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 25px;
}
header{
	unicode-bidi:isolate;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 163px;
	text-align: left;
	line-height: 1.5em;
}
#headArea{
	text-align: left;
	float: left;
	margin-bottom: 0px;
}
#headArea h1{
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1.5em;
	padding-top: 0px;
	color: #FFF;
}
#headArea h2{
	margin-bottom: 15px;
}
.mainMenu{
	height: 48px;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 20px;
}
.mainMenu ul{
	text-align: left;
}
.mainMenu li{
	float: left;
	margin-right: 0px;
}


/* 全ページ共通 */
footer{
	color: #381100;
	clear: both;
	background-image: url(../images/footnav_back.jpg);
	background-repeat: repeat-x;
}
#footerNav{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footerNav ul{
	padding-top: 27px;
	float: left;
}
#footerNav li{
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 15px;
	padding-left: 10px;
}
#footerNav a{
	text-decoration: none;
}

#contents{
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
}
#contents #contentsArea{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents ul{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 7px;
	border: 1px solid #E6E6E6;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.0em;
}
#contents li{
	margin-right: 10px;
	margin-left: 10px;
}
#contents #contentsInfo{
	font-size: 110%;
	background-image: url(../images/foot_logo.png);
	background-repeat: no-repeat;
	padding-left: 85px;
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 50px;
}

#footContents{
	background-image: url(../images/foot_back.jpg);
	background-repeat: repeat-x;
	clear: both;
}

/* copyright background color */
#copyright{
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#copyright a{
	color: #FFF;
	text-decoration: underline;
}
#copyright a:hover{
	color: #0CF;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #09C;
}
#gnav {
	float:right;
	margin-top: 22px;
	background-repeat: no-repeat;
	line-height: 1.5em;
	clear: right;
}
#gnav li {
	float:left;
	margin-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagetop{
	float: right;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { 
	display: inline-block;
}

/*
------------------------------------------------
Font Color
------------------------------------------------*/
.fontColorRed {
	color: #F00;
}
.fontColorOrenge {
	color: #F60;
}
.fontBold {
	font-weight: bold;
}
.fontBold14 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

/*
------------------------------------------------
Under Space
------------------------------------------------*/
.spaceU30{
	margin-bottom: 30px;
}
.center{
	text-align: center;
}
.spaceT20{
	margin-top: 20px;
}
.spaceT10{
	margin-top: 10px;
}
.spaceLR15{
	padding-right: 15px;
	padding-left: 15px;
}
.heightLineParent{
	clear: both;
}

/* ===== Font Area ===== */
div#fontArea {
	padding-top: 8px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.5em;
}

div#fontArea dl {
	font-size:0.7em;
	line-height:0;
	float: right;
}

div#fontArea dl dt {
	float:left;
	margin-right:7px;
}

div#fontArea dl dd {
	float:left;
	margin-right:5px;
}

div#fontArea dl dd li {
	float:left;
	margin-right:2px;
}

div#fontArea dl dd.sizeChangeSmall,
div#fontArea dl dd.sizeChangeLarge { cursor:pointer; }
