@charset "UTF-8";


/*

　ポータルトップ用 INDEX

	■ページ全体
	■ヘッダ
	■コンテンツ全般
	■フッタ

	■ハック
	■ライン
	
*/


/**********************************************************************/
/* = ページ全体
***********************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #eee;
}


/* 枠
----------------------------------------------------------------------*/
#pagebody-outer{
	margin: 0 auto;
	padding: 0 0 5px;
	width: 770px;
	background: #ddd url(../img/bg_pageouter.png) no-repeat center bottom;
}

#pagebody-outer-smart{
	margin: 0 auto;
	padding: 0 0 5px;
	width: 622px;
	background: #ddd url(../img/bg_pageouter.png) no-repeat center bottom;
}

#pagebody {
	width: 760px;
	margin: 0 auto;
}

#pagebody-smart {
	width: 620px;
	margin: 0 auto;
}

/**********************************************************************/
/* = ヘッダ
***********************************************************************/

/* タイトル
----------------------------------------------------------------------*/
#header {
	width: 760px;
	height: 74px;
	text-align: left;
	background: url(../img/header_bg.jpg) repeat-x left top;
	position: relative;}

#header h1 {
	height: 74px;
	background: url(../img/title_illust.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	color: #f0f0f0;}

#header div.help-outer {
	position: absolute;
	top: 10px;
	right: 10px;}

#header div.help-outer button {
	display: block;
	width: 184px;
	height: 34px;
	background: url(../img/btn_help.gif) no-repeat left top;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}	


#header-smart {
	width: 620px;
	height: 74px;
	text-align: left;
	/*background: url(../img/header_bg.jpg) repeat-x left top;*/
	position: relative;}

#header-smart h1 {
	height: 74px;
	background: url(../img/title_illust.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	/*color: #f0f0f0;*/}

#header-smart div.help-outer {
	position: absolute;
	top: 10px;
	right: 10px;}

#header-smart div.help-outer button {
	display: block;
	width: 184px;
	height: 34px;
	background: url(../img/btn_help.gif) no-repeat left top;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}	

/**********************************************************************/
/* = コンテンツ全般
***********************************************************************/

/* コンテンツ全体
----------------------------------------------------------------------*/
#column {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #fff url(../img/border_slash_blue.gif) repeat-x left 1px;}

.column-inner {
	width: auto;
	padding: 30px 0 0;}

/* 概要説明 */
.summary-outer {
	margin: 0 40px;
	padding: 0 0 0 90px;
	text-align: left;}

.summary-outer h2 {
	display: block;
	width: auto;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

.summary-outer div.text-outer {
	width: 590px;;
}

.summary-outer div.text-outer p {
	padding: 10px;
	font-size: 90%;
	line-height: 1.5;
}

.summary-outer-smart {
	margin: 0 0px;
	padding: 0 0 0 0px;
	text-align: left;}

.summary-outer-smart h2 {
	display: block;
	width: auto;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

.summary-outer-smart div.text-outer {
	width: 440px;
	background: #fff url(../img/bg_radius_bottom-smart.gif) no-repeat left bottom;
}

.summary-outer-smart div.text-outer p {
	background: url(../img/bg_radius_top-smart.gif) no-repeat left top;
	padding: 10px;
	font-size: 90%;
	line-height: 1.5;
}
/* */
.menu-outer {
	margin: 20px 100px 30px;
	width: auto;
	width: -moz-available;
}

/* ul */
.menu-outer ul {}

.menu-outer ul li.menubox1 {
	float: left;
	width: 260px;
	padding: 20px 0;
}

.menu-outer ul li.menubox2 {
	float: right;
	width: 260px;
	padding: 20px 0;
	text-align: center;
}

/* btn */
.menu-outer ul li.menubox1 div.btn a,
.menu-outer ul li.menubox2 div.btn a {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
}

.menu-outer ul li.menubox1 div.btn a {
	background: url(../img/btn_mth1.png) no-repeat left top;
}
.menu-outer ul li.menubox1 div.btn a:hover {
	background: url(../img/btn_mth1_hov.png) no-repeat left top;
}

.menu-outer ul li.menubox2 div.btn a {
	background: url(../img/btn_mth2.png) no-repeat left top;
}
.menu-outer ul li.menubox2 div.btn a:hover {
	background: url(../img/btn_mth2_hov.png) no-repeat left top;
}

/*****スマホ開始*****/
.menu-outer-smart {
	margin: 20px 130px 30px;
	width: auto;
	width: -moz-available;
	text-align: center;
}

/* ul */
.menu-outer-smart ul {}

.menu-outer-smart ul li.menubox1 {
	width: 260px;
	margin: auto;
	padding: 15px 0;
}

.menu-outer-smart ul li.menubox2 {
	width: 260px;
	margin: auto;
	padding: 15px 0;
}

.menu-outer-smart ul li.menubox3 {
	width: 260px;
	margin: auto;
	padding: 15px 0;
}

/* btn */
.menu-outer-smart ul li.menubox1 div.btn a,
.menu-outer-smart ul li.menubox2 div.btn a,
.menu-outer-smart ul li.menubox3 div.btn a 
{
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}

.menu-outer-smart ul li.menubox1 div.btn a {
	background: url(../img/btn_mth1_smart.gif) no-repeat left top;
}
.menu-outer-smart ul li.menubox1 div.btn a:hover {
	background: url(../img/btn_mth1_smart_hov.gif) no-repeat left top;
}

.menu-outer-smart ul li.menubox2 div.btn a {
	background: url(../img/btn_mth2_smart.gif) no-repeat left top;
}
.menu-outer-smart ul li.menubox2 div.btn a:hover {
	background: url(../img/btn_mth2_smart_hov.gif) no-repeat left top;
}

.menu-outer-smart ul li.menubox3 div.btn a {
	background: url(../img/btn_mth3_smart.gif) no-repeat left top;
}
.menu-outer-smart ul li.menubox3 div.btn a:hover {
	background: url(../img/btn_mth3_smart_hov.gif) no-repeat left top;
}
/*****スマホ終了*****/


/* p */

p.text1 { display: none;}

p.text2 {
	margin: 0 auto;
	display: block;
	width: 210px;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
}

.menu-outer ul li.menubox1 p.text2 {
	background: url(../img/text_mth1.png) no-repeat left top;
}
.menu-outer ul li.menubox2 p.text2 {
	background: url(../img/text_mth2.png) no-repeat left top;
}


/**********************************************************************/
/* = フッタ
***********************************************************************/

#footer {
	clear: left;
	width: 100%;
	text-align: left;
	background: #bfd3fa;
	color: #003399;}

#footer p.city { padding: 15px;}

#footer p.city span { margin-right: 1em; font-weight: bold;} 

#footer p.copy {
	padding: .4em 0;
	text-align: center;
	font-size: 80%;
	font-weight: bold;}


/**********************************************************************/
/* = ハック
***********************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix { height: 1%;}
.clearfix { displaly: block;}
/* End hide from IE-mac */


/**********************************************************************/
/* = ライン
***********************************************************************/

div.hr {
  height: 15px;
  background: url(../img/dot_333_1.gif) no-repeat scroll center;
}

/* 全てに共通 */

div.hr hr {
	display: none;
}
