/*------------------*/
/*	リセット		*/
/*------------------*/
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, figcaption, figure, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
/*	font-family: inherit;	*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: baseline;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background: url(../img/bg.jpg) repeat 0 -17px #FFEEBB;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
	font-size: 70%;
	line-height: 1.8;
}
body.home {
	background: url(img/bg_home.gif) repeat-x #FFF;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p,
#contents ol, #contents table, #contents ul,
.mceContentBody ol, .mceContentBody table, .mceContentBody ul {
	margin-bottom: 15px;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-spacing: 0;
}
th, td {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: normal;
	padding: 4px 8px;
	vertical-align: top;
}
th {
	background: #EEE;
	white-space: nowrap;
}
caption {
	font-weight: bold;
	padding: 4px 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	display: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #000;
}

strong {
	font-weight: bold;
}


/*----------------------*/
/*	グローバルナビ		*/
/*----------------------*/
nav {
	position: fixed;	top: 125px;	left: 0px;
	width: 260px;
	z-index: 999;
}
nav a {
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 255px;
}
nav a:hover {
	width: 275px;
}

/*----- n01 ----------*/
nav a.n01 {
	background: url(../img/nav_01.png) no-repeat right top;
}
nav a.n01:hover {
	background: url(../img/nav_01_ov.png) no-repeat right top;
}

/*----- n02 ----------*/
nav a.n02 {
	background: url(../img/nav_02.png) no-repeat right top;
}
nav a.n02:hover {
	background: url(../img/nav_02_ov.png) no-repeat right top;
}

/*----- n03 ----------*/
nav a.n03 {
	background: url(../img/nav_03.png) no-repeat right top;
}
nav a.n03:hover {
	background: url(../img/nav_03_ov.png) no-repeat right top;
}

/*----- n04 ----------*/
nav a.n04 {
	background: url(../img/nav_04.png) no-repeat right top;
}
nav a.n04:hover {
	background: url(../img/nav_04_ov.png) no-repeat right top;
}


/*------------------*/
/*	レイアウト		*/
/*------------------*/
#container {
	background: url(../img/bg_container.jpg) no-repeat center 0;
	min-height: 6120px;
	width: 100%;
}

.contactForm #container {
	background: url(../img/form_bg.jpg) no-repeat center 0;
	min-height: 1504px;
}


/*----- ヘッダー ----------*/
#header {
	height: 445px;
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

#header h1 {
	position: absolute;	top: 245px;	left: 225px;
}

#header aside {
	position: absolute;	top: 50px; left: 715px;
}
#header aside a:hover img {
	margin-left: 10px;
}


/*----- web ----------*/
#web {
	height: 910px;
	margin: 487px auto 0;
	position: relative;
	width: 1020px;
}

#web h1 {
	position: absolute;	top: 40px;	right: 30px;
	height: 350px;
	text-indent: -9999px;
	width: 20px;
}

#web h1+figure {
	position: absolute;	top: 0;	left: 110px;
}

#web div.col {
	background: url(../img/web.png) no-repeat 0 0;
	min-height: 585px;
	position: absolute;	top: 0;	right: 0;
	width: 801px;
}

div#tate {
	position: relative;
}

div#tate .sec-01 {
	position: absolute;	top: 59px;	left: 143px;	/* 123px */
}
div#tate .sec-02 {
	position: absolute;	top: 59px;	left: -21px;	/* -61px */
}
div#tate .sec-03 {
	position: absolute;	top: 59px;	left: -187px;	/* -257px */
}
div#tate p {
	margin-left: 45px;
}

#web .ex {
	position: absolute;	top: 626px;	left: 0;
}
.ex figure {
	float: left;
}
.ex dl {
	float: left;
}
.ex dd {
	border: 1px solid #CCC;
	float: left;
	height: 76px;
	margin-right: 7px;
	padding: 2px;
	width: 76px;
}
.ex dt+dd {
	margin-left: 27px;
}


/*----- print ----------*/
#print {
	background: url(../img/print.png) no-repeat 0 0;
	height: 800px;
	margin: 246px auto 0;
	position: relative;
	width: 1020px;
}

#print h1 {
	height: 60px;
	position: absolute;	top: 90px;	right: 30px;
	text-indent: -9999px;
	width: 350px;
}

