@charset 'UTF-8';

@import url("base_new.css");
@import url("common.css");
@import url("navi_new.css");


/* -----------------------------------------------------------------------------
>> その他共通
----------------------------------------------------------------------------- */


/* コンテンツボックス -------------------------------------------------------------*/
#Larea .header1{
/*
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #B6B6B6;
	*/
	margin-bottom:25px;
}
#Larea .header1 h2{
	font-size: 30px;
	font-weight:bold;
	color: #111;
	line-height:1em;
	text-shadow:-1px -1px 0px #DDC,1px 1px 0px #FFF;
}
#Larea .content_box1{
	width: 640px;
	padding:20px;
	margin-bottom:25px;
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #B6B6B6;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;
	behavior: url(css/PIE.htc);
	position:relative;
}


/* -----------------------------------------------------------------------------
>> 大家さんも安心のひみつ
----------------------------------------------------------------------------- */
.anshin strong{
	color:#2D4B9B;
}


/* -----------------------------------------------------------------------------
>> 会社案内
----------------------------------------------------------------------------- */
.aboutus .table2,
.aboutus .table3{
	width:100%;
}
.aboutus .content_box1 figure{
	width:150px;
	background-color:#FFFFFF;
}
.aboutus .content_box1 figcaption{
	clear:both;
	font-size:12px;
	font-weight:bold;
	color:#855;
}

/* -----------------------------------------------------------------------------
>> パブリシティー
----------------------------------------------------------------------------- */
.publicity article {
	margin : 0 0 2em;
	padding : 0 0 2em;
	border-bottom : 1px solid #ccc;
}
#wrapper.publicity h3 {	
	font-size : 1em;
}
#wrapper.publicity p {
	line-height: 150%;
	font-size : 0.9em;
}
.movie-icon {
	background:url(../img/icon/file_movie.png) no-repeat 0 center;
	border-left-style: none !important;
	padding-left: 50px !important;
}
.pdf-icon {
	background:url(../img/icon/file_pdf.png) no-repeat 0 center;	
	border-left-style: none !important;
	padding-left: 50px !important;
}
.sound-icon {
	background:url(../img/icon/file_sound.png) no-repeat 0 center;
	border-left-style: none !important;
	padding-left: 50px !important;
}

/* -----------------------------------------------------------------------------
>> 個人情報保護方針
----------------------------------------------------------------------------- */
.privacy p{
	margin-top:15px;
}
.privacy dl{
	margin-top:15px;
	padding-left:20px;
}
.privacy dt{
	font-weight:bold;
	color:#630;
}
.privacy dd{
	padding-left:20px;
	margin-bottom:15px;
	font-size:0.9em;
}

/* -----------------------------------------------------------------------------
>> サイトご利用について
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
>> サイトマップ
----------------------------------------------------------------------------- */
.sitemap .content_box1 ul{
	margin-bottom:15px;
}
.sitemap .content_box1 ul li a{
	background-image: url(../img/icon/icon_11.gif) !important;
	color:#2D4B9B !important;
}

.sitemap .content_box1 ul ul{
	margin-left:20px;
}

.sitemap .content_box1 ul ul li a{
	background-image:url(../img/icon/icon_22.gif) !important;
	font-weight:normal;
	font-size:14px;
	color:inherit !important;
}
.sitemap .content_box1 ul ul ul{
	margin-left:40px;
}
.sitemap .content_box1 ul ul ul li a{
	font-size:12px;
}

/* -----------------------------------------------------------------------------
>> サイト内検索
----------------------------------------------------------------------------- */
.search .srchbox{
	background-color: #F7F8FA;
	border: 1px solid #CCC;
	padding: 20px;
}

