@charset "Shift_JIS";

/*共通*/
*{
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:top;
	font-family: "Century Gothic", Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", sans-serif;
	font-color:#333;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
}

ul, ol, dl, li { 
	list-style-type: none;	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

p{
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 160%;
}

img{
	margin:0;
	padding:0
}

a img { 
	border: none;
}

a{
	text-decoration:none;
	color:#333333;
}

a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
} 

a:visited {
	text-decoration:none;
	color:#333333;
} 



/* ヘッダー　*/
#header {
	width: 920px;
	background: #FFF;
	margin: auto;
	padding: 20px 0;
}

#header_left{
	width: 200px;
	height:99px;
	float:left;
}

#header_right{
	width: 720px;
	height:99px;
	text-align:right;
	float:right;
}

#info {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:11px;
	position : relative ;
	margin:auto 0;
	height:55px;
}

#info ul{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:10px;
	position : absolute ;
	bottom : 11px ;
	right : 0;
	margin:auto 0;
	text-align:right;
	color: #999999;
}
	
#info li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:11px;
	display:inline;
	padding-left:15px;
	padding-right:15px;
	border-left:1px solid #777;
}

#menu {
	position : relative ;
	width: 720px;
	height:44px;
}
	
#menu ul{
	position : absolute ;
	bottom : 10px ;
	right : 0;
	margin:auto;
	text-align:right;
}
		
#menu li{
	display:inline;
	padding-left:15px;
	padding-right:15px;
}


/*本文*/
#content {
	width: 920px;
	background: #FFF;
	margin: auto;
}


/* ~~ フッター ~~ */
#footerbg {
	color: #FFFFFF;
	background-color: #333333;
}

#footer {
	font-family: "Century Gothic", Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	width: 920px;
	margin:auto;
}

#footer_menu{
	width:130px;
	float:left;
	margin-top:20px;
	margin-bottom:35px;
}

.footer_tit {
	font-family: "Century Gothic", Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-bottom:10px;
	text-decoration:none;
}

.footer_tit a:link{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

.footer_tit a:hover{
	font-weight: bold;
	font-size: 9pt;
	color:#cccccc;
	background-color: #333333;
}
.footer_tit a:visited{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

.footer_text ul{
	font-family: "Century Gothic", Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", sans-serif;
	color: #FFFFFF;
	text-align: left;
}

.footer_text a:link{
	line-height: 200%;
	font-size: 8.5pt;
	text-decoration:none;
	color:#FFFFFF;
}
.footer_text a:hover{
	line-height: 200%;
	font-size: 8.5pt;
	color:#cccccc;
	background-color: #333333;
}
.footer_text a:visited{
	line-height: 200%;
	font-size: 8.5pt;
	text-decoration:none;
	color:#FFFFFF;
}

#footer_info {
	width:920px;
	text-align:right;
	margin-bottom:20px;
}

#footer_bottombg {
	color: #666666;
	background-color: #FFFFFF;
}

#footer_bottom {
	background-color: #FFFFFF;
	margin: auto;
	width: 920px;
}

.footer_bottex {
	color: #666666;
	text-align: right;
	float:right;
}
.footer_bottex li{
	padding-left:20px;
	margin: 0;
	display:inline;
	text-align:right;
}
.footer_bottex a:link{
	font-size: 8.5pt;
	text-decoration:none;
	color:#666666;
}
.footer_bottex a:hover{
	font-size: 8.5pt;
	text-decoration:none;
	color:#666666;
}
.footer_bottex a:visted{
	font-size: 8.5pt;
	text-decoration:none;
	color:#666666;
}