@import "k_menu.css";
/* **********************************************************************
Theme Name: MySite2
Theme URI: http://www.www.com/
Description: WordPress サンプル
Author: www.www.www
Author URI: http://www.www.www/
Version: 1.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
/**************************** 全体的なルール ****************************/

* {
	margin: 0;
	padding: 0;

	font: normal normal normal 12pt/1.2em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html {
	height: 100%;
	background-color: #ffffff;
	/*background: white url(k_img/bb.jpg) repeat-x;*/
	/* グラデーションバック
	紺				db.jpg	#000757
	青				bl.jpg	#024097
	黄				yl.jpg	#f7b401
	ピンク		pk.jpg	#e04161
	グリーン	gr.jpg	#017e09
	オレンジ	or.jpg	#ff6600
	紫				pl.jpg	#7b6c93
	*/
}

body {
	/*background-color: #ffffff;*/
	color: #000000;
	text-align: left;
}


.float_clear {
	clear: both;
	/* float 解除要素がない場合に入れる
	明示的にfloat解除を指定
	ie は勝手にfloatを解除するが、それ以外は解除しないため
	*/
}


#pagebuilding {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

/***********************************************************

                         ヘッダー

***********************************************************/

#header {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

#top_logo {
	display: block;
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(img/top.jpg) no-repeat;*/
	background: #ffffff top left;
	border: solid 0px #c0c0c0;
}

#top_link {
	display: block;
	float: right;
	width: auto;
	height: 30px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/*background: url(img/top.jpg) no-repeat;*/
	background: #ffffff;
}


#top_img {
	display: block;
	width: 884px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-indent: -9999px;
	overflow: hidden;
	*/
	/*background: url(img/top.jpg) no-repeat;*/
	background: #ffffff top left;
	float: left;
	border: solid 8px #c0c0c0;
}



#container {
	clear: both;
	display: block;
	width: 900px;
	height: auto;
	margin: 0px auto 1px auto; /* ブラウザ画面に対してセンター */
	background-color: #ffffff;
	/*background-color: transparent;*/ /* バックを生かしたい時、透明にする */
}

/***********************************************************

                        サイドバー

***********************************************************/
#sidebar {
	display: inline; /* IE6 and 5.X bug fix */
	float: left;
	width: 200px; /* 200+ 0 = 200 */
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font: normal normal 0.8em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
}

/*****************************
           お知らせ
*****************************/
#sidebar_info {
	clear: both;
	display: block;
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 180px;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;

	color: #000;
	background-color: #ffffff;
}

/*****************************
    サイドバー　メニュー
*****************************/

#sidebar_menu {
	clear: both;
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 190px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 40px 0px 0px 10px;

	color: #000;
	background: #ffffff url(img/side_menu.jpg) no-repeat;
}

#sidebar_menu ul li {
	width: 170px;
	height: auto;
	margin: 0px 6px;
	padding-left: 14px;
	list-style-type: none;

	background: url(img/list_mark.gif) no-repeat;
}

/*****************************
         新着情報
*****************************/
#sidebar_news {
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 190px;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 40px 0px 0px 10px;

	color: #000;
	background: #ccffff url(img/side_news.jpg) no-repeat;
}

#sidebar_news ul li {
	width: 170px;
	height: auto;
	margin: 0px 6px;
	padding-left: 14px;
	list-style-type: none;
	background: url(img/list_mark.gif) no-repeat;
}


/*****************************
      過去のトピックス
*****************************/
#kako {
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 190px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 40px 0px 0px 10px;

	color: #000;
	background: #ffffff url(img/side_month.jpg) no-repeat;
}


#kako ul li {
	width: 170px;
	height: auto;
	margin: 0px 6px;
	padding-left: 14px;
	list-style-type: none;

	background: url(img/list_mark.gif) no-repeat;
}


/*****************************
      社名・住所・電話
*****************************/
#adrs {
	display: block;
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: auto;
	color: #000;
	background-color: #ffffff;
}

