@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.zero {
	color: #fff;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: url(../img/back.jpg) center top;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #00335e;
}

div#Container h1 {
	text-indent: -9999px;
	width: 100%;
	height: 180px;
	background: url(../img/topooo.gif) no-repeat center center;
}

div#Container h1#m {
	background: url(../img/m_top.gif) no-repeat center center;

}

div#Container h1#b {
	background: url(../img/b_top.gif) no-repeat center center;
}

div#Container h1#k {
	background: url(../img/k_top.gif) no-repeat center center;
}

div#Container h1#h {
	background: url(../img/hana_top.gif) no-repeat center center;
}

div#Container h1#hair {
	background: url(../img/hair_top.gif) no-repeat center center;
}


/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}



/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: right;
	margin-right: 20px;
}



div#Main h2 {
	margin-top: 20px;
	font-size: 125%;
	font-weight: bold;
	color: #00335e;
}

div#Main h3 {
	margin: 15px 0;
	font-size: 130%;
}

div#Main div#PortImg img {
	border: 1px solid #414141;
}

div#Main div#PortImg {
	margin: 10px auto 0 auto;
	text-align: center;
}

div#member {
	overflow: hidden;
}

div#Main div#omote {
	margin-left: 15px;
	float: left;
}

div#Main div#ura {
	margin-right: 15px;
	float: right;
}

div#Main p {
	margin: 10px auto 0 auto;
}

p#link a {
	display: block;
	height: 70px;
	width: 320px;
	margin: 0 auto;
	text-indent: -99999px;
	background: url(../img/sight.gif) no-repeat center;
}

p#link a:hover {
	background: url(../img/sight_hover.gif) no-repeat center;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #3eaaf5;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Side ul li a#oni {
	border: none;
	padding: 0;
	width: 70px;
	height: 70px;
	text-indent: -99999px;

}


p strong {
	font-size: 125%;
	font-weight: bold;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/
div#Side {
	width: 200px;
	float: left;
	margin-left: 20px;
}

div#Side ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

div#Side ul li a {
	display: block;
	width: 150px;
	height: 75px;
	text-indent: -9999px;
	color: #fff;
	background: url(../img/home.gif) no-repeat;
}

div#Side ul li a#home {
	background: url(../img/TOPni.gif) no-repeat;
}

div#Side ul li a:hover#home {
	background: url(../img/modoru.gif) no-repeat left center;
}



div#Side ul li a#m {
	background: url(../img/m.gif) no-repeat;
}

div#Side ul li a:hover#m {
	background: url(../img/m_hover.gif) no-repeat left center;
}

div#Side ul li a#h {
	background: url(../img/b.gif) no-repeat left center;
}
div#Side ul li a:hover#h {
	background: url(../img/b_hover.gif) no-repeat left center;
}

div#Side ul li a#k {
	background: url(../img/k.gif) no-repeat left center;
}
div#Side ul li a:hover#k {
	background: url(../img/k_hover.gif) no-repeat left center;
}
div#Side ul li a#hana {
	background: url(../img/hana.gif) no-repeat left center;
}
div#Side ul li a:hover#hana {
	background: url(../img/hana_hover.gif) no-repeat left center;
}
div#Side ul li a#hair {
	background: url(../img/h.gif) no-repeat left center;
}
div#Side ul li a:hover#hair {
	background: url(../img/h_hover.gif) no-repeat left center;
}
div#Side ul li a#hair_web {
	background: url(../img/hair.gif) no-repeat left center;
}
div#Side ul li a:hover#hair_web {
	background: url(../img/hair_hover.gif) no-repeat left center;
}
/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #00335e;
}