﻿@import "k_menu.css";
@import "jmenu.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.5em;
	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: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

/***********************************************************

                         ヘッダー

***********************************************************/

#header {
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

#top_img {
	display: block;
	float: left;
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/*background: url(img/top.jpg) no-repeat;*/
	background: #ffffff;
	/*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;
}


.hrr {
	clear: both;
	width: 100%;
	height: 20px;
	background: url(img/bgg.jpg) repeat-x;
}


#container {
	clear: both;
	display: block;
	width: 800px;
	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: 180px; /* 180+ 0 = 180 */
	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 5px 0px 5px;

	color: #000;
	background-color: #ffffff;
}


/*****************************
         新着情報
*****************************/
#sidebar_news {
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 180px;
	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: 160px;
	height: auto;
	margin: 0px 6px;
	padding-left: 14px;
	list-style-type: none;
	background: url(img/list_mark.gif) no-repeat;
}


.sbn {
	width: 178px;
	height: 42px;
	margin-bottom: 6px;
	border: solid 1px #000000;
}

/***********************************************************

                         メイン

***********************************************************/
#main {
	display: inline;
	float: left;
	width: 620px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
	/*font: normal normal normal 12pt/1.5em 'Lucida Grande',Verdana,Arial,sans-serif;*/
}


.single_title {
	width: 590px;
	height: 20px;
	padding: 10px 0px 8px 10px;
	background-color: #6666ff;
	color: #fff;
	font: normal bold 10pt/1.5em;
	font-weight: bold;
}

.single_title2 {
	width: 590px;
	height: 30px;
	padding: 10px 0px 8px 10px;
	background-color: #6666ff;
	color: #fff;
	font: normal bold 10pt/1.5em;
	font-weight: bold;
}


.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; 
}


.top_news {
	padding: 0px 0px 0px 0px;
	width: 618px;
	height: 180px;
	overflow: auto;
	border-left: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0; 
	background: #ffffff;
	/*margin-bottom: 10px;*/
}

/***********************************************************

                       カテゴリーページ

***********************************************************/
.cat_title {
	width: 620px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
	border-bottom: 2px solid #4040f0;
}

.cat_title2 {
	width: 620px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
	background: url(img/cat8-1.gif);
	border-bottom: 2px solid #4040f0;
}
.cat_title3 {
	width: 620px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
	background: url(img/cat16.gif);
	border-bottom: 2px solid #4040f0;
}
.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;
}

.main_link {
	margin-left: 440px;
}

.omoi {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*****************************
            記事
*****************************/
.entry {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/*border-top: 1px solid #c0c0c0; */
}

.entry_head {
	width: 594px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 6px 0px;
	background: #f0f0ff;
	border-left: 6px solid #4040f0;
}

.entry_date {
	margin: 0px 0px 0px 0px;
	width: 580px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	font: normal normal 8pt/1.0 Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: left;
}

.entry_title {
	width: 580px;
	height: 1em;
	font: normal bold 11pt/1.5 Verdana, Arial, sans-serif;
	font-size:14px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 4px 0px;
	color: #4040f0;
	/*background: #ffffff;*/
	/*border-bottom: 1px solid #404040; */
}
.entry_title a {
	text-decoration: none;
	color: #4040f0;
	font: normal bold 11pt/1.5 Verdana, Arial, sans-serif;
	font-size:14px;
}

.entry_body {
	clear: both;
	width: 600px;
	/*display: block;
	float: left;*/
	font: normal normal 0.8em/1.5em  Verdana, Arial, sans-serif;
	/*overflow: hidden;*/
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}

.entry_more {
	clear: both;
	width: 580px;
	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;
}

.entry_more2 {
	clear: both;
	width: 90px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	/*float: right;*/
	/*font: normal normal 8pt/1.7em  Verdana, Arial, sans-serif;*/
	font-size: 12px;
	/*overflow: hidden;*/
	margin: 4px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	background: #f0f0f0;
	color: #404040;
	border: 1px solid #404040;
	cursor: pointer;
}

.entry2 {
	width: 600px;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/*border-top: 1px solid #c0c0c0; */
}

.entry2_title {
	width: 578px;
	height: 20px;
	font: normal normal 9pt/1.5em Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	/*color: #6666ff;*/
	/*background: #ffffff;*/
	/*border-bottom: 1px solid #404040; */
}

.entry2_title a {
	/*text-decoration: none;*/
	color: #000;
}



.entry3 {
	width: 590px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/*border-top: 1px solid #c0c0c0; */
}

.entry3_title {
	display: inline;
	float: left;
	width: 490px;
	height: 20px;
	line-height: 20px;
	font: normal normal 11pt/1.5em Verdana, Arial, sans-serif;
	margin: 0px 0px 6px 6px;
	padding: 2px 0px 0px 4px;
	/*color: #6666ff;*/
	background: #f0f0ff;
	border-left: 6px solid #4040f0;
}
.entry3_title a {
	text-decoration: none;
	color: #000000;
}

.entry3_date {
	display: inline;
	float: right;
	/*text-decoration: none;*/
	color: #000;
	font: normal normal 8pt/1.5em Verdana, Arial, sans-serif;
	margin-top: 2px;
}

.entry3_body {
	clear: both;
	display: block;
	width: 580px;
	margin-left: 10px;
	font: normal normal 9pt/1.5em Verdana, Arial, sans-serif;
	margin-bottom: 10px;
}

.page_link {
	width: 180px;
	margin: 0px auto 0px auto;
}

.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;
}

