/*<meta http-equiv="Content-Type" content="text/html; charset=euc-jp" />*/

body{
	text-align:center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	background: url(../images/layout/bg.jpg) repeat-x;
}
#contents{
	width:950px;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#subtitle{
	font-size: 25px;
	letter-spacing: 0.3em;
	color: #FFFFFF;
	line-height: 45px;
	height: 45px;
	background-color: #0066CC;/*#ED7100*/
	padding-left: 20px;
/*	border-bottom: 3px solid #0066CC;*/
}
#pathinfo{
	color: #5F6062;
	padding: 5px;
}
#main{
	margin: 0px 20px;
	clear: both;
	padding: 0px 0px 20px;
}

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

#menu{
	width : 100%;
	height : 35px;
	background-image : url(../images/layout/menu_bg.jpg);
	padding : 0;
	margin : 0;
	clear: both;
}
#menu_in{
	width:95%;
	margin:0 auto;
	padding: 0px;
	text-align:left;
}   
#menu ul{
  text-align:center;
  list-style : none;
  padding : 0;
  margin : 0;
}
#menu li{
	float:left;
	/*	width: 110px;*/
	height: 35px;
	line-height: 35px;
	padding : 0 20px 0 16px;
	margin : 0;
	background: url(../images/layout/menu_list.gif) no-repeat;
}
#menu a:link, #menu a:visited, #menu a:active{
	color:#0066CC;
/*	display:block;
	width: 110px;*/
}
#menu a:hover{
	color: #00CCFF;
	text-decoration: underline;
	text-decoration: none;
}

#submenu{
	width:940px;
	font-size: 12px;
	text-align: right;
	height : 20px;
	line-height: 20px;
	padding : 5px;
	margin : 0;
	clear: both;
} 

/*----- #header #footer -----*/

#header{
	padding : 0;
	margin : 0;
	height: 80px;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: repeat-x;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
}
#footer{
	text-align:center;
	color: #5F6062;
	padding : 0;
	margin : 0;
	border-top: 1px solid #333333;
} 
#header ul, #footer ul{
	padding : 0;
	margin: 0;
}
#header li, #footer li{
	float:left;
	list-style : none;
}


/*----- Tag -----*/


p, td, li{
	line-height: 150%;
}
h1{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 5px;
}
h2{
	color: #003366;
	font-size: 26px;
	line-height: 36px;
	height: 36px;
	margin: 0px 0px 10px;
	padding: 0px;
}
h3{
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	background-color: #0099CC;/*#ED7100*/
	border: 1px solid #527072;
}
h4{
	color: #003399;
}
strong{
	color: #339900;
}

/*----- Link -----*/

a:link, a:visited, a:hover, a:active{
	color:#F27429;
}
a:hover{
	color: #F27429;
	text-decoration: none;
}

/*----- header Link -----*/

#header li a, #footer li a{
	display:block;
	width: 80px;
	border: 1px solid #EEEEEE;
	padding : 0;
	margin: 10px;
}
#header li a:hover, #footer li a:hover{
	background-color:#EEEEEE;
}
