/* CSS Document */

/* タイトル
========================================*/
div#under_Area div#contentsArea h2{
	padding-bottom:18px;
}

/* mainContents
============================================================================================================*/
div#under_Area div#mainContents {
	width:660px;
	float:left;
}

div#under_Area h3{
	padding:23px 0 20px;
}

/* right_navi
============================================================================================================*/
	
div#under_Area #navi_right{
	width:210px;
	float:right;
}
div#under_Area #navi_right h3{
	padding:0;
}


div#under_Area #navi_right li a:link,div#under_Area #navi_right li a:visited {color: #4c4d4d; text-decoration:none;}
div#under_Area #navi_right li a:hover,div#under_Area #navi_right li a:active {color: #4c4d4d; text-decoration:none;}






/* under_header
============================================================================================================*/
div#under_header{
	width: 100%;
	background:url(../common_images/header_bg.gif) repeat-x bottom;
}


/* underArea
============================================================================================================*/


div#under_Area{
	width:100%;
	background: url(../common_images/under_contents_bg.gif) repeat-x top;
	padding-top:30px;
}

div#under_Area div#navi_right ul{
	background: url(../common_images/under_navi_bottom.gif) no-repeat bottom;
	margin-bottom:10px;
	padding-bottom:2px;
}

div#under_Area div#navi_right li{
	background:url(../common_images/under_right_bg.gif) no-repeat top;
	padding:6px 10px 8px 28px;
}


div#under_Area div#navi_right div.bnr_box{
	border:1px solid #e2d5cc;
	padding:17px 15px;
	}
div#under_Area div#navi_right div.bnr_box p{
	padding-bottom:16px;
}

/* パンくず
=============*/

div#under_Area ul.pankuzu li{
	display:inline;
}


/* ページトップ
==================*/
div#under_Area p.pagetop{
	float:right;
	overflow:hidden;
	clear:both;	
}



div#under_Area p.pagetop a:link,div#under_Area p.pagetop a:visited {text-decoration:none;}
div#under_Area p.pagetop a:hover,div#under_Area p.pagetop a:active {text-decoration:underline;}


/* 表組
=============*/
div#under_Area table.normal{
	width:660px;
	margin:0px 0 20px 0;	
}

div#under_Area table.normal th{
	width:190px;
	background-color:#f5f5ed;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}

div#under_Area table.normal td{
	padding:5px;
	background-color:#FFFFFF;	
}

/* 幅630pxのボックス
=============*/
div.normal_box{
	width:630px;
	margin:0 auto 20px;
	background: url(../about/images/normal_bg.gif) no-repeat bottom;
	padding-bottom:30px;
}
div.normal_box p{
	padding:0 15px;
}
div.normal_box h4{
	padding-bottom:15px;
}
div.normal_box p.photo_right{
	padding-bottom:0px;
}


/* 幅586pxのボックス
=============*/
div.normal_box_in{
	margin:20px 20px 0 20px;
}
div.normal_box_in h5{
	padding-bottom:12px;
}


/* 写真左
=============*/
img.photo_right{
	float:right;
}
img.photo_left{
	float:left;
}

p.photo_right{
	float:right;
	padding:0;
}
p.photo_left{
	float:left;
	padding:0;	
}


.caption{
	font-size:80%;
	line-height:1.2em;
	padding:5px 0; 
}	

.m_t60{
	margin:60px 0 20px;
}/* =暫定バナー=*/
.m_b20{
	margin-bottom:20px;
}
.p_b10{
	padding-bottom:10px;
}


	
	