/*****************************
      アイコンメニュー
*****************************/
#icon-menu {margin: 20px 0px;}
#icon-menu img{border:none;}
#icon-menu ul {
	list-style: none;
	margin:0px;
	padding-top:0px;
}
#icon-menu li {
	display: inline;
	padding-left: 0.5em;
}


/***********************************************************

                         フッター

***********************************************************/

#footer {
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
	padding-top: 4px;
	/*background-color: #ffd52d;*/
	background-color: #fff;
	clear: both;
	border-top: 0px solid #c0c0c0;
}

div#footer ul {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding-right: 1em;
	list-style: none;
	height: 15px;
	padding-top: 0px;
	text-align: center;
	font-size: 1em;
	background-color: #80a0e0;
	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: 0;
	padding-top: 0px;
	font: normal normal 8pt/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; }



.k2 {
	font: normal bold 0.8em/1.5  Verdana, Arial, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}

.k3 {
	font: normal normal 0.8em/1.5  Verdana, Arial, sans-serif;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/**************************** 
            位置
****************************/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}



.errtext {
	color: #f00;
}

/**************************** 
          定款
****************************/
.teikan {
	width: 600px;
	background-color: #ffffff;
	font: normal normal 0.8em/1.5  Verdana, Arial, sans-serif;
	margin-top: -30px;
}

.tei_top {
	font: normal bold 1.5em/2.0  Verdana, Arial, sans-serif;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.tei_seitei {
	padding-left: 300px;
}

.tei_syou {
	font: normal bold 1.0em/1.5  Verdana, Arial, sans-serif;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.tei_syou2 {

}

/**************************** 
        役員紹介
****************************/
.yakuin {
	font: normal normal 0.8em/1.2  Verdana, Arial, sans-serif;
}

.kk1 {
	font: normal bold 1.0em/1.2  Verdana, Arial, sans-serif;
	height: 3em;
	padding: 4px;
	text-align: center;
}
.kk2 {
	padding: 4px;
	text-align: left;
}
.kk3 {
	height: 2em;
	padding: 4px;
	text-align: center;
}

.ctr{text-align:center;}
.pp1 {line-height: 40px;font-size:30px;font-weight:bold;}
.pp2 {line-height: 40px;font-size:19px;}
.pp25 {line-height: 30px;font-size:16px;}
.pp3 {line-height: 30px;font-size:14px;}
.bc {background:#eee;padding:4px 4px;}
.it {font-style:italic;}
.bd {font-weight:bold;}
.ul {text-decoration:underline;}

#info {font-size:12px;line-height:1.5em;}
.kengakukai01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBD3D4;
}