/*****************************
       サブカテゴリー
*****************************/
.subcat {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 200px;
	height: auto;
	color: #000;
	background-color: #ffffff;
}

.subcat_title {
	display: bock;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 24px;
	background-color: #f0f8ff;
}

.subcat_link {
	display: block;
	width: 200px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
	/*padding: 0px 0px 2px 0px;*/
	/*background-color: #e8f0ff;*/
	background-color: #ffffff;
}
.subcat_link img {
	vertical-align: middle;
}
.subcat_link a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 8pt;
	color: #000;
}
.subcat_link a:hover {
	background-color: #d0d8ff;
}

/*****************************
      サイドバーブログ
*****************************/
#sblog {
	width: 198px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 14px 0px;
	border: solid 1px #c0c0c0;
	font: normal normal 7.5pt/1.8  'Lucida Grande',Verdana,Arial,sans-serif;
}
#sblog_date {
	width:194px;
	padding: 0px 4px 0px 0px;
	text-align: right;
	font: normal normal 6.5pt/1.0  'Lucida Grande',Verdana,Arial,sans-serif;
	/*background-color: #d0d8ff;*/
}
#sblog_title {
	margin-top: 4px;
	padding: 0px 16px 0px 16px;
	font: normal bold 9pt/2.0  'Lucida Grande',Verdana,Arial,sans-serif;
}
#sblog_body {
	margin-top: 4px;
	padding: 0px 16px 0px 16px;
	font: normal normal 7.5pt/1.8  'Lucida Grande',Verdana,Arial,sans-serif;
	/*background-color: #d0d8ff;*/
}

#sblog2 {
	width: 198px;
	height: auto;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	border: solid 1px #000000;
	border-top: solid 0px #c0c0c0;
	font: normal normal 7.5pt/1.8  'Lucida Grande',Verdana,Arial,sans-serif;
	/*background: #c08cc7 url(img/clip2.gif) no-repeat;*/
}

/***********************************************************

                         メイン

***********************************************************/
#main {
	display: inline;
	float: left;
	width: 680px;
	height: 100%;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
	font: normal normal normal 10pt/1.5em;
}

.subtext {
	font: normal normal 0.8em/1.7em  Verdana, Arial, sans-serif;
}

div.main h4 {
	width: 580px;
	height: auto;
	margin: 25px auto 10px auto;
	text-align: left;
	font: normal bold 1.0em/1.1  Verdana, Arial, sans-serif;
	border-bottom: 1px solid #ff9900; 
}




/***********************************************************

                       カテゴリーページ

***********************************************************/
.cat_title {
	margin: 10px 0px 10px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
}

.cat_title2 {
	width: 680px;
	height: 26px;
	margin: 10px 0px 10px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
	/*background: #ff4fff;*/
	border-bottom: 2px solid #808080;
}

.cat_descript {
	margin: 0px 0px 20px 10px;
	padding: 20px 0px 0px 44px;
	height: 53px;
	font: normal normal 0.8em/1.2 Verdana, Arial, sans-serif;
	background: #fff url(img/k_s.gif) no-repeat;
}

/*****************************
            記事
*****************************/
.entry {
	width: 680px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/*border-top: 1px solid #c0c0c0; */
}

.entry_date {
	margin: 4px 0px 0px 0px;
	width: 620px;
	font: normal bold 0.8em/1.2 Verdana, Arial, sans-serif;
	text-align: right;
}

.entry_title {
	height: 19px;
	float: left;
	width: 500px;
	font: normal bold 9pt/1.2 Verdana, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	background: #ffffff;
	border-bottom: 1px solid #404040; 
}

.entry_title a {
	text-decoration: none;
	color: #000;
}

.entry_icon {
	float: left;
	height: 24px;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	background: #ffffff;
	border-bottom: 1px solid #404040; 
}

