@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #f1ede7;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	text-align: center;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

address {
    width: 743px;
	font-style: normal;
	padding: 3px 0 3px 7px;
	border-top: 1px dotted #736349;
	border-bottom: 1px dotted #736349;
	margin-left: 3px;
	color: #736349;
}

.clear {
	clear:both;
}

.need {
    color: #C00;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color: #078D00;
	text-decoration: none;
}
a:visited {
	color: #189B12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666;
}

/* ===== Float対策 ===== */
div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*
 wrap [
----------------------------------------------------------- */
#wrap {
    width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../img/bg_main.jpg) repeat-y;
	text-align: left;
}

/*
 Head [
----------------------------------------------------------- */
#head {
    background: url(../img/bg_head.jpg);
	padding-top: 8px;
	height: 29px;
}

#head h1,
#head p.subTitle {
    width: 395px;
	float: left;
	font-size: 70%;
	font-weight: normal;
	padding-left: 12px;
}


#headNavi {
    width: 372px;
	padding: 0;
    float: right;
}

#headNavi li {
    display: inline;
	height: 15px;
	margin-right: 12px;
}

/*
 gNavi [
----------------------------------------------------------- */

#naviArea {
    width: 800px;
	clear: both;
    background: url(../img/bg_gnavi.jpg);
	
}

#naviArea p.logo {
    width: 159px;
	float: left;
	padding-left: 43px;
}

#gNavi {
    width: 492px;
	float: right;
	padding: 12px 20px 0 0;
}

#gNavi li {
    display: inline;
	height: 60px;
}

/*
 main [
----------------------------------------------------------- */

#main {
    clear: both;
    width: 800px;
	background: url(../img/bg_main2.jpg) repeat-y;
}

#main h1 {
    padding: 30px 0 13px 46px;
}

.topicPath {
    font-size: 80%;
	padding-left: 46px;
	margin-bottom: 20px;
}



/*
 foot [
----------------------------------------------------------- */
#foot {
    clear: both;
	background: url(../img/bg_main2.jpg) repeat-y;
	font-size: 80%;
	margin: 0;
	padding: 10px 25px 20px;
}

/*
 clearfix
----------------------------------------------------------- */
div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}