
/*  ********** 基本的な設定 *********** */

*{
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
line-height:1.5;
background: #F4EDE5;
}

#wrapper{
margin:0px;
padding: 0 0 0 20px ;
text-align:left;
background: #FFFFFF url(../common_img/bg.gif) repeat-x left bottom ;
}

/*--クリア--*/

.clear { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}


/* 見出し・テキスト */

p{}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight:normal;
margin:0;
padding:0;
line-height:1.4;
}

.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
	margin: 0 auto;
}

.text_small{
	font-size:85%;
}

.text_small2{
	font-size:75%;
}

.text_strong{
	font-weight:bold;
	color:#8C6239;
}
.text_greenicon{
	background:url(../common_img/icon_green10.gif) no-repeat left 4px;
	padding: 0 0 0 15px;
}

.text_redicon{
	background:url(../common_img/icon_red7.gif) no-repeat left 8px;
	padding: 0 0 0 10px;
}

.text_line_narrow{
	line-height:1.1;
}



/* リンク */

a{
color:#0071bc;
}

a:hover{
text-decoration:none;
}

a img{
border:0px;
}

a.link_blank{
	background:url(../common_img/icon_blank.gif) no-repeat right 2px;
	padding: 0 15px 0 0 ;
	margin: 0 15px 0 0 ;
}

/* 文章レイアウト */

hr{
height:1px;
margin:5px 0;
border:none;
background:#333333;
}

blockquote{
padding: 5px 15px;
margin: 3px 30px;
border: 1px solid #808080;
border-left: 4px solid #808080;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	white-space: pre;
}

th{
font-weight:normal;
}

td{
 vertical-align:top;
}


 ul, li{
 list-style:none;
margin:0 0 0 5px;
}

.pad_10{
padding:10px;
}

.pad_5{
padding:5px;
}

.f_left{
float:left;
padding:10px;
}

.f_right{
float:right;
padding:10px;
}

.box_overflow{
	width:95%;
	height:100px;
	overflow-y:scroll;
	font-size:90%;
	background:#F8F5F2;
	border: 1px solid #998675;
	padding:3px;
	margin:5px;
}


/*  ********** サイトの構造 *********** */

#header{
width:900px;
height:130px;
background: url(../common_img/menu_main.gif) no-repeat left top;
text-indent:-9999px;
}	

#header_top{
width:900px;
height:130px;
background: url(../common_img/header_top.gif) no-repeat left top;
}

#header #rogo{
width:140px;
height:130px;
display:block;
float:left;
}

#header #rogo a{
width:140px;
height:130px;
display:block;
}


#content{
clear:both;
width:920px;
}	


#main {
width: 630px; 
float:left;
margin: 0 20px 0 0 ;
padding: 0 0 10px 0px;
}

#sidebar {
width:250px;
padding: 0;
margin: 0px 0px 0px 630px;
}

#footer {
padding: 10px 0 40px 0;
width:900px;
}


/*  ********** セカンドページ用メインメニュー *********** */

#header{
width:850px;
height:130px;
background: url(../common_img/menu_main.gif) no-repeat left top;
text-indent:-9999px;
}	

#header #rogo{
width:140px;
height:130px;
display:block;
float:left;
}

#header #rogo a{
width:140px;
height:130px;
display:block;
}

#header #mainmenu{
width:710px;
height:130px;
float:left;
}

#mainmenu ul{
margin: 0;
padding: 0;
list-style-type:none;
display:inline;
}

#mainmenu li{
margin: 0;
padding: 0;
height:130px;
display:block;
float:left
}

#mainmenu ul li#menu1 a{
width:210px;
height:130px;
display:block;
}

#mainmenu ul li#menu1 a:hover{
background: url(../common_img/menu_main.gif) no-repeat -990px top;
}

#mainmenu ul li#menu2 a{
width:145px;
height:130px;
display:block;
}
#mainmenu ul li#menu2 a:hover{
background: url(../common_img/menu_main.gif) no-repeat -1200px top;
}

