body {
color: #666;
font: 9pt Arial, Helvetica, sans-serif;
line-height: 13pt;
background-image:url(../_commonimg/header/bg.gif);
background-repeat:repeat-x;
margin: auto;
width: 1000px;
border-right: 1px solid #333;
border-left: 1px solid #333;
}

#header{
	width: 1000px;
	height:105px;
	border-bottom:#448ccb solid 1px;
}

#logo{
	width:250px;
	height:80px;
	float:left;
	margin-left:10px;
}

#logo a img{
	border-style:none;
}

#navi{/*グローバルナビ*/
width:650px;
height:40px;
float:right;
margin-top:40px;
background-image:url(../_commonimg/header/navi-bg.gif);
}

.navileft{
	float:left;
	width:10px;
	height:40px;
	background-image:url(../_commonimg/header/navi-bg1.jpg);
}

.naviright{
	float:right;
	width:640px;
	height:40px;
}

#navi ul{
	padding :0;
	margin:0 ;
}

#navi li{
	display : inline;
	float:left;
	margin:0;
	padding:13px 10px 0;
}

#navi a{
	color:#FFF;
	font-weight:bold;
	border-left:solid 3px #6CC;
	padding-left:5px;
}

#navi a:hover{
	border-left:solid 3px #F90;
}

h1 {/*最上部キャッチ*/
height: 20px;
font-size: 7.5pt;
margin:5px 0 0;
text-align:right;
color:#999;
}

p{
	margin: 0;
	text-align: left;
}

a:link  {
color: #4271bd;
font-size: 9pt;
line-height: 12pt;
text-decoration: none;
}

a:hover  {
color: #FF6600;
font-size: 9pt;
line-height: 12pt;
text-decoration: none;
}

a:visited  {
color: #69c;
font-size: 9pt;
line-height: 12pt;
text-decoration: none;
}

#root{
	width:980px;
	height:20px;
	background-color:#FFF;
	padding:3px 10px;
}

#mainframe{/*コンテンツ大枠*/
background-color:#FFFFFF;
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#wrapper{/*左と中のコンテナ*/
	width:790px;
	float:left;
}

#menu-left{/*左メニュー枠*/
width:160px;
float:left;
background-image:url(../_commonimg/menu/menu-bg.gif)
}

#menu-right{/*右メニュー枠*/ 
width: 200px;
float:right;
}

#contents{/*中*/
width:620px;
float:right;
}

.clearfix{/*回り込み回避用*/
overflow:hidden;
}

address{/*下部住所*/
text-align:center;
margin:15px 0 5px 0 ;
font-style:normal;
}

#footer{/*大枠*/
	background-color:#FFFFFF;
	width:1000px;
	clear:right;
}

#footernavi{
	border-top:solid 1px #CCC;
	text-align:center;
	margin:10px 0;
}

#cr{/*コピーライト*/
	background-image:url(../_commonimg/footer/footer-bg.gif);
	font-size: 8pt;
	height: 20px;
	width: 1000px;
	text-align: center;
}

em{
	color:#F90;
	font-weight:bold;
	font-style:normal;
}

.text {
	width:555px;
	padding:10px;
	border:none
}
