@charset "Shift_JIS";

/**********************************************************************
AUTHOR          Shuichi Saito
CSS構成書:
Last Modified: 2008.08.17

***********************************************************************/

/*　階層構造図
#container
	#container_2
			#header					width:
			#navi					width:
			#top_flash				width:
			#contents				width:
					#top_left		width:
					#top_right		width:
			#footer					width:
*/




/*-----------------------------------------------------------------------
		TOPページ専用	2008.05.07	Shuichi Saito
-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
		フラッシュ(#flash)
-----------------------------------------------------------------------*/
/*  #flash配置 */
#flash {
	width: 850px;
	height: 463px;
	margin: 3px auto 50px auto;
	clear: both; 	
}




/*-----------------------------------------------------------------------
		トップメイン画像(#main_content)
-----------------------------------------------------------------------*/
/*  #flash配置 */
#main_content {
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 75px 0;
}

#main_content #img_trim {
	width: 850px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

#main_content img.img_slider {
    height: auto;
    width: 100%;
    
}

#main_content img.img_main {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

#main_content img.img_logo {
	position: absolute;
	top: 25px;
	left: 25px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: auto;
	height: 275px;
}

#main_content ul {
	color:#FFFFFF;
}


#main_content nav ul {
	display: flex;
	flex-flow: row;
	justify-content: center;
	
	margin: 0;
	padding: 6px;
	list-style-type: none;
	font-size: 16px;
}

#main_content nav ul li {
	border-right: 1px solid rgba(255,255,255,0.3);
}

#main_content nav ul li:last-of-type {
	border:0;
}

#main_content nav ul li a {
	display: block;
	padding: 5px 20px;
}

#main_content nav ul li a:hover {
	text-decoration:none;
	opacity:0.5;
}

/*-----------------------------------------------------------------------
		コンテンツ【左側】
-----------------------------------------------------------------------*/
/*  新着情報・見出し・画像置換 */
#top_left_news {
	width: 530px;
	height: 280px;
	margin: 0px;
	background-image: url(../img/new_topics_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: expression(IEPNGFIX.fix(this));
	float: left;
}


/*  新着情報・リスト設定・擬似フレーム化 */
#t_l_n_box {
	width: 415px;
	height: 193px;
	margin: 56px 0px 0px 95px;
	padding-top: 15px;
	overflow: auto;
}

#top_left_news table {
	width: 380px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}



#top_left_news th {
	width: 10em;
	padding: 0px 0px 1em 1.8em;
	font-weight: bold;
	vertical-align: top;
	background-image: url(../img/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_left_news td {
	padding-bottom: 1em;
	vertical-align: top;
}



/* 新着情報・過去のニュースはこちら */
.past_news {
	margin: 8px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	vertical-align:center;
	float: right;
	background-image: url(../img/list_mark_02.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

/* 新着情報・過去のニュースはこちら・リンク設定 */
.past_news a:link {
	color: #333;
	text-decoration: none; 
} 
.past_news a:visited {
	color: #333;
	text-decoration: none; 
} 
.past_news a:hover {
	color: #eee;
	text-decoration: underline; 
} 
.past_news a:active {
	color: #ddd;
	text-decoration: underline; 
} 







/*-----------------------------------------------------------------------
		コンテンツ【右側】
-----------------------------------------------------------------------*/
/*  トップページ・ライトメニュー */
#top_right {
	width: 360px;
	margin-top: 50px;
	float: left;
}


/*  トップページ・ブログ画像配置 */
#top_right img.top_blog {
	display: block;
	width: 315px;
	height: 117px;
	margin: 0px auto 20px auto;
	clear: both;
}



/*  トップページ・ご挨拶画像配置 */
#top_right img.top_comment {
	display: block;
	width: 315px;
	height: 145px;
	margin: 0px auto 20px auto;
	clear: both;
}


/*  トップページ・バナー画像配置 */
#top_right img.top_banner {
	display: block;
	width: 315px;
	height: 104px;
	margin: 0px auto 20px auto;
	clear: both;
}


/*  トップページ・2008年忘年会バナー設置 */
.top_banner_2008 {
	display: block;
	width: 630px;
	height: 160px;
	margin: 0px auto 20px auto;
	clear: both;
}







/*-----------------------------------------------------------------------
		PHPカウンター設置
-----------------------------------------------------------------------*/
/*  PHPカウンター設置 */
#php-conter {
	display: block;
	width: 800px;
	margin: 20px auto;
	padding: 0;
	font-weight: normal;
	font-size: medium;	color: #000000;
	text-align: center;
	letter-spacing: 0.1em
}


#php-conter-title {
	font-size: 150%;
	text-align: center;
	margin-top: 50px;
}

/*  PHPカウンター設置(カウントはするが、表示はさせない) */
#php-conter #php-conter-delite {
	display: none;	
}