#mainmenu ul li#menu3 a{
width:230px;
height:130px;
display:block;
}
#mainmenu ul li#menu3 a:hover{
background: url(../common_img/menu_main.gif) no-repeat -1345px top;
}

#mainmenu ul li#menu4 a{
width:125px;
height:130px;
display:block;
}

#mainmenu ul li#menu4 a:hover{
background: url(../common_img/menu_main.gif) no-repeat -1575px top;
}

/*  ********** 本文の設定 *********** */

.post{
margin: 0 0 10px 0;
padding:10px 10px 20px 0;
}

.pagetitle{
margin: 10px 0 15px 0;
}

.pagetitle h1 {
color: black;
font-size: 150%;
padding: 2px 0 0 0;
font-weight:bold;
font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝",  "ヒラギノ明朝 Pro W3" , serif  ;
line-height:1.1;
}

.post h3 {
font-size: 120%;
background:url(../common_img/icon_green10.gif) no-repeat left 6px;
padding: 0 0 0 15px;
margin: 15px 0 0 0;
color:#534741;
line-height:1.1;
}



.postmetadata{
font-size:80%;
border-top: 1px solid #808080;
padding: 1px 0 1px 5px;
margin: 0 5px;
}

.postmetadata p{
line-height: 15px;
padding: 0;
margin: 3px 0;
}

#navigation{
padding: 5px 15px;
font-size:120%;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}



/*  ********** サイドメニューの設定 *********** */


.menu{
padding:5px;
font-size:110%;
background:url(../common_img/sidemenu_bg.gif) repeat-y left top;
}

.menu li{
padding-bottom:10px;
line-height:1.1;
}

.menu a{
background:	url(../common_img/icon_green10.gif) no-repeat left 4px;
padding: 0 0 0 15px;
display:block;
text-decoration:none;
color:#603813;
}

.menu a:hover {
text-decoration:underline;
}



/*  ********** フッターの設定 *********** */

#footer_rogo{
display:block;
clear:both;
}

#credit {
font-size:87%;
float:left;
margin: 0 20px 0 0;
}

#form_menu {
float:left;
width:120px;
height:15px;
display:block;
text-indent:-9999px;
}

#form_menu a{
width:120px;
height:15px;
display:block;
background:url(../common_img/menu_footer.gif) no-repeat left top;
}

#sitemap_menu {
width:120px;
height:15px;
display:block;
float:left;
text-indent:-9999px;
}

#sitemap_menu a{
width:120px;
height:15px;
display:block;
background:url(../common_img/menu_footer.gif) no-repeat -120px top;
}


#footer_menu {
margin:30px 0 0 0 ;
font-size:90%;
}

#footer_menu a{
 color:#603813;
}

#description h2 {
 margin:10px 0 0 0 ;
 font-size:70%;
 font-weight:normal;
 color:#808080;
}


/*  ********** トップページの設定 *********** */

#flash{
float:left;
width:535px;
height:345px;
display:block;
}

#sidemenu{
float:left;
width:350px;
}

#sidemenu ul{
display:inline;
}

#sidemenu li{
width:350px;
height:65px;
display:block;
float:left;
margin:0;
padding:0;
}

#sidemenu li a{
display:block;
width:300px;
height:65px;
color:#FFFFFF;
font-size:90%;
text-decoration:none;
padding: 0 0 0 40px;
line-height:2.2;
}

#sidemenu li a:hover{
 color:#603813;
}

#sidemenu li#menu1 a{
background:url(../common_img/menu_top.gif) no-repeat left top;
}

#sidemenu li#menu1 a:hover {
background:url(../common_img/menu_top.gif) no-repeat -350px top;
}

#sidemenu li#menu2 a{
background:url(../common_img/menu_top.gif) no-repeat left -65px;
}

#sidemenu li#menu2 a:hover {
background:url(../common_img/menu_top.gif) no-repeat -350px -65px;
}

#sidemenu li#menu3 a{
background:url(../common_img/menu_top.gif) no-repeat left -130px;
}

#sidemenu li#menu3 a:hover {
background:url(../common_img/menu_top.gif) no-repeat -350px -130px;
}

