@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


.clear{
	clear: both;
}

a {
	border: none;
	text-decoration: none;
}

/*レイアウト関係----------------------------*/
/*-----------------------フォントサイズなど*/

body{
	font-family: "メイリオ","Osaka","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Std W6","ヒラギノ角ゴ Std W8",sans-serif;
	text-align: center;
	font-size: 80%;
	background:#ffffff;
}



#shadow{
	background: url("../images/img_bg.png") repeat-y;
	margin: 0 auto;
	width: 920px;
}

/*全体の幅指定----------------------------*/

#wrapper{
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

/*ヘッダー部分----------------------------*/

#header{
	width: 900px;
	text-align: left;
}

#hedinner_top{
	background: url("../images/bg_h1.jpg") repeat-x;
	height: 110px;
}

#top_left{
	width: 534px;
	float: left;
}

.h_logo{
	margin-left: 20px;
	margin-bottom: 20px;
	border: none;
}

h1{
	color: #ffffff;
	font-size: small;
	text-align: right;
	padding-right: 20px;
}

#h_right{
	width: 365px;
	float: right;
	height: 50px;
	margin: 0;
	padding-top: 30px;
}

#hed_info{
	clear: both;
	float: right;
	border-left: solid 2px #000;
	font-weight: bold;
	font-size: 110%;
	width: 183px;
	height: 50px;
	margin-right: 283px;
	padding-left: 10px;
}

.h_tel{
	font-size: 138%;
	font-family: "ヒラギノ角ゴ Std W8";
}
	
#h_tocontact{
	padding-right: 20px;
	float: right;
	width: 282px;
	height: 50px;
	text-align: right;
	margin-top: -50px;
}

#h_tocontact img{
	border: none;
}

#main_ime{
	clear: both;
}

/*グローバルメニューの大枠----------------------------*/

#g_navi{
	width: 900px;
	height: 34px;
	background: #000000;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: 0;
	/*clear: both;*/
}

/*グローバルメニュー詳細----------------------------*/

.menu{
	width: 900px;
	height: 34px;
	background: url("../images/bg_gnavi.jpg") repeat-x;
	margin: 0px auto;
}

.menu ul{
	margin:0;
	padding-left:0;
	list-style:none;
	width:900px;
	height: 34px;
}

.menu li{
	float:left;
	width:100px;
}

.g_nomal a{
	display:block;
	padding-top: 7px;
	padding-bottom:5px;
	font-size: 110%;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	width:100px;
	border-right: solid 1px #ffffff;
	height: 22px;

}

.g_side a{
	display:block;
	padding-top: 7px;
	padding-bottom:5px;
	font-size: 110%;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	width:100px;
	height: 22px;
}

.menu a:hover{
	background-color:#FF7E00;
	color: #ffffff;
	
}

/*メイン画像----------------------------*/

#p_main{
	background: url("file:///C|/Users/hitomi/Desktop/進行中/greaproom_web/images/index/img_main.jpg") no-repeat;
	width: 960px;
	height: 300px;
}

.index_btn{
	text-align: right;
	margin-right: 30px;
	padding-top: 225px;

}


.bn_goform{
	border: none;
	text-decoration: none;
}

/*パンくずリスト----------------------------*/

#u_navi{
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}

#u_navi a{
	color: #FF7E00;
	text-decoration: none;
	border: none;
}

#u_navi a:hover{
	color: #333;
}



/*コンテンツ大枠----------------------------*/

#container{
	width: 900px;
	margin-top: 10px;
}

/*サイドバナー部分----------------------------*/

#side_banner{
	width: 200px;
	float: left;
}

#side_banner_inner{
	width: 200px;
	margin-top: 10px;
	padding-left: 20px;
}

.bn_photo{
	margin-bottom: 10px;
	border: none;
	text-decoration:none;
}

/*コンテンツ部分ベース----------------------------*/

#contents{
	width: 660px;
	float: right;
	margin-bottom: 50px;
	margin-left: 0;
	
}

#contents_inner{
	width: 660px;
	margin-top: 10px;

}

.cont_box{ 
	width: 635px;
	margin-top: 10px;
	border: solid 2px #F7B525;
	height: auto;
	margin-left: 0;
	padding-left: 0;
}

.p_title{
	margin-top: 10px;
}

.p_contents{
	padding-left: 10px;
}

.clear_zero{
	visibility: hidden;
	font-size: xx-small;
	clear: both;
}

.c_boxinner{
		width: 620px;
		margin-top: 10px;
		margin-bottom: 10px;
}


/*フッター部分----------------------------*/

#footer{
		clear: both;
		width: 900px;
}

#href_top{
	width: 130px;
	margin-left: 730px;
	padding: 5px 10px;
	background: #F7B525;
}

#href_top a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


#f_navi{
	background: #F7B525;
	padding-top: 15px;
	padding-bottom: 8px;
	color: #ffffff;
}

#f_navi p{
	text-align: center;
	font-size: 95%;
	margin-right: 10px;
	bargin-bottom: 10px;
}

#f_navi p a{
	color: #ffffff;
	text-decoration: none;
}

#f_navi strong{
	font-weight: normal;
	color: #ff6633;
}

#f_navi p a:hover{
	/*background: #ffffcc;*/
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;


}

.f-logo{
	padding-bottom: 10px;

}


#copyright{
	text-align: right;
	background: #F7B525;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	padding-right: 20px;

}

em{
	visibility: hidden;
}



