@charset "utf-8";

/*
=======CONTENTS=======
 
 1,header
 2,mainContents
 3,sidebar
 4,footer
 
 ============
 */

*{
	margin:0;
	padding:0;
	}
	
body {
	background:url(../images/bg.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";
}
img{
	border:0;
	}
p{
	font-size:80%;
	margin:0px;
	padding:0px;
	line-height:170%;
	color:#666666;
	letter-spacing: 0.1em;
}

a{
	color:#666666;
}

a:hover{
	color:#EC7228;
	}

#wrapper {
	width:100%;
	margin:0px auto;
	height:auto;
	padding:0;

}
/*-----------------------------------------------------------1,header*/
#header{
	width:984px;
	height:195px;
	padding:0;
	margin:0 auto;
	text-align: right;
	background:url(../images/header.jpg) no-repeat top left;
}
#header img{
	margin:0px;
	padding:15px 33px 2px 0;
}
#header h1{
	margin:0;
	height:18px;
	padding:8px 0px 0px 0px;
	font-size:11px;
	color:#ffffff;
}
#navi{
	width:810px;
	height:59px;
	padding:7px 0 0 169px;
	text-align:left;
}
#navi img,#navi ul{
	padding:0;
	margin:0;
	border: none;
}
#navi li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navi a.menu1{
  display: block;
  position: relative;
  text-decoration: none;
  width: 219px;
  height: 59px;
}
#navi a.menu2{
  display: block;
  position: relative;
  text-decoration: none;
  width: 168px;
  height: 59px;
}
#navi a.menu3{
  display: block;
  position: relative;
  text-decoration: none;
  width: 232px;
  height: 59px;
}
#navi a.menu4{
  display: block;
  position: relative;
  text-decoration: none;
  width: 189px;
  height: 59px;
}



#navi a.menu1:hover,#navi a.menu2:hover,#navi a.menu3:hover,#navi a.menu4:hover{
	border: none;
}

#navi a.menu1:hover span,#navi a.menu2:hover span,#navi a.menu3:hover span,#navi a.menu4:hover span{
  background-position: right top;
}

#navi a.menu1 span {
  background: url(../images/menu01.gif) left top no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 219px;
  height: 59px;
}

#navi a.menu2 span {
  background: url(../images/menu02.gif) left top no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 59px;
}

#navi a.menu3 span {
  background: url(../images/menu03.gif) left top no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 232px;
  height: 59px;
}

#navi a.menu4 span {
  background: url(../images/menu04.gif) left top no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 189px;
  height: 59px;
}
	
#contentnavi{
	height:20px;
	clear:both;
	font-size:12px;
	padding:25px 0 0 65px;
	}
	
#contentnavi img{
	float:left;
	padding:0;
	}
	
#contentnavi p{
	padding:1px 0 0 0;
	}

/*-----------------------------------------------------------2,mainContents*/
#contents{
	width:984px;
	min-height:600px;
	height: auto !important;
	height: 600px;
	margin:0 auto;
	padding:0;
	background:url(../images/sidebar_bg.gif) repeat-y right top;
}

#main {
	width:650px;
	padding:0;
	line-height:150%;
	text-align:left;
	float:left;
	}
#main h2{
	height: 28px;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	padding:12px 0px 10px 20px;
	background:url(../images/h2bg.gif) no-repeat;
	}
	
#main h2.news{
	clear:both;
	height: 38px;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	padding:13px 0px 0 20px;
	margin:0 0 10px 0;
	background:url(../images/h2bg.gif) no-repeat;
	}
#main p {
	padding:5px 20px;
	margin:10px 0 10px 0; 
	}
	
.line {
	color:#5F5F5F;
	font-weight:bold;
	padding:5px;
	margin:10px 0;
	background:#E8E8E8;
	}
	
#contentsnavi{
	padding:10px 0 10px 0;
	font-size:80%;
	width:100%;
	}
	
#main ul {
	list-style:none;
	padding:10px 10px 10px 20px;
	margin:0;
	font-size:80%;
	line-height:200%;
	}
#main li{
	padding:0 0px 0 22px;
	height:30px;
	color:#666666;
	background:url(../images/list_icon.gif) no-repeat 0 5px;
	}
#special{
	height:328px;
	}
	
.topSubMenu{
	width:320px;
	padding:0;
	margin:10px 0 0 0;
	float:left;
	}
/*-----------------------------------------------------------3,sidebar*/
#sidebar{
	float:right;
	width:285px;
	text-align: left;
	padding:0;
	height:100%;
	background:#EFEFEF;
}

.menu {
	width:310px;
	padding:0px;
	margin:0;
	background:url(../images/profile_bg.gif) repeat-y;
	float:right;
	}
	
.menu ul {
	list-style:none;
	padding:10px;
	margin:0;
	font-size:80%;
	}	
.menu li{
	padding:0 0 0 30px;
	background:url(../images/list_icon.gif) no-repeat 5px 10px;
	color:#666666;
	line-height:280%;
	width:250px;
	}
		
.menu p {
	padding:0;
	margin:0;
	}

.profile {
	width:310px;
	padding:0px;
	margin:0;
	float:right;
	background:url(../images/profile_bg.gif) repeat-y;
	}
.profile ul {
	list-style:none;
	padding:10px;
	margin:0;
	font-size:80%;
	}
	
.profile li{
	padding:5px 0 0 10px;
	color:#666666;
	line-height:280%;
	width:230px;
	}

.profile p {
	padding:0 20px 0 0;
	margin:0 20px 15px 18px;
	}
	
.profile img {
	padding:0;
	margin:0;
	}

/*-----------------------------------------------------------4,footer*/
#footer{
	clear:both;
	padding:0;
	margin:0 auto;
	width:100%;
	font-size:12px;
	background: url(../images/footer.gif) repeat-x;
	color:#ffffff;
	}
#footer a{
	color:#666666;

	}
#footer a:hover{
	color:#000000;
	text-decoration: none;
	}
	
#footerNavi{
	clear:both;
	text-align: left;
	padding:0 20px 20px 20px;
	margin:0 auto;
	width:900px;
	}
#footerNavi p{
	padding:0 0 0 90px;
	line-height:250%;
	}
#footerNavi p.Fcontent{
	background: url(../images/f_navi01.gif) no-repeat 0 35px;
	margin:0 0 10px 0;
	padding:30px 0 0 90px;
	}
#footerNavi p.Fmedia{
	background: url(../images/f_navi02.gif) no-repeat 0 5px;
	margin:10px 0 0 0;
	padding:0 0 0 90px;
	}
#footerNavi li{
	float:left;
	padding:2px 8px 0 5px;
	min-width:40px;
	width: auto !important;
	width: 40px;

	}

address {
	height:100%;
	padding:10px 0 70px 0;
	text-align: center;
	font-size: 11px;
	font-style:normal;
	color:#666666;
}

/*-------------------------------------for any--*/

.clear{
	clear:both;
}

#pagetop{
	text-align:right;
	width:984px;
	padding:0;
	margin:0 auto;
	}
