@charset "utf-8";
/* CSS Document */

/*CSS Information ===============================================

File name: common.css

Table of Contents:
【1】基本設定
【2】ヘッダー部分
【3】グローバルメニュー
【4】パン屑リスト
【5-1】メインコンテンツエリア
【5-2-1】メインコンテンツエリア 左側
【5-2-2】メインコンテンツエリア 左側 サイドメニュー
【5-3-1】メインコンテンツエリア 右側
【5-3-2】メインコンテンツエリア 右側 下層ページ
【6】お問い合わせへのリンク（ページ下部　共通部分）
【7】フッター部分

===============================================================*/

/*---------------------------------------------------------------
【1】基本設定
---------------------------------------------------------------*/

body {
	width: 100%;
	background-color: #ffffff;
}

#wrapper {
	width: 100%;
}

#main {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
}

a:link {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #980001;
}

a:active {
	color: #980001;
}

.bold {
	font-weight: bold;
}

/*---------------------------------------------------------------
【2】ヘッダー部分
---------------------------------------------------------------*/


#seo_header {
	width: 100%;
	background-color: #980001;
}

#seo_header h1 {
	width: 950px;
	margin: 0 auto;
	padding: 2px;
	color: #ffffff;
	font-weight: normal;
}

#header {
	height: 85px;
	background-color: #ffffff;
}

#header div.logo_left {
	float: left;
	padding-top: 8px;
}

#header div.logo_right {
	float: right;
	padding-top: 8px;
}


/*---------------------------------------------------------------
【3】グローバルメニュー
---------------------------------------------------------------*/

#g_navi {
	height: 41px;
	margin: 0 auto;
	background: url(../images/menu_global.gif) no-repeat;
}

#g_navi li {
	display: inline;
	list-style-type: none;
}

#g_navi li a {
	display: block;
	float: left;
	height: 41px;
	overflow: hidden;
	text-indent: -9877em;
	text-decoration: none;
}

#g_navi li.index a {
	width: 159px;
	background: url(../images/menu_global.jpg) no-repeat 0px 0px;
}

#g_navi li.index a:hover {
	width: 159px;
	background: url(../images/menu_global.jpg) no-repeat 0px -41px;
}

#g_navi li.reason a {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -159px 0px;
}

#g_navi li.reason a:hover {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -159px -41px;
}

#g_navi li.flow a {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -317px 0px;
}

#g_navi li.flow a:hover {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -317px -41px;
}

#g_navi li.select a {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -475px 0px;
}

#g_navi li.select a:hover {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -475px -41px;
}

#g_navi li.request a {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -633px 0px;
}

#g_navi li.request a:hover {
	width: 158px;
	background: url(../images/menu_global.jpg) no-repeat -633px -41px;
}

#g_navi li.contact a {
	width: 159px;
	background: url(../images/menu_global.jpg) no-repeat -791px 0px;
}

#g_navi li.contact a:hover {
	width: 159px;
	background: url(../images/menu_global.jpg) no-repeat -791px -41px;
}



/*---------------------------------------------------------------
【4】パン屑リスト
---------------------------------------------------------------*/

.breadthumb {
	width: 720px;
	margin-top: 5px;
	text-align: left;
}



/*---------------------------------------------------------------
【5-1】メインコンテンツエリア
---------------------------------------------------------------*/
#contents {
	width: 950px;
	overflow: hidden;
	margin: 5px 0 20px;
}

/*IE 6に適用*/
* html #contents {
	zoom: 1;
}

/*---------------------------------------------------------------
【5-2-1】メインコンテンツエリア 左側
---------------------------------------------------------------*/
#contents .contents_L {
	width: 215px;
	float: left;
}

.support_count {
	width: 215px;
	height: 143px;
	background-image: url(../images/count_bg.gif);
	background-repeat: no-repeat;
}	

.support_count .date {
	height: 25px;
	padding-top: 7px;
	font-weight: bold;
	text-align: center;
}

.support_count .yesterday_count,
.support_count .lastmonth_count {
	width: 190px;
	padding: 4px 0 0 25px;
	line-height: 1;
}

.support_count .yesterday_count img,
.support_count .lastmonth_count img {
	width: 34px;
	height: 34px;
}

.support_count .update {
	padding-right: 20px;
	font-family: sans-serif;
	font-size: 70%;
	text-align: right;
}

.favorite {
	margin: 5px auto 5px;
}

.ads img{
	margin: 10px auto 0;
}

/*---------------------------------------------------------------
【5-2-2】メインコンテンツエリア 左側 サイドメニュー
---------------------------------------------------------------*/
.sub_menu {
	border: 1px solid #dadada;
	background: url(../images/diagonal_bg.gif);
}

.sub_menu_box {
	margin: 5px;
	background-color: #ffffff;
}

.sub_menu .firstchild {
	margin-top: 10px;
}

.sub_menu .lastchild {
	margin-bottom: 10px;
}

.sub_menu_box img {
	padding: 5px 0 5px 0;
}

.sub_menu .sub_menu_box h2 {
	padding-top:10px;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.sub_menu .sub_menu_box a {
	color: #000000;
	text-decoration: none;
}

.sub_menu .sub_menu_box a:hover {
	color: #980001;
}

.sub_menu .sub_menu_box ul {
	margin-left: 15px;
	text-align: left;
}

.sub_menu .sub_menu_box li {
	line-height: 20px;
	padding-left:20px;
	background: transparent url(../images/arrow.gif) no-repeat scroll 0 4px;
}


/*---------------------------------------------------------------
【5-3-1】メインコンテンツエリア 右側
---------------------------------------------------------------*/
#contents .contents_R {
	float: right;
	width: 720px;
}

