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

body {
	background: #FFF url(../img/bg.jpg) repeat-x;
	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 {
	font-style: normal;
}

.clear {
	clear: both;
}




/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color: #c60;
	text-decoration: none;
}

a:visited {
	color: #c60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #666;
}

/*
 wrap [
----------------------------------------------------------- */
#wrap {
    width: 760px;
	text-align: left;
	border-left: 1px solid #E5CEA1;
	border-right: 1px solid #E5CEA1;
	background: #fff;
	margin: 0 auto;
}

/*
 head [
----------------------------------------------------------- */
#head {
    float: left;
    width: 728px;
	background: url(../img/bg_head2.jpg) no-repeat;
	padding: 0 16px;
}

#head p#logo {
    width: 48px;
	float: left;
	padding-left: 14px;
}

#head div {
	float: right;
	width: 600px;
}

#head #navguide {
	text-align: right;
	height: 12px;
	font-size: 0;
	line-height: 0;
	margin: 4px 0 0;
}

#head #navguide li {
	display: inline;
	margin-left: 15px;
}

#head #nav {
	text-align: right;
	height: 30px;
	font-size: 0;
	line-height: 0;
	margin-top: 26px;
}

#head #nav li {
	display: inline;
	margin-left: 24px;
}

#head #navsub {
    text-align: right;
	height: 16px;
	margin: 3px 0 0 0;
}

#head #navsub li {
	display: inline;
	margin-left: 17px;
}




/*
 contents [
----------------------------------------------------------- */
#contents {
    float: left;
    width: 728px;
	background: #FEFEFF url(../img/bg_main.jpg) no-repeat;
	padding: 0 16px;
	font-size: 80%;
}

#contents2 {
    float: left;
    width: 728px;
	padding: 0 16px;
	font-size: 80%;
}

table {
    text-align: left;
	line-height: 140%;
}

/*
 page [
----------------------------------------------------------- */
#page {
    float: left;
	width: 610px;
	padding: 37px 0 0 0;
}

#page2 {
    position: relative;
    float: right;
	width: 629px;
	margin-bottom: 1em;
}

#page2 h2 {
    
}

.kilt {
    border-bottom: 1px dashed #8F7550;
	color: #3A290F;
	padding-bottom: 3px;
	line-height: 160%;
}




/*
 title [
----------------------------------------------------------- */
#title {
    float: left;
	width: 115px;
}

#title2 {
    float: left;
	width: 96px;
}

#title h1,
#title2 h1 {
    margin: 0 0 0 14px;
}



/*
 個人情報保護方針 [
----------------------------------------------------------- */
#policy {
    clear: both;
    width: 728px;

}

#policy p {
    text-align: right;
}





/*
 footer [
----------------------------------------------------------- */
#footer {
    clear: both;
    width: 728px;
	padding: 10px 16px;
	background: url(../img/bg_foot.gif) no-repeat;
	font-size: 80%;
}



