@charset "utf-8";

/* ==================================================
   レイアウト
================================================== */

#tmp_wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}


/* ---------------------------------------------
   TEST用
	border: solid 1px #888888;
--------------------------------------------- */

/* ---------------------------------------------
   ヘッダー部
--------------------------------------------- */

#tmp_wrap_header {
	margin:0 0 0 0;
	width:100%;
	height:115px;
	overflow: hidden;
}
#tmp_header {
	margin:0 auto;
	width:940px;
	height:143px;
}
#tmp_title_logo {
	position: relative;
	width:640px;
	height:109px;
	top: 5px;
	left:10px;
	float: left;
}

#tmp_title_bottun {
	position: relative;
	width:110px;
	height:140px;
	top: 0px;
	left:32px;
	float: left;
}

#tmp_bigsmall_btn {
	position: relative;
	top: 44px;
	left:20px;
}
#tmp_bigsmall_btn img {
	padding-right:2px;
	padding-bottom:4px;
}

#tmp_link_btn {
	position: relative;
	width:92px;
	height:20px;
	top: 22px;
	left:150px;
	float: left;
}
#tmp_link_btn img {
	padding-right: 4px;
	vertical-align: middle;
}


/* ---------------------------------------------
   グローバルナビ
--------------------------------------------- */

#tmp_wrap_gnavi {
	margin:0 auto;
	margin-top:-1px;
	margin-bottom:10px;
	width:985px;
	height:67px;
	background: url(../images/navi_back.png) no-repeat top;
}

#tmp_gnavi {
	margin:0 auto;
	padding-top:18px;
	height:46px;
	width:940px;
}

#tmp_gnavi ul {
	margin:0 auto;
	text-align:center;
	list-style:none;
}
#tmp_gnavi ul li {
	float:left;
	margin: 0;
	width:19.8%;
	height:37px;
	position:relative;
}
#tmp_gnavi ul ul{
	position:absolute;
	top:42px;
	left:1px;
	background-color:#bb8877;
	color:#FFFFFF;
}

#tmp_gnavi li li{
	float:none;
}

#tmp_gnavi ul ul{
	display:none;
	width:180px;
}

#tmp_gnavi ul ul li{
	border-bottom:1px solid #884000;
	position:relative;
}

#tmp_gnavi ul ul ul{
	position:absolute;
	top:0;
	left:166px;
}

#tmp_gnavi ul ul a{
	display:block;
	padding:9px 10px;
	zoom:1;
	text-align:left;
}

#tmp_gnavi ul ul a:hover{
	background-color:#a00000;
}

#tmp_gnavi ul ul a:link,
#tmp_gnavi ul ul a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#tmp_gnavi ul ul a:hover{
	text-decoration:underline;
}


/* ---------------------------------------------
   コンテンツ
--------------------------------------------- */

#tmp_wrap_main {
	padding-bottom:-130px;
}

#tmp_main {
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height: 100%;
	width:950px;
	background:#ffffff;
}

#main_content {
	margin:0 auto;
	margin-bottom:12px;
	padding:20px;
	width:90%;
}

#tmp_main_end {
	width:90%;
	height:130px;
	clear:both
}



/* ---------------------------------------------
   コンテンツ(メイン)
--------------------------------------------- */

#main_content h1 {
	margin:0.5em 0 0.8em;
	padding:7px 10px 4px 10px;
	color:#0066aa;
	font-size:130%;
	background:#DEF0FF;
	border-bottom:2px solid #1888B8;
	clear:both;
}

#main_content h2 {
	margin:0.5em 0em 0.8em 1.0em;
	padding:5px 10px 3px 10px;
	color:inherit;
	font-size:110%;
	color:#0066aa;
	background:#EEF8FF;
	border-bottom:2px solid #1888B8;
	clear:both;
}

#main_content h3 {
	margin:1.5em 0 0.8em 1.0em;
	padding:3px 5px;
	font-size:100%;
	font-weight:normal;
	border-bottom:2px solid #7BBAD9;
	border-left:6px solid #7BBAD9;
	clear:both;
}

#main_content h4,
#main_content h5,
#main_content h6 {
	margin:1.5em 0 0.8em 1.2em;
	font-size:90%;
	font-weight:bold;
	color:#0066aa;
	border-left:8px solid #7BBAD9;
	padding:0 0 0 5px;
	clear:both;
}

#main_content p {
	font-size:90%;
	margin:0 3em 0.7em 2.0em;
	line-height:100%;
}


#main_content ul {
	margin:0 0 1em 3.2em;
}

#main_content ol {
	margin:0 0 1em 3.2em;
	list-style-image:none;
}

#main_content ul li,
#main_content ol li {
	list-style-image:url(../images/list_icon.gif);
	margin:0 0 0.5em;
	font-size:95%;
}

#main_content ul ul,
#main_content ul ol,
#main_content ol ul,
#main_content ol ol {
	margin:0.3em 0 0 1.5em;
}

#main_content hr {
	height:1px;
	margin:8px 0 8px 0.5em;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}

#main_content table {
	margin-left:60px;
	width:85%;
	border-collapse: collapse;
}

#main_content table th {
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #dff;
	border: 1px solid #b9b9b9;
}


#main_content table td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-size:90%;
}

#main_content .f_pink {
	color:#FFAAAA;
	line-height:150%;
}

/* == 不足スタイルシートはここに追加 (↓↓↓)
---------------------------------------------------- */

#main_content table.clborder {
	border: none;
	margin-left:60px;
	width:85%;
}

#main_content table.clborder th {
	width: 25%;
	padding: 6px;
	border: none;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #dff;
}


#main_content table.clborder td {
	padding: 6px;
	border: none;
	background-color: #fff;
	font-size:90%;
}




/* == 不足スタイルシートはここに追加 (↑↑↑)
---------------------------------------------------- */



/* ---------------------------------------------
   フッター部 (アドレス情報)
--------------------------------------------- */

#tmp_address {
	width:100%;
	position:absolute;;
	height:130px;
	bottom:0;
	background: #d1f1f3;
}

#address_area {
	width:940px;
	margin:7px auto;
}

#address_box {
	margin-left:15px;
	width:580px;
	color:#3E59FF;
	font-size:100%;
	font-family:"ヒラギノ丸ゴ Pro W3" ,"ＭＳ Ｐゴシック" ,Osaka, sans-serif;
	line-height: 140%;
	float:left;
}

#address_box img {
	margin-bottom:5px;
}

#kaikan_box {
	margin-left:70px;
	width:270px;
	color:#3E59FF;
	font-size:95%;
	font-family:"ヒラギノ丸ゴ Pro W3" ,"ＭＳ Ｐゴシック" ,Osaka, sans-serif;
	line-height: 130%;
	float:left;
}


/* ---------------------------------------------
   フッター部
--------------------------------------------- */

#tmp_footer {
	width:100%;
	position:absolute;;
	height:24px;
	bottom:0;
	background-color:#8ecdfd;
}

#footer_box {
	text-align:center;
	margin-top:4px;
	color:#ffffff;
	font-size:94%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Osaka, sans-serif;
}



