@charset "shift_jis";

/*リセット
-----------------------------------------------------▼--▼--▼---*/
* {
	margin: 0px;
	padding: 0px;
}

/*body
-----------------------------------------------------▼--▼--▼---*/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 150%;
	width: 100%;
	text-align: center;
	color: #555555;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
}


/*リンクテキストカラー
-----------------------------------------------------▼--▼--▼---*/
a {
	color: #CC9900;
	text-decoration: none;
}

a:hover {
	color: #CCCC66;
	text-decoration: underline;
}




/*container
-----------------------------------------------------▼--▼--▼---*/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/*ヘッダー
-----------------------------------------------------▼--▼--▼---*/
#header {
	background-image: url(../img/bg_headder.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 900px;
	text-align: left;
} 
#header span{   
	position: relative;   
	z-index: -1;
}


/*ヘッダー左側【ロゴ部分】
-------------------------------*/
.logo {
	float: left;
	background-image: url(../img/logo_f2.jpg);
	background-repeat: no-repeat;
	width: 230px;
	margin-top: 20px;
}
.logo a {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 230px;
	color: #FFFFFF;
} 
.logo a:hover {
	background-image: none;
	text-decoration: none;
}


/*ヘッダー右側部分
-------------------------------*/
#h_right {
	float: right;
	width: 670px;
	text-align: right;
}
.h_contact {
	background-image: url(../img/h_contact_f2.jpg);
	width: 168px;
	height: 30px;
	margin-left: auto;
	background-repeat: no-repeat;
}

.h_contact a {
	background-image: url(../img/h_contact.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 168px;
	display: block;
} 
.h_contact a:hover {
	background-image: none;
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}


/*左側
-----------------------------------------------------▼--▼--▼---*/
#left_side {
	float: left;
	width: 230px;
	text-align: center;
}



/*ナビ
-------------------------------------*/ 
#left_side span{   
	position: relative;   
	z-index: -1;
}
#left_side li {
	list-style-type: none;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#navi {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#navi a {
	color: #999999;
	font-size: 12px;
}
#navi a:hover {
	color: #CC9933;
	text-decoration: none;
}

.home {
	background-image: url(../img/bg_navi_home_f2.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 229px;
}
.home a {
	background-image: url(../img/bg_navi_home.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 229px;
	color: #FFFFFF;
}
.home a:hover {
	text-decoration: none;
	background-image: none;
}



.web {
	background-image: url(../img/bg_navi_web.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 229px;
}

.gra {
	background-image: url(../img/bg_navi_gra.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 229px;
}

.dig {
	background-image: url(../img/bg_navi_dig.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 229px;
}

.other {
	background-image: url(../img/bg_navi_other.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 229px;
}

.about {
	background-image: url(../img/bg_navi_about.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 229px;
}

.contact {
	background-image: url(../img/bg_navi_contact.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 229px;
}

.li_space_bottom {
	height: 40px;
}




/*右側
-------------------------------------*/
#right_side {
	float: right;
	width: 670px;
	text-align: right;
}
#right_in {
	text-align: left;
	width: 660px;
	margin-left: auto;
}



/*フッター
-----------------------------▼---*/
#footer {
	text-align: right;
	padding-top: 10px;
	margin-left: auto;
}
#footer ul {
	width: 280px;
	margin-left: auto;
}


#footer li {
	float: left;
	list-style-type: none;
	color: #999559;
}

#footer a {
	color: #999559;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



/*著作権表記
-----------------------------------------------------▼--▼--▼---*/

#copy {
	clear: both;
	text-align: center;
	margin-top: 10px;
}
address {
	font-style: normal;
	color: #CCCCCC;
	padding-top: 50px;
	text-align: left;
	font-size: 11px;
	clear: both;
	padding-bottom: 50px;
}