#sidemenu li#menu4 a{
background:url(../common_img/menu_top.gif) no-repeat left -195px;
}

#sidemenu li#menu4 a:hover {
background:url(../common_img/menu_top.gif) no-repeat -350px -195px;
}

#sidemenu li#menu5 a{
background:url(../common_img/menu_top.gif) no-repeat left -260px;
}

#sidemenu li#menu5 a:hover {
background:url(../common_img/menu_top.gif) no-repeat -350px -260px;
}

#top_description{
display:block;
width:800px;
padding: 20px 10px;
}

#news{
float:left;
width:530px;
display:block;
margin: 0 10px 0 0 ;
background:url(../common_img/news_body.jpg) repeat-y left top;
}

#news_header{
text-indent:-9999px;
width:530px;
height:40px;
display:block;
background:url(../common_img/news_header.jpg) no-repeat left top;
}

#news_body{
padding: 0 10px 10px 20px;
}

#news_body dt{
padding: 5px 0 0 0;
}

#news_body dd{
padding: 0 0 0 15px;
 color:#603813;
background:url(../common_img/icon_sankaku.gif) no-repeat 5px 4px;
}

#news_body dd a{
}

#news_footer{
text-indent:-9999px;
width:530px;
height:15px;
display:block;
background:url(../common_img/news_footer.jpg) no-repeat left bottom;
}

#link_space{
}

#link_space img{
margin:5px 10px 5px 0 ;
}

#link_space a:hover{
position:relative;
top:1px; left:1px;
}


/*  ********** ジャパンファームとは・リクルート概要 *********** */

#gaiyou{
padding:10px;
}

#gaiyou table {
	margin:0;
	padding:0;
	border-top: 1px solid #998675;
	border-left: 1px solid #998675;
}

#gaiyou th {
	margin:0;
	padding:5px;
	width:80px;
	border-bottom: 1px solid #998675;
	border-right: 1px solid #998675;
	text-align:center;
	background:#F8F5F2;
}

#gaiyou td {
	margin:0;
	padding:5px;
	border-bottom: 1px solid #998675;
	border-right: 1px solid #998675;
}

#enkaku {
}

#enkaku dl{
float:left;
border-left: 1px solid #998675;
width:270px;
margin: 0 10px 0 10px ;
padding: 0 0 0 5px
}

#enkaku dt{
float:left;
width:50px;
color:#603813;
}

#enkaku dd{
margin: 0 0 5px 0 ;
padding: 0 0 0 55px;
}

#syaze {
padding:10px;
}

#syaze dt{
float:left;
margin: 0 5px 0 0 ;
 color:#603813;
 font-weight:bold;
}

#syaze dd{
margin: 0 0 5px 0 ;
}

/*  ********** グループ紹介 *********** */

/*  クラウン研究所 */

table.crown_table{
	margin:0;
	padding:0;
	border-top: 1px solid #998675;
	border-left: 1px solid #998675;
	font-size:90%;
}

table.crown_table th {
	margin:0;
	padding:5px;
	width:80px;
	border-bottom: 1px solid #998675;
	border-right: 1px solid #998675;
	text-align:center;
	background:#F8F5F2;
}

table.crown_table td {
	margin:0;
	padding:5px;
	border-bottom: 1px solid #998675;
	border-right: 1px solid #998675;
	text-align:center;
}



/*  ********** お問い合わせ *********** */

#form {
	padding:10px;
}

#form dd {
	padding: 0 0 10px 30px ;
}

#form .hissu{
font-size:80%;
color:#FF0000;
padding: 0 0 0 5px;
}


/*  ********** サイトマップ *********** */


#sitemap {
}

#sitemap dl{
float:left;
width:260px;
margin: 0 0 0 20px;
}

#sitemap dt{
	background:url(../common_img/icon_green10.gif) no-repeat left 6px;
	padding: 0 0 0 15px;
	font-size:110%;
	color:#603813;
	margin: 20px 0 0 0 ;
}

#sitemap dd li{
	padding:  0 0 5px 0 ;
}