.entry_body {
	clear: both;
	width: 680px;
	/*display: block;
	float: left;*/
	font: normal normal 0.8em/1.7em  Verdana, Arial, sans-serif;
	/*overflow: hidden;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}

.entry_more {
	clear: both;
	width: 680px;
	text-align: left;
	/*float: right;*/
	font: normal normal 9pt/1.7em  Verdana, Arial, sans-serif;
	/*overflow: hidden;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	color: #000000;
}

.icon {
	float: right;
	margin: 3px 0px 3px 4px;
}

#mail_send {
	float: left;
	margin: 10px 0px;
	width: 500px;
	height: 24px;
	background: #a0a0a0;
	/*
	border: 1px solid #858585; 
	border-right: 0px solid #858585; 
	*/
}

#mail_send2 {
	float: left;
	margin: 10px 0px;
	width: 100px;
	height: 24px;
	/*
	background: #c0c0c0;
	border: 1px solid #858585; 
	border-right: 0px solid #858585; 
	*/
}

.err_text {
	color : #ff0000;
}

/***********************************************************

                         フッター

***********************************************************/

#footer {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	/*background-color: #ffd52d;*/
	background-color: #fff;
	clear: both;
}


div#footer ul {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding-right: 1em;
	list-style: none;
	height: 15px;
	padding-top: 3px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1em;
	background-color: #c0c0c0;
	font: normal normal 8pt/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	/*border-top: solid 2px #b0b0b0;*/
	/*border-bottom: solid 1px #c0c0c0;*/
	color: #ffffff;
}

div#footer li {
	display: inline;
	padding-left: 0.8em;
}

div#footer li a {
	/*color: #e0e0ff;*/
	color: #ffffff;
	text-decoration: none;
}

div#footer li a:hover {
	color: #404040;
}

/**************************** 
       コピーライト
****************************/
#copyright {
	width: 100%;
	height: 1.8em;
	margin: 1px 0 0 0;
	padding-top: 3px;
	font: normal normal 0.8em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	text-align: center;
	/*background-color: #6a9eec;*/
	color: #606060;
}



/**************************
       お問い合わせ
**************************/
#Inquiry {
	width: 580px;
	height: auto;
	margin: 5px auto 0px auto;
	text-align: left;
	font: normal normal 1.0em/2.0  Verdana, Arial, sans-serif;
	/*background-color: #ccc;*/
}

	#Inquiry h3 {
		width: 580px;
		height: auto;
		margin: 10px auto 15px;
		text-align: left;
		border: none;
	}
	
	#Inquiry h4 {
		width: 580px;
		height: auto;
		margin: 27px auto 15px;
		text-align: left;
		font: normal bold 1.0em/1.2  Verdana, Arial, sans-serif;
		border: none;
	}

	#Inquiry p {
		width: 560px;
		height: auto;
		margin: 20px auto 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 1.0em/1.5  Verdana, Arial, sans-serif;
	}

#mailcheck {
	width: 560px;
	height: auto;
	margin: 20px auto 0 auto;
	font: normal normal 1.0em/1.5  Verdana, Arial, sans-serif;
}


/**************************
REQRUITカテゴリ
**************************/
#Recruit_mode {
	width: 580px;
	height: auto;
	margin: 5px auto 0px auto;
	text-align: left;
	font: normal normal 1.0em/2.0  Verdana, Arial, sans-serif;
}

	#Recruit_mode h3 {
		width: 580px;
		height: auto;
		margin: 0px auto 15px;
		text-align: left;
		border: none;
	}

	#Recruit_mode p {
		width: 560px;
		height: auto;
		margin: 5px auto 0px auto;
		padding-bottom: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 1.0em/1.5  Verdana, Arial, sans-serif;
	}

	#Recruit_mode h4 {
		width: 580px;
		height: auto;
		margin: 25px auto;
		text-align: left;
		font: normal bold 1.0em/1.1  Verdana, Arial, sans-serif;
		border-bottom: 1px solid #ff9900; 
	}
	
	#Recruit_mode h4.info ,h5 {
		width: 570px;
		height: auto;
		margin: 30px auto 0 auto;
		text-align: left;
		font: normal bold 1.0em/1.1  Verdana, Arial, sans-serif;
		border: none; 
	}
	
	#Recruit_mode p.prof {
		width: 580px;
		height: auto;
		margin: 15px auto 20px;
		text-align: left;
		font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
	}
	
	#Recruit_mode table {
		width: 500px;
		height: auto;
		margin: 10px auto;
		font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
		border-collasp: collasp;
	}
	
		#Recruit_mode table tr.view {
			background-color: #dcdcdc;
		}
	
		#Recruit_mode table th {
			padding: 4px;
			font: normal bold 0.9em/1.5  Verdana, Arial, sans-serif;
			background-color: #ff9900;
			border: 1px solid #000000;
		}
		
		#Recruit_mode table td {
			padding: 4px;
			font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
			border: 1px solid #000000;
		}

