
/*	共通	*/

* {
	margin:0px;
	padding:0px;
	font-size:11pt;
	line-height:1.5;
}
div.float_clear {
	clear:both;
}
img {
	border:0px;
}
span.bold {
	font-weight:bold;
}
span.f9 {
	font-size:9pt;
}
span.f10 {
	font-size:10pt;
}
span.f11 {
	font-size:11pt;
}
span.f12 {
	font-size:12pt;
}
/*---------------------------------------------------------------------*/

/*	基本	*/
html,body {
	text-align:center;
	width:100%;
}
body {
	background:#666666 url(../img/common/background.jpg) repeat-x;
}

table#base {
	margin:auto;
	border-collapse: collapse;
	margin-top:30px;
	width:850px;
}
h1 {
	text-align:left;
	font-weight:bold;
	color:#cccccc;
	margin:10px 30px; 
}
div.h1_title {
	background:url(../img/common/h1_title.jpg) no-repeat;
	width:641px;
	height:40px;
	margin:auto;
}
div.h1_title h1 {
	text-align:left;
	margin-left:60px;
	padding-top:7px;
	color:#ffffff;
	font-weight:bold;
	font-size:12pt;
}

div.h2_title {
	background:url(../img/common/h2_title.jpg) no-repeat;
	width:297px;
	height:40px;
	margin:auto;
}
div.h2_title h2 {
	text-align:left;
	margin-left:50px;
	padding-top:9px;
	color:#ffffff;
	font-weight:bold;
}
div.h2_title2 {
	background:url(../img/common/h2_title2.jpg) no-repeat;
	width:641px;
	height:40px;
	margin:auto;
}
div.h2_title2 h2 {
	text-align:left;
	margin-left:60px;
	padding-top:7px;
	color:#ffffff;
	font-weight:bold;
	font-size:12pt;
}
div.h2_title3 {
	background:url(../img/common/h2_title3.jpg) no-repeat;
	width:386px;
	height:40px;
	margin:auto;
}
div.h2_title3 h2 {
	text-align:left;
	margin-left:60px;
	padding-top:7px;
	color:#ffffff;
	font-weight:bold;
	font-size:12pt;
}

div#blankspace {
	width:690px;
	height:10px;
}
div.box {
	width:640px;
	padding-top:20px;
	margin:auto;
}
div.box p {
	margin-bottom:15px;
}


/*	ヘッダー	*/
div#header_title {
	background:url(../img/common/header_title.jpg) no-repeat;
	color:#ffffff;
	font-weight:bold;
	width:850px;
	height:40px;
	text-align:center;
}
div#header_title p {
	padding-top:13px;
	font-size:11pt;
}
div#header_title a {
	text-decoration:none;
	color:#ffffff;
	font-size:11pt;
}
div#header_title a:hover {
	color:#ff941b;
}

/*　ナビ	*/
td#navi {
	background-color:#cccccc;
	text-align:center;
}
td#navi img {
	border:0px;
}
#navi_base {
	width:160px;
	overflow:hidden;
}
#navi_base li {
	width:160px;
	height:41px;
	display:block;
}
#navi_base li a {
	display:block;
	overflow:hidden;
	background-image: url(../img/navi/navi.jpg);
	width:160px;
	height:41px;
	text-indent: -9999px
}
#navi1 a {background-position:0px 0px;}
#navi2 a {background-position:0px -41px;}
#navi3 a {background-position:0px -82px;}
#navi4 a {background-position:0px -123px;}
#navi5 a {background-position:0px -164px;}
#navi6 a {background-position:0px -205px;}
#navi7 a {background-position:0px -246px;}
#navi8 a {background-position:0px -287px;}
#navi9 a {background-position:0px -328px;}
#navi10 a {background-position:0px -370px;}

#navi1 a:hover {background-position:160px 0px;}
#navi2 a:hover {background-position:160px -41px;}
#navi3 a:hover {background-position:160px -82px;}
#navi4 a:hover {background-position:160px -123px;}
#navi5 a:hover {background-position:160px -164px;}
#navi6 a:hover {background-position:160px -205px;}
#navi7 a:hover {background-position:160px -246px;}
#navi8 a:hover {background-position:160px -287px;}
#navi9 a:hover {background-position:160px -328px;}
#navi10 a:hover {background-position:160px -370px;}

/*
20	/* global navi normal
22	    #navi1 a { width:100px; background-position:0       0;}
23	    #navi2 a { width:100px; background-position:-100px  0;}
24	    #navi3 a { width:100px; background-position:-200px  0;}
25	    #navi4 a { width:100px; background-position:-300px  0;}
26	 
27	/* global navi rollover
29	    #navi1 a:hover  { width:100px; background-position:0       -30px;}
30	    #navi2 a:hover  { width:100px; background-position:-100px  -30px;}
31	    #navi3 a:hover  { width:100px; background-position:-200px  -30px;}
32	    #navi4 a:hover  { width:100px; background-position:-300px  -30px;}
33	        
*/



div#recruit {
	background:url(../img/common/recruit_base.jpg) no-repeat;
	width:146px;
	height:322px;
	margin:20px auto;
	text-align:left;
}
div#recruit div#recruit_title {
	font-size:10pt;
	padding-top:10px;
	text-align:center;
}
#recruit_cat {
	height:271px;
	overflow-y:scroll;
}
div#recruit ul {
	margin-top:10px;
	padding-left:20px;
}
div#recruit li {
	font-size:10pt;
	line-height:1.3;
}
div#bni_rss {
	margin:5px auto 20px auto;
	overflow:scroll;
	width:150px;
	height:200px;
	border:1px solid #000000;
	background-color:#ffffff;
	border-collapse: collapse;
	padding-top:5px;
}
table#new_blog {
	width:500px;
	
}
table#new_blog td {
	padding:0px;
	font-size:8pt;
}
table#new_blog td.new_blog {
	text-align:left;
	padding-left:3px;
	border-bottom:1px dashed #cccccc;
}
table#new_blog td.new_blog a {
	text-decoration:none;
	color:#000000;
	font-size:8pt;
}
table#new_blog td.new_blog a:hover {
	color:#ff941b;
}
/*	メイン	*/
td#main {
	background-color:#ffffff;
	text-align:center;
}

/*	フッター	*/
td#fotter {
	background:url(../img/common/fotter.jpg) no-repeat;
	width:850px;
	height:80px;
}
div#fname {
	color:#ffffff;
	text-align:center;
}
div#fname p {
	font-size:11pt;
}
div#fname a {
	text-decoration:none;
	color:#ffffff;
	font-size:11pt;
}
div#fname a:hover {
	color:#ff941b;
}
div#flink {
	width:850px;
	text-align:center;
	margin-top:10px;
}
div#flink a {
	text-decoration:none;
	color:#ffffff;
	font-size:9pt;
	margin:0px 5px;
}
div#flink a:hover {
	color:#ff941b;
}
/*	CopyRight	*/
div#copyright {
	padding-top:10px;
	padding-bottom:20px;
}
div#copyright a {
	color:#000000;
	text-decoration:none;
}
div#copyright a:hover {
	color:#ff941b;
}

