@charset "utf-8";

/* 全体 */
html{
	width: 100%;
	height: 100%;
}

body{
	background: #ffffff;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #555555;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #df0063;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

textarea,input,select{
	font-size: 14px;
	line-height: 18px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #555555;
}

select{
	font-size: 12px;
	line-height: 16px;
}

.shadow{
	box-shadow: 3px 3px 5px #a7a7a7;
	-moz-box-shadow: 3px 3px 5px #a7a7a7;
	-webkit-box-shadow: 3px 3px 5px #a7a7a7;
	position:relative;
	behavior: url("PIE/PIE.htc");
}

.shadow2{
	box-shadow: 3px 3px 5px #a7a7a7;
	-moz-box-shadow: 3px 3px 5px #a7a7a7;
	-webkit-box-shadow: 3px 3px 5px #a7a7a7;
	position:relative;
	behavior: url("../PIE/PIE.htc");
}

.radius{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	behavior: url("PIE/PIE.htc");
}

#wrapper{
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
}

#header{
	background: url(//9jin.com/img/all/bg.png) no-repeat top center;
	position: relative;
	width: 964px;
	margin: 0 auto;
}

#footer{
	width: 100%;
	background: url(//9jin.com/img/all/footer_bg.jpg);
	color: #ffffff;
	padding: 30px 0;
}

#footer #copyright{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

h1#logo a{
	display: block;
	width: 950px;
	height: 80px;
	margin: 0 auto;
	background: url(//9jin.com/img/all/logo.jpg?v2) no-repeat;
	text-indent: -9999px;
}

#container{
	background: url(//9jin.com/img/all/menu_shadow2.jpg) repeat-x top center;
}

#contents{
	background: url(//9jin.com/img/all/bg.png) no-repeat 0 -390px;
	width: 964px;
	margin: 0 auto;
}

#contents2{
	background: url(//9jin.com/img/all/bg2.png) no-repeat bottom;
}

#contents_inner{
	background: url(//9jin.com/img/all/menu_shadow.jpg) no-repeat;
	width: 950px;
	margin: 0 auto;
	min-height: 380px;
	padding: 30px 0 10px;
}

h2.title{
	text-align: left;
	font-size: 16px;
	color: #555555;
	border-width: 0px 0px 0px 7px;
	border-style: solid;
	border-color: 9FF;
	padding: 2px 12px 2px 5px;
	margin-bottom: 20px;
	background: none repeat scroll 0% 0% #FFF;
	letter-spacing: 1px;
}

h2.title span{
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.box{
	overflow: hidden;
	padding: 0 30px;
}

.box p{
	text-align: left;
	padding: 0 10px 20px;
}

.bx-wrapper{
	margin: 0 auto !important;
	border: none !important;
	box-shadow: none !important;
}


/********** メニュー **********/
#menu{
	position: relative;
	overflow: hidden;
	background: url(//9jin.com/img/all/menu_bg.jpg) repeat-x;
	height: 60px;
	min-width: 964px;
}

#nav{
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: url(//9jin.com/img/all/menu.jpg) no-repeat top center;
}

#nav li{
	float: left;
	height: 60px;
	width: 178px;
}

#nav li a,
#nav li span{
	display: block;
	height: 60px;
	width: 178px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#nav li a:hover{
	background-image: url(//9jin.com/img/all/menu.jpg);
}

#menu01{
	margin-left: 30px;
}

#menu01 a:hover{
	background-position: -30px -60px;
}

#menu02 a:hover{
	background-position: -208px -60px;
}

#menu03 a:hover{
	background-position: -386px -60px;
}

#menu04 a:hover{
	background-position: -564px -60px;
}

#menu05 a:hover{
	background-position: -742px -60px;
}


/********** メニュー ここまで **********/