#print .col.n01 {
	position: absolute;	top: 180px;	left: 610px;
}
#print .col.n02 {
	position: absolute;	top: 340px;	left: 455px;
	text-align: right;
}
#print .col.n03 {
	position: absolute;	top: 475px;	left: 265px;
}
#print .col.n04 {
	position: absolute;	top: 690px;	left: 115px;
	text-align: right;
}

#print .btn span {
	position: absolute;	bottom: 138px;	right: 85px;
	text-align: center;
}
#print .btn img {
	position: absolute;	bottom: 10px;	right: 40px;
}


/*----- other ----------*/
#other {
	background: url(../img/other.png) no-repeat 0 0;
	height: 1175px;
	margin: 209px auto 0;
	position: relative;
	width: 1020px;
}

#other h1 {
	height: 345px;
	position: absolute;	top: 245px;	right: 75px;
	text-indent: -9999px;
	width: 45px;
}

#other .col {
	border-left: 3px solid #333;
	padding-left: 20px;

}
#other .col.n01 {
	position: absolute;	top: 265px;	left: 465px;
}
#other .col.n02 {
	border: 0;
	border-right: 3px solid #333;
	padding: 10px 20px 0 0;
	position: absolute;	top: 545px;	left: 250px;
	text-align: right;
}
#other .col.n03 {
	position: absolute;	top: 870px;	left: 430px;
}


/*----- contact ----------*/
#contact {
	background: url(../img/contact.png) no-repeat 0 0;
	margin-top:-60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	min-height: 475px;
	position: relative;
	width: 1020px;
}

.contactForm #contact {
	background: url(../img/contact2.png) no-repeat 0 0;
}

#contact h1 {
	height: 360px;
	position: absolute;	top: 60px;	left: 15px;
	text-indent: -9999px;
	width: 360px;
}

#contact p {
	position: absolute;	top: 90px;	left: 460px;
}

#contact h2 {
	position: absolute;	top: 305px;	left: 460px;
}

#contact address {
	position: absolute;	top: 345px;	left: 460px;
}

#contact form {
	position: absolute;	top: 400px;	left: 300px;
}


/*----- about ----------*/
#about {
	background: url(../img/bg_about.jpg) no-repeat;
	color: #a28a66;
	font-size: 65%;
}

#about p {
	margin-bottom: 20px;
}

#about header {
	height: 30px;
	position: absolute;	left: 80px;	top: 280px;
	text-indent: -9999px;
	width: 95px;
}

#about section {
	position: relative;
}

#about section h1 {
	height: 420px;
	position: absolute;	right: 0;	top: 0;
	text-indent: -9999px;
	width: 70px;
}

#about section .sec-01 {
	position: absolute;	left: 360px;	top: 60px;
}
#about section .sec-02 {
	position: absolute;	left: 330px;	top: 415px;
}


/*----- profile ----------*/
#profile {
	background: url(../img/bg_profile.jpg) no-repeat;
	color: #CBAC8D;
	font-size: 65%;
}

#profile a {
	color: #CBAC8D;
}
#profile a:hover {
	color: #E7CBA4;
}

#profile header {
	height: 55px;
	position: absolute;	left: 90px;	top: 270px;
	text-indent: -9999px;
	width: 165px;
}

#profile section {
	position: relative;
}

#profile section h1 {
	height: 600px;
	position: absolute;	left: 295px;	top: 0;
	text-indent: -9999px;
	width: 85px;
}

#profile section .sec-01 {
	position: absolute;	left: 480px;	top: 40px;
}
#profile section .sec-02 {
	position: absolute;	left: 420px;	top: 190px;
}
#profile section .sec-03 {
	position: absolute;	left: 420px;	top: 280px;
}
#profile section .sec-04 {
	position: absolute;	left: 445px;	top: 385px;
}
#profile section .sec-05 {
	position: absolute;	left: 415px;	top: 500px;
}

#profile section .sec-05 li {
	background: #A4B786;
	color: #FFF;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0px 10px;
	
}


/*------------------*/
/*	フロート		*/
/*------------------*/
img.left {
	float: left;
}
img.right {
	float: right;
}


/*----------------------*/
/*	マージン		*/
/*----------------------*/
.m_T0 {	margin-top: 0 !important;	}
.m_T5 {	margin-top: 5px !important;	}
.m_T10 {	margin-top: 10px !important;	}
.m_T15 {	margin-top: 15px !important;	}
.m_T30 {	margin-top: 30px !important;	}
.m_T45 {	margin-top: 45px !important;	}
.m_T60 {	margin-top: 60px !important;	}
.m_T75 {	margin-top: 75px !important;	}
.m_T90 {	margin-top: 90px !important;	}