/**************************
リンクカテゴリ
**************************/
#Link_mode {
	width: 580px;
	height: auto;
	margin: 5px auto 0px auto;
	padding-bottom: 20px;
	text-align: left;
	font: normal normal 1.0em/2.0  Verdana, Arial, sans-serif;
}

	#Link_mode h3 {
		width: 580px;
		height: auto;
		margin: 0px auto 15px;
		text-align: left;
		border: none;
	}
	
	#Link_mode h4 {
		width: 550px;
		height: auto;
		margin: 15px auto;
		text-align: left;
		border: none;
	}

	#Link_mode p {
		width: 530px;
		height: auto;
		margin: 20px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 1.0em/2  Verdana, Arial, sans-serif;
	}

	#Links {
		font: normal normal 1.0em/1.5  Verdana, Arial, sans-serif;
	}


/**************************
プライバシーポリシー
**************************/
#policy {
	width: 580px;
	height: auto;
	margin: 5px auto 0px auto;
	padding-bottom: 20px;
	text-align: left;
	font: normal normal 0.8em/2.0  Verdana, Arial, sans-serif;
}

	#policy h3 {
		width: 580px;
		height: auto;
		margin: 10px auto 15px;
		text-align: left;
		font: normal bold 1.2em/2.0  Verdana, Arial, sans-serif;
		border: none;
	}
	
	#policy h4 {
		width: 580px;
		height: auto;
		margin: 27px auto 15px;
		text-align: left;
		font: normal bold 1.2em/2.0  Verdana, Arial, sans-serif;
		border: none;
	}

	#policy p {
		width: 560px;
		height: auto;
		margin: 20px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 1.0em/2.0  Verdana, Arial, sans-serif;
	}


table#Form_table {
	width: 500px;
	height: auto;
	text-align: left;
	margin: 10px auto;
	border: 1px solid #666666;
	font: normal normal 0.8em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
}

	table#Form_table th {
		padding: 5px;
		font: normal bold 1em/1.5  Verdana, Arial, sans-serif;
		border: 1px solid #666666;
		/*background-color: #009900;*/
		/*color: #ffffff;*/
		background-color: #fff;
		color: #000;
	}

	table#Form_table td {
		padding: 5px;
		border: 1px solid #666666;
	}
	
	table#Form_table td.bot {
		padding: 9px;
		border: 1px solid #666666;
		text-align: center;
	}

	#policy #Stanby_table {
		margin: 10px auto 0;
		border: 0;
	}

.back_red {
	background-color: #ff0000;
	color: #ffffff;
	padding: 2px;
}


.fs07 { font-size:  7pt; }
.fs08 { font-size:  8pt; }
.fs09 { font-size:  9pt; }
.fs10 { font-size: 10pt; }

.wh { color: #ffffff; }
.bk { color: #000000; }
.bl { color: #0000ff; }
.rd { color: #ff0000; }

.pd05 { padding:  5px; }

.center { text-align: center; }

.no_deco { text-decoration: none; }


/**************************** 
            位置
****************************/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}



.errtext {
	color: #f00;
}
