@charset "utf-8";

body {
	width: 100%;
	font-size: 88%; /* 14px */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; /* ゴシック系 */
	color: #333333;
	line-height: 1.6em;
	background: #DFDFDF;
}

/*	h	*/
h1, h2, h3, h4, h5, h6, .title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; /* 明朝系 */
}

/* LINKS */
a:link, a:visited {
	color: #2C8C8B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #236A72;
	text-decoration: none;
}
.noLink { cursor: default;}

/* ATTENTIONS, NOTES */
.red { color: #FF0000;}
.note { color: #535353;}
.note li {
	margin-left: 1.6em;
	margin-bottom: 6px;
	font-size: 86%;
	line-height: 1.6em;
	list-style: outside disc;
}

/* icons */
.ico_arw {
	display: inline-block;
	vertical-align: text-top;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/ico_arw.png);
	background-repeat: no-repeat;
}
.arw_grnR {
	height: 6px;
	width: 5px;
	margin: 3px 3px 0;
	background-position: -65px 0;
}
.arw_whtR {
	height: 6px;
	width: 5px;
	margin: 4px 3px 0;
	background-position: -65px -6px;
}
.arw_whtL {
	height: 6px;
	width: 5px;
	margin: 4px 3px 0;
	background-position: -65px -12px;
}
.circle_whtR {
	height: 22px;
	width: 22px;
	background-position: -22px 0;
}
.circle_whtRS {
	height: 16px;
	width: 16px;
	background-position: -44px -3px;
}
.close_wht {
	height: 22px;
	width: 22px;
	background-position: 0 0;
}

/*///////////////////////////////////////
	LAYOUTS
///////////////////////////////////////*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #DFDFDF url(../img/bg_gray.png) left top repeat;
	border-top: solid 3px #2C8C8B;
}
.box {
	width: 860px;
	margin: 0 auto;
}

/*///////////////////////////////////////
	header
///////////////////////////////////////*/
header {
}
#siteTitle {
	position: relative;
	left: 0;
	top: 0;
}
#siteTitle h1 { padding: 10px 0;}
#siteTitle h1 a {
	display: block;
	height: 17px;
	line-height: 1em;
	padding: 10px 0;
}

/*///////////////////////////////////////
	nav
///////////////////////////////////////*/
nav {
	padding: 14px 0;
	background: #103539 url(../img/bg_darkgreen.png) left bottom repeat;
}
nav ul { border-left: solid 1px #000000;}
nav li {
	border-right: solid 1px #000000;
	float: left;
}
nav li a {
	display: block;
	padding: 10px 30px;
	font-size: 86%;
	line-height: 1em;
}
nav li a:link,
nav li a:visited {
	color: #FFFFFF;
}

/*/////	subNav	/////*/
#subNav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 86%;
	line-height: 2em;
}
#subNav li {
	margin-left: 10px;
	float: left;
}

#navLogin {
	margin-top: -3px;
	padding: 6px 10px 3px;
	position: relative;
	left: 0;
	top: 0;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C8C8B;
	border-bottom: solid 3px #236A72;
	cursor: pointer;
}
#navLogin:hover { background-color: #236A72;}

.login a,
.logout a{
	color: #FFFFFF;
	text-decoration: none;
}

/*///////////////////////////////////////
	billboard
///////////////////////////////////////*/
#billboard {
	width: 100%;
	height: 210px;
	margin-bottom: 50px;
	background-color: #797778;
	background-position: center top;
	background-repeat: no-repeat;
}

#index #billboard {
	height: 140px;
	margin-bottom: 30px;
	background-image: url(../img/visual_search.jpg);
}
.miyanagaPage #billboard {
	background-image: url(../img/visual_miyanaga.jpg);
}
.aboutPage #billboard {
	background-image: url(../img/visual_about.jpg);
}
.conrtactPage #billboard {
	background-image: url(../img/visual_contact.jpg);
}
.loginPage #billboard {
	background-image: url(../img/visual_login.jpg);
}

/*///////////////////////////////////////
	container
///////////////////////////////////////*/
#container {
	margin-bottom: 100px;
}
#container p {
	margin-bottom: 14px;
	text-indent: 1em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

/*/////	section	/////*/
#container section {
}

/*/////	bigBtn	/////*/
.bigBtn {
	width: 294px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}
.bigBtn a {
	display: block;
	width: 100%;
	height: 43px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	background: #2C8C8B;
	border-bottom: solid 5px #236A72;
}
.bigBtn a:hover { background: #236A72;}
.bigBtn img { margin-top: 14px;}
.bigBtn .ico_arw {
	position: absolute;
	right: 10px;
	top: 12px;
}


/*/////	aside	/////*/
#container aside {
	width: 284px;
	padding: 30px;
	margin-top: -150px;
	background: #FFFFFF url(../img/bg_white.png) left top no-repeat;
	float: right;
}





/*///////////////////////////////////////
	footer
///////////////////////////////////////*/
footer {
	padding-top: 2px;
	color: #7A7A7A;
	font-size: 10px;
	line-height: 3em;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: solid 1px #C0C0C0;
}

/*///////////////////////////////////////
	clearfix
///////////////////////////////////////*/
.box:after, section:after, article:after, aside:after {
	content: "";  clear: both;  display: block;
}