/* CSS Document */

/*--------------------------------------------------------------*/
/*                   base style                               */
/*--------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}

/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#copy {
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
}
body {
	background-color: #F1E2BA;
	text-align:center;
	font-size: 1em;
	background-image: url(../img/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#background {
	position: absolute;
	height: 300px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-position: top;
}
/* End hide from IE-mac */






#wrapper {
	width: 760px;
	text-align:left;
	margin:0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#area {
	position: relative;
}
#leftArea {
	float: left;
	width: 170px;
	text-align: center;
	padding-left: 85px;
}
#yamaboshi {
	margin-top: 120px;
	height: 55px;
	width: 155px;
	display: block;
	background-image: url(../img/rogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#yamaboshi h1 {
	display: none;
}
#rightArea {
	float: right;
	margin-top: 175px;
	width: 475px;
}
#footer {
	display: block;
	width: 760px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center bottom;
	margin-top: 30px;
	padding-bottom: 50px;
}
#footer p {
	margin-left: 255px;
	text-align: center;
	margin-right: 55px;
}



/*--------------------------------------------------------------*/
/*                   menu                                       */
/*--------------------------------------------------------------*/



#mainMenu {
	margin-top: 60px;
	width: 170px;
}
#mainMenu ul {
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#mainMenu li {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#mainMenu li a {
	width /**/ : 170px;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/menu.gif);
	height: 35px;
	line-height: 0px;
}
#mm1 a{
 background-position:0px 0px;
}
#mm2 a{
 background-position:0px -35px;
}
#mm3 a{
 background-position:0px -70px;
}
#mm4 a{
 background-position:0px -105px;
}
#mm5 a{
 background-position:0px -140px;
}
#mm6 a{
 background-position:0px -175px;
}
#mm7 a{
 background-position:0px -210px;
}
#mm1 a:hover{
 background-position:-170px -0px;
}
#mm2 a:hover{
 background-position:-170px -35px;
}
#mm3 a:hover{
 background-position:-170px -70px;
}
#mm4 a:hover{
 background-position:-170px -105px;
}
#mm5 a:hover{
 background-position:-170px -140px;
}
#mm6 a:hover{
 background-position:-170px -175px;
}
#mm7 a:hover{
 background-position:-170px -210px;
}
.area {
	border: 1px solid #CCCCCC;
	margin-top: 30px;
	width: 390px;
	text-decoration: none;
	position: relative;
}