.cl {
	clear:both;
}

/*---------------------------------------------------------------
【5-3-2】メインコンテンツエリア 右側 下層ページ
---------------------------------------------------------------*/
#contents .contents_R .kasou_contentsarea {
	width: 705px;
} 

.h2_kasou {
	width: 705px;
	margin: 15px 0;
	border-bottom: 1px solid #dadada;
	text-align: left;
	font-size: 180%;
}

.h3_kasou {
	width: 705px;
	height: 30px;
	margin: 10px 0;
	padding: 5px 0 0 15px;
	background: url(../images/bar_h3.jpg) no-repeat 0px 0px;
	font-size: 1.3em;
	font-weight: bold;
}


.h4_kasou{
	width: 690px;
	margin: 15px 0 10px 0;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #dadada;
	background: url(../images/arrow03.gif) no-repeat 2px 2px;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
}

.pagetop {
	margin-top: 50px;
	padding-right: 15px;
	background: url(../images/arrow_top.gif) no-repeat right center;
	text-align: right;
}



/*左テキスト　右写真レイアウト*/
.rpic_layout{
	width: 705px;
	margin-top: 10px;

}

.rpic_layout p {
	float:left;
	width: 400px;
	line-height: 1.5em;
	padding: 0 0 0 5px;
	text-align: left;
}

.rpic_layout img{
	float: right;
	width: 239px;
}

/*左写真　右テキストレイアウト*/
.lpic_layout {
	width: 705px;
}

.lpic_layout img {
	float: left;
	width: 239px;
}

.lpic_layout p {
	float:right;
	width: 450px;
	line-height: 1.7em;
	padding: 0px 5px 0 0;
	text-align: left;
}

/*テキストのみのレイアウト*/
p.textonly_layout {
	width: 695px;
	line-height: 1.5em;
	margin: 0 5px;
	text-align: left;
}

/*テキストのみのレイアウト テキストBig*/
p.text_B {
	width: 695px;
	line-height: 1.5em;
	margin: 22px 5px;
	font-weight: bold;
	font-size: 135%;
}

.red-text {
		color: red;
		text-decoration: underline;}

.left-indent {
	text-align: left;
	padding-left:15px;}

.left-indent li {
	font-size: 110%;
	line-height: 2;
	white-space: nowrap;}
.clear {
	clear: both;}

/*下層ページコンテンツ内2カラム"*/
.h3_kasou_s {
	height: 30px;
	margin: 5px 0;
	padding: 5px 0 0 15px;
	background: url(../images/bar_h3s.jpg) no-repeat 0px 0px;
	font-size: 130%;
	font-weight: bold;
}

.kasou_2column {
	width: 705px;
}

.kasou_2column_l {
	float: left;
	width: 345px;
}

.kasou_2column_r {
	float: right;
	width: 345px;
}

.kasou_2column p{
	line-height: 1.5em;
	padding: 5px;
	text-align: left;
}

/*テーブル*/

.kasou_table {
	table-layout: fixed;
	border: solid 1px #dadada;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 10px 0 20px;

}

.kasou_table th{
	border-bottom: solid 1px #dadada;
	border-right: solid 2px #f0e5e5;
	padding: 15px;
	background-color: #fbdbdb;
	text-align: center;
}

.kasou_table td{
	border-bottom: solid 1px #dadada;
	border-right: solid 2px #f0e5e5;
	padding: 15px;
	text-align: center;
}

/*下層ページのコンタクトボタン（共通）*/

.kasou_contact img{
	width: 695px;
	margin: 60px 5px 0 5px;
}

/*マージン小バージョン*/
.kasou_contact2 img{
	width: 695px;
	margin: 10px 5px 0 5px;
}

/*---------------------------------------------------------------
【6】お問い合わせへのリンク（ページ下部　共通部分）
---------------------------------------------------------------*/

#contact {
	clear: both;
	height: 104px;
	background: url(../images/contact_bg.jpg) repeat-x;
}

#contact h3 {
	text-indent: -9999px;
}

.contact_area {
	width: 950px;
	height: 104px;
	margin: 0 auto;
}

.contact_number {
	width: 950px;
	height: 104px;
	margin: 0 auto;
	background: url(../images/contact_footer.jpg) no-repeat 0px 0px;
}

.contact_btn a {
	display: block;
	float: right;
	width: 363px;
	height: 68px;
	margin: 12px 10px 0 0;
	background: url(../images/contact_btn.gif) no-repeat 0px 0px;
	text-indent: -9877em;
	text-decoration: none;
}


.contact_btn a:hover {
	width: 363px;
	background: url(../images/contact_btn.gif) no-repeat 0px -68px;
}




/*---------------------------------------------------------------
【7】フッター部分
---------------------------------------------------------------*/

#footer {
	clear:both;
	width: 100%;
	min-width: 970px;
	height: 100px;
	background-color: #333333;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #BBDD00;
}


div.footer_area {
	width: 950px;
	margin: 0 auto;
}


#footer div.footer_link{
	float: left;
	width: 400px;
	padding-top: 10px;
	text-align: left;
}

#footer div.footer_link li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	border-left: 1px solid #ffffff;
}

#footer div.footer_link li.firstchild {
	padding-left: 0;
	border: none;
}


#footer div.footer_middle {
	float: right;
	width: 450px;
	padding-top: 10px;
	text-align: right;
}


#footer div.address {
	line-height: 1.5em;
}

#footer div.copyright {
	padding-top: 5px;
}

.p-mark{
	float: right;
	margin-top: 15px;
}
