@charset "utf-8";

/*========================================

	共通要素

========================================*/


/* link */

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

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 1\9;
	opacity: 1\9;
	filter: alpha(opacity=100)\9;
	cursor:pointer;
}


/* radius */

.radius {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(http://morinoyu.net/himiko/css/PIE.htc);
}



/* base css */

body {
	color: #505050;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(http://morinoyu.net/himiko/img/bg01.png);
}

#wrap {
	width: 100%;
	background-image: url(http://morinoyu.net/himiko/img/base/bg03.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#header { padding: 20px 0; }
#header .inner {
	width: 900px;
	margin: 0 auto;
	background-image: url(http://morinoyu.net/himiko/img/tel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#image {
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(http://morinoyu.net/himiko/img/bg_wrap.png);
	margin-bottom: 40px;
}
#image .frame {
	width: 900px;
	height: 480px;
	margin: 0 auto;
	box-shadow: 0px 0px 7px -2px #333;
	-moz-box-shadow: 0px 0px 7px -2px #333;
	-webkit-box-shadow: 0px 0px 7px -2px #333;
	behavior: url(http://morinoyu.net/himiko/css/PIE.htc);
	border: 3px solid #FFFFFF;
	background-color: #000000;
	position: relative;
}
#contents {
	margin: 0 auto 50px;
	width: 900px;
}
#nav {
	height: 195px;
	margin: 0 auto 50px;
	width: 900px;
}
#nav li {
	float: left;
	background-image: url(http://morinoyu.net/himiko/img/bg_btn.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 20px;
}
#nav li:first-child { margin-left: 0; }
.nav_bg {
	background-image: url(http://morinoyu.net/himiko/img/bg_page.png);
	background-repeat: repeat-x;
	background-position: left 20px;
}


#footer {
	background-color: #000000;
	background-image: url(http://morinoyu.net/himiko/img/bg02.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	text-align: center;
	color: #CCCCCC;
	width: 100%;
}
#footer .link img { margin: 15px 5px; }

#footer .cp {
	font-size: 85%;
	color: #666666;
}


.mincho  {
	letter-spacing: 0.2em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#contents h2 {
	font: normal 138.5%/40px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	color: #FFFFFF;
	background-image: url(http://morinoyu.net/himiko/img/bg02.png);
	border-bottom: 3px solid #E9BF5D;
	position: relative;
}
#contents h2 span {
	font-size: 73%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	font-weight: normal;
}


#contents .topcolumn {
	background-image: url(http://morinoyu.net/himiko/img/bg_top01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	margin-bottom: 50px;
}
#contents .onecol {
	width: 900px;
	margin-bottom: 50px;
	clear: both;
}
#contents .onecol .twobox  { width: 420px; }


#contents .twocol { width: 435px; }
#contents .onecol h2 , #contents .twocol h2{
	margin-bottom: 0;
	height: auto;
	width: auto;
}


.colbox1 {
	background-image: url(http://morinoyu.net/himiko/img/bg03.png);
	padding: 15px;
	background-position: left top;
	background-repeat: repeat;
	width: auto;
}
.colbox2 {
	background-image: url(http://morinoyu.net/himiko/img/bg03.png);
	padding: 10px;
	background-position: left top;
	background-repeat: repeat;
	font-size: 93%;
	line-height: 1.4em;
}
.gmap {
	border-top: 5px solid #F0F0F0;
	border-bottom: 5px solid #F0F0F0;
	border-right: 5px solid #F0F0F0;
	border-left: 5px solid #F0F0F0;
	width: 410px;
	height: 440px;
}
.sukashi1 {
	background-image: url(http://morinoyu.net/himiko/img/sukashi.png);
	background-position: -50px bottom;
	background-repeat: no-repeat;
}
.photobox {
	width: 915px;
	margin-right: -15px;
}

.photocol    {
	width: 290px;
	margin-right: 15px;
	float: left;
	margin-bottom: 40px;
}
.photocol .photo {
	border: 5px solid #666666;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 280px;
	height: 200px;
}
.photocol h3 {
	background-color: #000000;
	padding: 5px 5px 5px 10px;
	color: #F0C460;
	font-weight: normal;
	letter-spacing: 0.1em;
}






table.type1 { width: 100%; }

table.type1 th {
	padding: 8px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}
table.type1 td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

table.type2 {
	width: 100%;
	border: 1px solid #333333;
}

table.type2 th {
	padding: 10px;
	background-color: #F0F0F0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
}
table.type2 td {
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	background-color: #FFFFFF;
}
table.type2 th:last-child,table.type2 td:last-child { border-right: 1px solid #333333; }
table.type2 .dot { border-bottom: 1px solid #CCCCCC; }

ul.asta { padding-left:2em; }
ul.asta li {
    text-indent:-2em;
    list-style-type:none;
}