@charset "utf-8";

/* indexのみ使用*/


html, body, #wrapper
{
	background: url(../images/common/headline.jpg) repeat-x;
}

body
{
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: #FFF;
	margin: 0;
	line-height: 1.4em;
}

#wrapper
{
	height: 100%;
}

#mainimage
{
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#daisya
{
	width: 100%;
	height: auto;
	background: #eeeeee;
}

#4contents
{
	width: 100%;
	height: auto;
	background-color: #dcf7a1;
}

#info-area-liup
{
	width: 100%;
	height: auto;
	background-color: #dcf7a1;
	padding-bottom: 10px;
}

.center
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.sidespace
{
	margin-left: 25px;
	margin-right: 25px;
}

/*3つコンテンツエリア*/	

.content-l
{
	float: left;
	width: 30.5%;
	background: #ffffff;
	margin-right: 1%;
	padding: 1%;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
	height:325px;
}

.content-r
{
	float: left;
	width: 30.5%;
	background: #ffffff;
	padding: 1%;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

.insurance-content
{
	background: #ffffff;
	width: 895px;
	height: auto;
	float: left;
	padding: 5px;
	margin: 5px 0;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

/*お知らせ・エリアラインアップ*/	

.information
{
	background: #ffffff;
	width: 440px;
	height: 188px;
	float: left;
	padding: 5px;
	margin: 5px 10px 0 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

.area-lineup
{
	background: #ffffff;
	width: 440px;
	height: auto;
	float: left;
	padding: 5px;
	margin: 5px 0;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

/*header*/

header
{
	width: 960px;
	height: 147px;
	background: url(../images/common/headline.jpg) repeat-x;
	margin: 0 auto;
	padding: 0;
}

/*navigation*/

nav
{
	margin-left: 130px;
	padding-top: 3px;
}

nav ul
{
	margin: 0 auto;
	padding: 0;
}

nav ul li
{
	float: left;
	list-style: none;
	margin-right: 1px;
}

/*リンク*/
a:link
{
	color: #F6AE07;
}

a:visited
{
	color: #F6AE07;
}

a:hover
{
	color: #F6AE07;
}

a:active
{
	color: #F6AE07;
}

.clear
{
	clear: both;
}

footer
{
	width: 100%;
	height: 165px;
	background: #d1c698;
	position: relative;
	margin-top: -10px;
}

#footer
{
	margin: 0 auto;
	width: 960px;
	color: #333333;
	padding-top: 10px;
	font-size: smaller;
}

#footer #retsu
{
	float: left;
	width: 500px;
}

#footer #r-logo
{
	float: right;
	margin-top: 55px;
}

#footer ul li
{
	float: left;
	width: 180px;
	list-style-image: url(../images/common/footer-arrow.png);
}

/*リンク*/
#footer a
{
	text-decoration: none;
}

#footer a:link
{
	color: #644804;
}

#footer a:visited
{
	color: #644804;
}

#footer a:hover
{
	color: #333333;
}

#footer a:active
{
	color: #644804;
}

#copy
{
	text-align: right;
	font-size: smaller;
}

.news
{
	list-style-image: url(../images/common/footer-arrow.png);
}

/*==================================
　ページ下部トップへ戻るボタン
==================================*/


a#pagetopBtn img
{
	position: fixed;
	bottom: 10px;
	right: 50px;
}

/*４つのメリットのタイトル見出し*/
.merit-midashi
{
	font-size: large;
	font-weight: bold;
	color: #E38F00;
	margin-bottom: 3px;
	margin-top: 5px;
}
