@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}


a:link { text-decoration:underline; color:#030; }



body {
  background: #F5F5F1;
  text-align: center;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:74.5%;
  line-height:1.5;
}


li {
	list-style:none;
	line-height:1.3;
	margin-bottom: 10px;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/


#container {
  text-align: left;
  background: #FFF;
  margin: 0 auto;
  padding: 50px;
  width: 860px;
  height: auto;
  overflow: hidden;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width: 800px;
	height: auto;
	/* background-image: url(img/logo.gif); */
  	background-repeat: no-repeat;
	margin: 10px 30px;
	
}


/* __main
------------------------------------------*/

#main {
	width: 800px;
	height: auto;
	background: #FFF;
	/* background-image: url(img/logo.gif); */
	float: left;
	margin: 5px 30px;
	display: inline;
}


#left {
	background: #FFF;
	width: 240px;
	float: left;
	height: auto;
	margin-right: 10px;
}


#right {
	width: 550px;
	float: left;
	background: #FFF;
	height: auto;
}

.box_s {
	width: 120px;
	height: auto;
	margin: 10px auto;
	float:left;
	}

/* __sub
------------------------------------------*/

#sub {
	width: 800px;
	height: auto;
	/* background-image: url(img/logo.gif); */
  	background-repeat: no-repeat;
	margin: 5px 30px;
	float: left;
}


#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	padding:5px 10px;
}


	
#footer {
	float: left;
	width: 800px;
	height: 20px;
	background: #fff;
	margin: 10px 30px;
}



/* left start */

#navi ul {
    width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
	}


#navi li {
    list-style: none;
    padding: 0 5px;
    width: 65px;
    float: left;
    border-style: none;
	}


#navi a .home {
	border: none;
	}

#navi a:hover {
	position:relative; top:2px; left:2px;
	}


#navi img {
	border: none;
	}


/* /left end */


/* text */

br {
letter-spacing:0;
	}

p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 17px;
	}


h1 {display: inline; position: absolute; left: -9999px;
	}


h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	}
	
h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
}

.style3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Verdana", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 11px;
	}

.style4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Pゴシック", sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
.style5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
	font-size: 9.5px;
	}

.box {
	width: 240px;
	height: auto;
	margin: 10px 0;
	}

/* /text */

/* IE7用 */	*:first-child+html .style4 {font-size:80%; font-family: sans-serif; font-style: normal;}
/* IE4-6用 */	* html .style4 {font-size:80%; font-family: sans-serif;font-style: normal;}