.m_B0 {	margin-bottom: 0 !important;	}
.m_B5 {	margin-bottom: 5px !important;	}
.m_B10 {	margin-bottom: 10px !important;	}
.m_B15 {	margin-bottom: 15px !important;	}
.m_B30 {	margin-bottom: 30px !important;	}
.m_B45 {	margin-bottom: 45px !important;	}
.m_B60 {	margin-bottom: 60px !important;	}
.m_B75 {	margin-bottom: 75px !important;	}
.m_B90 {	margin-bottom: 90px !important;	}

.m_L0 {	margin-left: 0 !important;	}
.m_L5 {	margin-left: 5px !important;	}
.m_L10 {	margin-left: 10px !important;	}
.m_L15 {	margin-left: 15px !important;	}
.m_L30 {	margin-left: 30px !important;	}
.m_L45 {	margin-left: 45px !important;	}
.m_L60 {	margin-left: 60px !important;	}
.m_L75 {	margin-left: 75px !important;	}
.m_L90 {	margin-left: 90px !important;	}

.m_R0 {	margin-right: 0 !important;	}
.m_R5 {	margin-right: 5px !important;	}
.m_R10 {	margin-right: 10px !important;	}
.m_R15 {	margin-right: 15px !important;	}
.m_R30 {	margin-right: 30px !important;	}
.m_R45 {	margin-right: 45px !important;	}
.m_R60 {	margin-right: 60px !important;	}
.m_R75 {	margin-right: 75px !important;	}
.m_R90 {	margin-left: 90px !important;	}


/*----------*/
/*	幅		*/
/*----------*/
.h_100 {	height: 100px !important;	}
.h_150 {	height: 150px !important;	}

.w_25 {	width: 25px !important;	}
.w_50 {	width: 50px !important;	}
.w_75 {	width: 75px !important;	}
.w_100 {	width: 100px !important;	}
.w_125 {	width: 125px !important;	}
.w_150 {	width: 150px !important;	}
.w_175 {	width: 175px !important;	}
.w_200 {	width: 200px !important;	}
.w_225 {	width: 225px !important;	}
.w_250 {	width: 250px !important;	}
.w_275 {	width: 275px !important;	}
.w_300 {	width: 300px !important;	}
.w_325 {	width: 325px !important;	}
.w_350 {	width: 350px !important;	}
.w_375 {	width: 375px !important;	}
.w_400 {	width: 400px !important;	}
.w_425 {	width: 425px !important;	}
.w_450 {	width: 450px !important;	}
.w_475 {	width: 475px !important;	}
.w_500 {	width: 500px !important;	}
.w_100per {	width: 100% !important;	}


/*--------------*/
/*	その他		*/
/*--------------*/
.parent	{
	position: relative;
}
.child, .child-2nd, .child-3rd {
	position: absolute;
}

.nondsp {
	overflow:hidden;
	text-indent: 100%;
	white-space:nowrap;
}


/*------------------*/
/*	フォーム		*/
/*------------------*/
form table {
	border: none;
	margin-bottom: 20px;
}

form th, form td {
	border: none;
	padding: 8px;
}

form th {
	background: none;
	text-align: right;
}

form caption {
	color: #FF0000;
	font-weight: normal;
}

input[type=text], input[type=password], input[type=submit], input[type=reset], select, textarea {
/*	background: #F9F8EF;	*/
	border: 1px solid #AAA;
}
/*
input[type=text]:focus, select:focus, textarea:focus {
	background: #FFF;
}
*/
input[type=submit], input[type=reset] {
	background: #FFF;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
	font-size: 90%;
	margin-top: 15px;
	padding: 2px 20px;
	letter-spacing: 0.1em;
	text-align: center;
}


/*--------------------------*/
/*	クリアフィックス		*/
/*--------------------------*/
/*----- For modern browsers ----------*/
.clearfix:before, .clearfix:after {
	content : "";
	display : table;
}

.clearfix:after {
	clear : both;
}


/*----- For IE 6/7 (trigger hasLayout) ----------*/
.clearfix {
	zoom : 1;
}