@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */

html,body,h1,h2,h3,h4,h5,h6,
div,p,blockquote,pre,address,
ol,ul,li,dl,dt,dd,span,
table,th,td,form,fieldset {
    margin: 0;
    padding: 0;
}


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

html {
	overflow-y: scroll;
}

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

p,li,dt,dl {
	line-height: 1.6;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}

.clear {
	clear: both;
}

.red {
    color:#C00;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 90%;
}

table th {
    font-weight: normal;
	text-align: left;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color: #8B6E5A;
	text-decoration: none;
}
a:visited {
	color: #8B6E5A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666;
}

/*
 page [
----------------------------------------------------------- */
#page {
    width: 780px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

/*
 Head [
----------------------------------------------------------- */
.head {
    width: 750px;
	height: 70px;
	background: url(../img/bg_head.jpg) no-repeat;
	padding: 18px 15px 0 15px;
}

.head p#logo {
    float: left;
    margin: 0;
	padding: 0;
}

.head p.cap{
    float:left;
	margin-top: 8px;
	padding: 0;
}

/*
 topicpath [
----------------------------------------------------------- */
#topicpath {
	margin-bottom: 10px;
	font-size: 80%;
}


/*
 wrap [
----------------------------------------------------------- */
#wrap {
    width: 740px;
	margin: 0 auto 10px;
	background: #fff;
}

#wrap h1 {
	margin: 5px 0 15px;
    font-size: 100%;
	letter-spacing: 3px;
}


/*
 main [
----------------------------------------------------------- */
.main {
    width: 560px;
	float: right;
}


/*
 side [
----------------------------------------------------------- */
.side {
    width: 180px;
	float: left;
}

.side p.title{
    margin-bottom: 3px;
}

.side ul{
    width: 161px;
	margin-bottom: 10px;
	font-size:80%;
}

.side li{
    width: 132px;
	padding-left: 29px;
	border-bottom: 1px dashed #ba9;
	background: url(../img/li_mark.gif) no-repeat 11px 4px;
}

.side span{
    color: #E53535;
	font-weight: bold;
}

/*
 pagetop [
----------------------------------------------------------- */
.pagetop{
    width: 560px;
	text-align: right;
	margin: 0;
	font-size: 80%;
}

/*
 foot [
----------------------------------------------------------- */
#foot {
    clear: both;
    text-align: right;
	padding: 10px 15px;
	font-size: 80%;
}

#foot p {
    text-align: center;
}







