@charset "Shift_JIS";


/*========================================

	KDH
	
	common.css
	Recent Edit | 2010.12.1
	
	[1] body背景
	[2] ヘッダー
	[3] ナビ
	[4] タイトル
	[5] メイン
	  [5-1] 左カラム
	  [5-2] 右カラム
	[6] フッター

========================================*/

/* ●[1] body背景-------------------- */

body {
	background-color: #fff;
	color: #555;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.style1 {
	color: #334693;
	font-size: 14px;
}

.style2 {
	color: #777;
	font-size: 10px;
	font-weight: lighter;
	line-height:1.8;
}

.style3 {
	color: #ccc;
	font-size: 10px;
	line-height:1.5;
}

.style4 {font-size: 16px}

.style5 {font-size: 12pt}

.style6 {color: #FF0000}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
}
a:active {
	text-decoration: none;
}


img {
border:none;
}

#container {
	padding: 0 0 25px;
}

/* -----------------------------------------------------------------*/
/*【table設定】*/
/* -----------------------------------------------------------------*/

/*▼基本▼ - クラス指定なしの場合に適用 */
table{
margin:0px auto;
font-size:9pt;
}
    table th {
    text-align:left;
    }
    table td {
	padding:10px 0 10px;
    border-top:0;
    border-right:0;
    border-bottom:1px solid #eee;
    border-left:0;
    }
	
/*▼ company クラス */
table.company{
width:100%;
font-size:9pt;
line-height:1.5;
margin:5px 0;
}
	table.company th {
    text-align:left;
    }
    table.company td {
	padding:10px 8px 5px;
	/*background-color:#fcfcec;*/
    border-top:0;
    border-right:0;
    border-bottom:1px dotted #ddd;
    border-left:0;
    }


/* ●[2] ヘッダー-------------------- */

#header {
	background: #fff /*url(imgs/bg.gif)*/;
	text-align: center;
	display: table;
	width: 100%;
	border-top:4px solid #ddd;
	border-bottom:1px solid #ddd;
}

#header_inner {
	margin:0 auto;
	background: #fff /*url(imgs/bg_head.gif) repeat-x*/;
	width:900px;
	height:95px;
	text-align:left;
	position:relative;
	line-height:1;
}

#header #pp {
	position:absolute;
	top: 0px;
	left:745px;
}

#header #logo {
	position:absolute;
	top: 25px;
	left: 17px;
}

#header #reco {
	position:absolute;
	top: 77px;
	left: 648px;
}

/* ●[3] ナビ-------------------- */

#glob_nav_box {
	margin:0 auto;
	line-height: 0px;
	background: #fff /*url(imgs/bg.gif)*/;
	text-align: center;
	display: table;
	width: 100%;
	/*border-bottom:10px solid #f39ea3;	テーブル下ボーダー*/	
}

#glob_nav_box_inner {
	margin:0 auto;
	background: #fff;
	width:900px;
	height:75px;
}

#glob_nav {
	margin:23px auto;
	padding:0;
	width:870px;
}

#glob_nav li {
	float: left;
	list-style-type:none;
	margin-left:0 auto;
}

/* ●トップイメージ-------------------- */

#topimage {
	margin:0 auto 5px;
	line-height: 0px;
	background: #fff /*url(imgs/bg.gif)*/;
	text-align: center;
	display: table;
	width: 100%;
	/*border-bottom:10px solid #f39ea3;	テーブル下ボーダー*/	
}

#topimage_inner {
	margin:0 auto;
	padding: 5px 0 10px;
	width:900px;
}

#topimage10 {
	margin:0 auto 5px;
	line-height: 0px;
	background: #fff /*url(imgs/bg.gif)*/;
	text-align: center;
	display: table;
	width: 100%;
	/*border-bottom:10px solid #f39ea3;	テーブル下ボーダー*/	
}

#topimage_inner10 {
	margin:0 auto;
	padding: 5px 0 10px;
	width:900px;
}

/* ●[5] メインコンテンツ-------------------- */

