/* *--------------------------------* *
   * 共通CSS
   * 作成日：2007/02/04(中島)
 * *--------------------------------* */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", sans-serif;
}

body {
	background-image: url("../img/bg.gif");
}

/* *--------------------------------* *
   * outline
 * *--------------------------------* */
div#wrapper {
	margin: 0 auto;
	width: 641px;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	background-color: #fff;
}
#wrapperHeader{
	width: 645px;
	height: 15px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: url("../img/line_ue.gif") no-repeat center bottom;
}
#wrapperBottom{
	width: 645px;
	height: 15px;
	margin: 0 auto 5px auto;
	background: url("../img/line_sita.gif") no-repeat center top;
}
/* *--------------------------------* *
   * header
 * *--------------------------------* */
div#header {
	border-bottom: 6px solid #095cb5;
}
#header h1{
	font-size: 9px;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1 img{
	border: 0;
}

/* *--------------------------------* *
   * menu
 * *--------------------------------* */
div#menu {
	float: left;
	/*margin: 10px 0 10px 7px;*/
	margin: 10px 0 0 7px;
	width: 200px;
	border: 2px solid #333;
	border-bottom: 0;
	background-color: #ffffff;
}
#menu img{
	border: 0;
}
#menu h2 {
	padding: 15px 0 2px 10px;
	border-bottom: 2px solid #cccccc;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
#menu ul {
	list-style-image: url("../img/point.gif");
}
#menu ul li {
	margin-left: 24px;
}
#menu ul li a {
	display: block;
	width: 170px;
	margin: 14px 0px;
	padding: 5px 0;
	color: #666666;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
}
#menu ul li a:hover {
	background-color: #ddebf4;
}
#menulist {
	width: 200px;
	padding-bottom: 74px;
	background: url("../img/line.gif") no-repeat center bottom;
}
#news{
	/*margin: 15px 7px 0 7px;*/
	margin: 15px 7px;
	border: 5px solid #095cb5;
	background-color: #ecefff;
}
#news p{
	line-height: 120%;
	margin: 0 7px;
	color: #666;
	font-family: "MS UI Gothic", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#news1{
	margin-top: 10px !important;
	color: #fa9044 !important;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}
#news2{
	color: #fa9044!important;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
}
#news3{
	letter-spacing: 0.1em;
	font-size: 70%;
	text-align: center;
}
#news4{
	text-align: left !important;
	letter-spacing: 0.1em;
	font-size: 75%;
}
#news5{
	text-align: left !important;
	letter-spacing: 0.1em;
	font-size: 65%;
}
#friendly{
	font-size: 60%;
}
/* *--------------------------------* *
   * main
 * *--------------------------------* */
div#main {
	width: auto;
	padding-left: 223px;
	line-height: 130%;
	color: #666666;
	background-image: url("../img/white.gif");
	background-repeat: repeat-y;
	background-position: 7px 0;
	_background-position: 14px 0;
}
#main h2{
	margin-top: 15px;
	font-size: 110%;
}
#main h3{
	margin: 20px 0 13px 0;
	padding-left: 10px;
	background-color: #0f6baa;
	color: #ffffff;
	font-size: 90%;
}
#mainCnt {
	margin: 10px 15px 0 0;
}
#mainCnt img{
	border: 0;
}
#mainCnt p{
	margin-top: 15px;
	font-size: 75%;
}
#mainCnt dl{
}
#mainCnt dt{
	margin: 15px 0 8px 0;
	font-weight: bold;
	font-size: 85%;
}
#mainCnt dd{
	margin-left: 10px;
	font-size: 75%;
}
#mainCnt ul{
	list-style-type: none;
}
#mainCnt li{
	margin: 15px 0 0 10px;
	font-size: 75%;
}
/* *--------------------------------* *
   * footer
 * *--------------------------------* */
div#footimg {
	clear: left;
	width: 100%;
	height: 30px;
	background-image: url(../img/upwel2.gif);
	background-repeat: no-repeat;
	background-position: 7px 0;
	_background-position: 14px 0;
}

div#footer {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	border-top: 5px solid #666666;
	text-indent: 20px;
	font-size: 80%;
}

div#footer a{
	color: #666666;
	text-decoration: none;
}