@charset "utf-8";


/*-----------------------------------

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}--*/
html{
	/*background: #000;*/
}

body{
	/*background: url(../img/bg.gif) repeat-y top center #fff;*/
	background-color:#000000
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	
}

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

div#bgHeader{
	margin-bottom: 10px;	/*background: url(../img/bg_gnavi.gif) repeat 0 0;*/
}

/*div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #333;
}

	div#header h1{
		font-size: 20px;
		float: left;
		width: 300px;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 26px 0 0 0;
	}*/
	
div#header{
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#header h1{
	float: left;
	width: 390px;
	font-size: 27px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
	
	
	
/*-------------------------------------*/
/* グローバルナビゲーション */
/*-----------------------------------
	div#header ul#gNavi{
		float: right;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	ul#gNavi li{
		display: block;
		float: right;
		border-left: 1px solid #666;
	}
	
	ul#gNavi li.firstItem{
		border-right: 1px solid #666;
	}
	ul#gNavi li img{
		vertical-align: bottom;
	}
	
	ul#gNavi li.lastItem{
		margin-left: 0;
	}
	
	div#header ul#gNavi li a{
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 30px 15px;
	}

	div#header ul#gNavi li a:hover{
		background: #333;	
	}--*/
div#header ul#gNavi{
	float: right;
	padding-right: 15px;
	margin-top: 8px;
	position: relative;/*ロゴマーク有*/
	top: 30px;
}


div#header ul#gNavi li{
	display: block;
	float: right;
	padding-left: 10px;
	/*font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif!important;*/
	font-size: 13px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;*/
	margin-left: 15px;
}

div#header ul#gNavi li a{
	font-style: normal;
	color: #333;
	text-decoration: none;
}

div#header ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi{
	width: 550px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;*/
}

ul#gNavi li{
	display: block;
	float: left;
	margin-left: 30px;
}

ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi li.firstItem{
	margin-left: 0;
}
	
	

/*-------------------------------------*/
/* フッター */
/*-------------------------------------*/

div#footer{
	text-align: center;
}

	div#footer p#copyright{
	text-align: right;
	color: #666;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif!important;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

/*追加CSS-------------------------------*/
/*ロゴマーク追加*/
#header h1 img {
	margin-right: 10px;
	position: relative;
	top: -10px;
}
/*リンクimg*/
a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
/*iPhone用（文字の大きさを変更しない）*/
body { -webkit-text-size-adjust: none; }

/*-------------------------------------*/
/* リンク文字 */
/*-------------------------------------*/
a{ color:#ffffff; text-decoration:none; outline:none;}
a:hover{color:#FF0020; text-decoration:none; outline:none;}

/*a{ color:#ffffff; text-decoration:underline; outline:none;}
a:hover{color:#FF9900; text-decoration:underline; outline:none;}

a.txtUnder{ text-decoration: underline;}
a.txtUnder:hover{ text-decoration: underline;}*/