#contents_thru_block {
	display: table;
	background: #fff /*url(imgs/bg.gif)*/;
	width: 100%;
}

#contents_thru_block_inner {
	text-align:left;
	margin:0 auto;
	display:block;
	width:900px;
}

#contents_thru_block10 {
	display: table;
	background: #fff /*url(imgs/bg.gif)*/;
	width: 100%;
}

#contents_thru_block_inner10 {
	text-align:left;
	margin:0 auto;
	display:block;
	width:900px;
	height:540px;
}

/* ●[5-1] 左カラム-------------------- */

#contents_block_left {
	float: left;
	width: 540px;
	padding: 17px 0 0 20px;
	background: #fff;
}

#contents_block_left2 {
	float: left;
	width: 216px;
	padding: 17px 0 0 20px;
	background: #fff;
}

#contents_block_left10 {
	float: left;
	width: 216px;
	padding: 17px 0 0 20px;
	background: #fff;
}

.ttl_box img {
	margin: 0 0 3px;
}

.img_box {
	padding:10px 0 10px;
}
.img_box p{
	padding: 0;
	font-size: 9pt;
	font-weight: lighter;
	line-height:1;

}

.img_box2 {
	padding:132px 0 50px;
}

.img_box3 {
	padding:28px 0 10px;
}

.img_box4 {
	padding:260px 0 50px;
}

/* ●[5-2] 右カラム-------------------- */

#contents_block_right {
	float: right;
	width: 280px;
	padding: 17px 25px 0 0;
	background: #fff;
}

#contents_block_right2 {
	float: right;
	width: 585px;
	padding: 17px 25px 0 0;
	background: #fff;
}

#contents_block_right10 {
	float: right;
	width: 585px;
	padding: 17px 25px 0 0;
	background: #fff;
}

/* ●ボーダーボックス */

.border_box_top {
	padding:0 0 5px 0;
}
.border_box_top p{
	padding: 0;
	font-size: 10pt;
	font-weight: lighter;
	line-height:1.6;

}

.border_box {
	padding:0 0 35px 0;
}
.border_box p{
	padding: 0;
	font-size: 9pt;
	font-weight: lighter;
	line-height:1.7;

}

.border_box .style4{
	padding: 0;
	color:#336;
	font-size: 10pt;
	line-height:1.7;

}

.border_box2 {
	padding:0 ;
}
.border_box2 p{
	padding: 0;
	font-size: 9pt;
	font-weight: lighter;
	line-height:1.7;

}

.border_box3 {
	padding:15px 0 40px 0;
}

.border_box4 {
	padding:10px 0 60px 0;
}

.border_box5 {
	padding:0 0 55px 0;
}
.border_box5 p{
	padding: 0;
	font-size: 9pt;
	font-weight: lighter;
	line-height:1.7;

}



.border_box_tpx {
	padding:15px 0 35px 0;
}

.bnr_box_top {
	padding:0 0 10px;
}

.map_box {
	float:left;
	width:585px;
	padding:15px 0 2px 0;
	border-bottom:dotted 1px #ddd;
}
.map_box .txt_right {
	float:right;
	width:310px;
	font-size:9pt;
	line-height:1.7;
	padding:0 0 10px;
}


/* ●[6]フッター-------------------- */

/* ●PAGE UP */

#foot_pageup {
	text-align:right;
	margin:0 auto;
	padding:0;
	width:856px;
	clear: both;
}

#foot_pageup img {
	margin:40px auto 0;
	padding:0;
	vertical-align:bottom;
}

#footer {
	border-top:1px solid #ddd;
	/*border-bottom:3px solid #998671;*/
	display: table;
	background: #fff;
	width: 100%;
}


#footer_inner {
	text-align:left;
	margin:0 auto;
	padding:0px 0px 8px;
	width:900px;
	height:100px;
}

#footer_left {
	padding: 15px 0px 10px 25px;
	float:left;
	width:870px;
}

#footer_left p {
	line-height:1.3;
	font-size:11px!important;
	color:#555;
}

/* ●ex-------------------- */

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
