@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.2em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html {
	height: 100%;
	_background-color: #004008;
	background-color: #000000;
	/*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を解除するが、それ以外は解除しないため
	*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*font-size: 0%;*/
	line-height: 0%;
}



#pagebuilding {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

/***********************************************************

                         ヘッダー

***********************************************************/

#header {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	overflow: hidden;
}

#top_logo {
	display: block;
	float: left;
	width: 300px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	/*background: url(img/top.jpg) no-repeat;*/
	background: #ffffff top left;
	border: solid 0px #c0c0c0;
}

#top_link {
	display: block;
	/*float: right;*/
	width: 900px;
	height: 80px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(img/top_.jpg) no-repeat;*/
	background: #ffffff;
	/*overflow: hidden;*/
}


#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;
}
#top_img1 {
	display: block;
	float: left;
	height: 80px;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: #ffffff;
}
#top_img2 {
	display: block;
	float: left;
	height: 80px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 300px;
	background: #ffffff;
}
#top_img3 {
	display: block;
	float: left;
	height: 78px;
	width: 138px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-indent: -9999px;
	overflow: hidden;
	*/
	background: #ffffff;
	border: solid 1px #003f00;
}


.hrr {
	clear: both;
	width: 100%;
	height: 20px;
	background: url(img/bgg.jpg) repeat-x;
}


#container {
	clear: both;
	display: block;
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto; /* ブラウザ画面に対してセンター */
	background-color: #ffffff;
	/*background-color: transparent;*/ /* バックを生かしたい時、透明にする */
}

/***********************************************************

                        サイドバー

***********************************************************/
#sidebar {
	display: inline; /* IE6 and 5.X bug fix */
	float: left;
	width: 200px; /* 200+ 10 = 210 */
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	font: normal normal 0.8em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
}

.link2 img {
	float:left;
	margin-top:6px;
}


#topic2 {
	width: 200px;
	height: auto;
	background-color: #ffffff;
	/*border: solid 1px #c0c0c0;*/
	padding: 0px 0px 0px px;
	margin-bottom: 10px;
}

/*****************************
           お知らせ
*****************************/
#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_menu {
	clear: both;
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 180px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px 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;
}


#side_menu {
	display: block;
	width: 200px;
	height: auto;
	/*background: #c0c0c0;*/
	_margin: 40px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
}

#iso {
	float:left;
	font-size: 8pt;
	margin-bottom:15px;
}
#iso img {
}


#taka {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
}

#jyuho {
	clear: both;
	margin: 10px 0 0 0;
	font-size: 8pt;
}
#jyuho a {
	text-decoration: none;
	color: black;
}

/*****************************
         新着情報
*****************************/
#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;
}


/*****************************
      過去のトピックス
*****************************/
#kako {
	font: normal normal 1.0em/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	width: 180px;
	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: 160px;
	height: auto;
	margin: 0px 6px;
	padding-left: 14px;
	list-style-type: none;

	background: url(img/list_mark.gif) no-repeat;
}


/*****************************
      社名・住所・電話
*****************************/
#adrs {
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: auto;
	color: #000;
	background-color: #ffffff;
}


/*****************************
      サイドバーブログ
*****************************/
#sblog {
	width: 188px;
	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:184px;
	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: 188px;
	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;*/
}

.sbn {
	width: 178px;
	height: 42px;
	margin-bottom: 6px;
	border: solid 1px #000000;
}

/***********************************************************

                         メイン

***********************************************************/
#main {
	display: inline;
	float: left;
	width: 670px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;
	font: normal normal normal 10pt/1.5em;
	overflow: hidden;
}

#main_img {
	display: block;
	width: 670px;
	height: auto;
	padding-top: 0px;
}

.page_link {
	clear: both;
	width: 650px;
	margin: 30px auto 0px 0px;
}
.page_link2 {
	width: 650px;
	margin: 10px auto 0px auto;
	padding-top: 4px;
	border-top: solid 1px #c0c0c0;
}


.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: 10px 0px 10px 0px;
	width: 598px;
	height: 180px;
	overflow: auto;
	border: 1px solid #e0e0e0; 
}

#pickup {
	width: 650px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* height: 220px;*/
	height: auto;
	background: #ffffff;
	/*border: 1px solid #c0c0c0;*/
}
#pickup2 {
	width:650px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:290px;
	background-image:url(img/a1.gif);
	overflow:hidden;
	/*border: 1px solid #c0c0c0;*/
}
.top_mov {
	display:inline;
	float:left;
	width:222px;
	height:180px;
	margin:110px 0px 0px 2px;
}
.top_img2 {
	display:inline;
	float:left;
	width:252px;
	height:180px;
	margin:110px 0px 0px 170px;
}


/*****************************
   新着情報　社長のひとり言
*****************************/
.collum_top {
	display: block;
	width: 650px;
	height: auto;
	margin:20px 0px 8px 0px;;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #ccc;
}

