﻿@charset "utf-8";



/* contents
--------------------------------------------------------------------------
01. body
02. Content area (div#contentArea)
03. Header area (div#headerArea)
04. Column area (div#columnArea)
06. for Smartphon (div#smartphonArea)
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
07/03/2009 Adjustment of all css files.
--------------------------------------------------------------------------
*/



/* 01. body
----------------------------------------------------------------------- */
body{
	background:#f0f0f0 url(/common/images/layout/bg_body.png) repeat-x 0 0 scroll;
	font-size:0.8em;
	text-align:center;
}


/* 02. Content area (div#contentArea)
----------------------------------------------------------------------- */
div#contentArea{
	width:990px;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
}


/* 03. Header area (div#headerArea)
----------------------------------------------------------------------- */
div#headerArea{
	width:990px;
}

div#pageTitle{
	z-index:60;
}


/* 04. Column area (div#columnArea)
----------------------------------------------------------------------- */
div#columnArea{
	width:938px;
	margin-left:26px;
	padding-bottom:45px;
	z-index:1;
}
div#columnArea:after{
	display:block;
	clear:both;
	content:"";
}
div#columnArea div#mainColumn{
	width:938px;
}
div#columnArea div#mainColumn:after{
	display:block;
	clear:both;
	content:"";
}
div#columnArea div#mainColumn div#mainArea{
	float:right;
	width:740px;
}
div#columnArea div#mainColumn div#localArea01{
	float:left;
	width:182px;
}

/* 05. View area (div#viewArea) %option
----------------------------------------------------------------------- */
div#viewArea{
	width:938px;
	margin-left:26px;
	z-index:50;
}

/* 06. for Smartphon (div#smartphonArea)
----------------------------------------------------------------------- */
div#smartphonArea {
	position:relative;
	width:938px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:26px;
}
div#smartphonArea p a{
	width:100%;
	text-align:center;
}
.smartphonButton,
.smartphonButton:visited {
	display: inline-block; 
	padding: 34px 14px 35px;
	color: #222; 
	font-size:3em; 
	font-weight: bold; 
	line-height: 1; 
	text-decoration: none;
	letter-spacing:0.1em;

	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, #bfbdbd 51%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dbdbdb), color-stop(51%,#bfbdbd), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#bfbdbd 51%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#bfbdbd 51%,#dbdbdb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#bfbdbd 51%,#dbdbdb 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#bfbdbd 51%,#dbdbdb 100%); /* W3C */

	position: relative;
	cursor: pointer;

	border: 1px solid #9d9d9d;

}
.smartphonButton:hover{
	color:#555555;
	background: #dbdbdb; /* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #dbdbdb 50%, #bfbdbd 51%, #ccc9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(50%,#dbdbdb), color-stop(51%,#bfbdbd), color-stop(100%,#ccc9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#dbdbdb 50%,#bfbdbd 51%,#ccc9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#dbdbdb 50%,#bfbdbd 51%,#ccc9c9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#dbdbdb 50%,#bfbdbd 51%,#ccc9c9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ccc9c9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dbdbdb 0%,#dbdbdb 50%,#bfbdbd 51%,#ccc9c9 100%); /* W3C */
}
.smartphonButton span.ico{
	display:inline-block;
	width:37px;
	height:36px;
	margin-left:10px;
	background: url(/common/images/smartphone/sbutton.png) 0 0px no-repeat;
}