#collum {
	display: block;
	width: 638px; /* 650-10-1-1=636 */
	height: 200px;
	margin: 2px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	border: solid 1px #003f00;
	overflow: auto;
	background-color: #f0f8f0;
}

#collum div.co_title {
	display: block;
	width: 600px;
	height: 1.8em;
	padding-left: 10px;
	padding-top: 4px;
	font: normal normal bold 10pt/1.5em  Verdana, Arial, sans-serif;
	border: solid 1px #003f00;
	background-color: #e0f0e0;
}

#collum p.dates {
	font: normal normal normal 9pt/1.2em  Verdana, Arial, sans-serif;
	margin: 0px auto 6px 10px;
	padding-top: 6px;
}

#collum div.co_box {
	display: block;
	width: 610px;
	height: auto;
	margin-bottom: 10px;
	border-left: solid 1px #003f00;
	border-right: solid 1px #003f00;
	border-bottom: solid 1px #003f00;
	background-color: #ffffff;
}

#collum div.co_txt {
	display: block;
	width: 500px;
	height: auto;
	margin-bottom: 10px;
	padding-left: 60px;
	font: normal normal normal 9pt/1.4em  Verdana, Arial, sans-serif;
	/*background-color: #e0f0ff;*/
}

/*****************************
      
*****************************/
div#news {
	display: block;
	width: 636px;
	height: auto; /* 190px */
	margin-left: 0px;
	margin-top: 2px;
	padding-top: 0px; /* 10px */
	padding-left: 6px; /* 10px */
	font: normal normal normal 9pt/1.5em  Verdana, Arial, sans-serif;
	/*background-image: url(images/news_top.gif);*/
	/*background-color: #cc9999;*/
	/*border: solid 1px #004d0d;*/
}



/***********************************************************

                       カテゴリーページ

***********************************************************/
.cat_title {
	margin: 10px 0px 10px 0px;
	font: normal bold 1.0em/1.2 Verdana, Arial, sans-serif;
}

.cat_title2 {
	width: 650px;
	height: 30px;
	margin: 10px 0px 20px 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: 650px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/*border-top: 1px solid #c0c0c0; */
}

.entry_date {
	margin: 0px 0px 0px 0px;
	width: 600px;
	font: normal normal 0.8em/1.0 Verdana, Arial, sans-serif;
	text-align: right;
}

.entry_title {
	float: left;
	width: 640px;
	height: 22px;
	font: normal bold 12pt/1.0 Verdana, Arial, sans-serif;
	margin: 20px 0px 4px 0px;
	padding: 8px 0px 0px 10px;
	background: #b9e8ae;
	/*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: 660px;
	/*display: block;
	float: left;*/
	font: normal normal 0.8em/1.7em  Verdana, Arial, sans-serif;
	/*overflow: hidden;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
}

.entry_more {
	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: #606060;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}

.icon {
	float: right;
	margin: 3px 0px 3px 4px;
}

#mail_send {
	float: left;
	margin: 10px 0px;
	width: 500px;
	height: 26px;
	background: #a0a0a0;
	border:0;
	/*
	border: 1px solid #858585; 
	border-right: 0px solid #858585; 
	*/
}

#mail_send2 {
	float: left;
	margin: 10px 0px;
	width: 100px;
	height: 24px;
	border:0;
	/*
	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: #ffffff;
	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: #000000;
}

div#footer li {
	display: inline;
	padding-left: 0.8em;
}

div#footer li a {
	/*color: #e0e0ff;*/
	color: #000000;
	text-decoration: none;
}

div#footer li a:hover {
	color: #808080;
}

/**************************** 
       コピーライト
****************************/
#copyright {
	width: 100%;
	height: auto;
	margin: 1px 0px 0px 0px;
	padding-top: 3px;
	font: normal normal 8pt/1.5  'Lucida Grande',Verdana,Arial,sans-serif;
	text-align: center;
	background-color: #ffffff;
	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;
	}


input, textarea {
	border: 1px solid #cccccc;
}

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;
}
.jishin {
	font: normal normal normal 9pt/1.2em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11pt;
}
.j1 {
	padding: 4px;
}
.j16 {
	padding: 20px;

}

.page_main {
	width: 660px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	font-size: 14px; 
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph; /* ie only */
}
.p_img {
	float:left;
	width:360px;
}
.p_bdy {
	float:left;
	width:260px;
	text-align:left;
	font-size:12px;
	line-height:18px;
	padding-left:10px;
	color: black;
	background: #ffffff;
}

/*
	イベント情報
*/
.event {
	margin:20px 0px 10px 0px;
	font-size:13px;
}
.event_top {
	width:650px;
	border-bottom:1px solid #cccccc;
}
.event_bdy {
	width:650px;
	overflow:hidden;
	/*background:#ccc;*/
	margin-top:8px;
}
.event_t {
	font-size:16px;
	font-weight:bold;
	display:inline;
	float:left;
	margin:0px 0px 6px 0px;
}
.event_d {
	font-size:14px;
	font-weight:normal;
	display:inline;
	float:left;
	margin:0px 0px 6px 10px;
}

