@charset "euc-jp";

/*  ---- Reset ----  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,{ 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  ---- Fontsize Base ----  */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*  ---- Fontsize Pattern ----  */
/*
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
*/
/*  ----------  */

.strong{
	font-weight:bold;
}
html,body{
	height:100%;
}
#wrapper-aquos{
	width:950px;
	min-height:100%;
	_height:100%;
	text-align:left;
	line-height:1.2;
	background:#fff;
	margin:0 auto;
	padding:0px 0;
}

#masthead{
	margin: 0px auto 10px auto;
        padding-top: 4px;
	}

#main{

}

#sub{

}

/*  ---- clearfix ----  */

.clearfix{
    zoom:1;
}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clearfloat{
	height:1px;
	font-size:1%;
	clear:both;
	display:block;
}
.alt{
	position: absolute;
	left: -5000px;
	top: -999px;
}

/*=================================
 common
=================================*/

/*  ----  ----  */
body{
	background:#d7d7d7;
}

#aquos-breadcrumbs{
	padding:5px 15px;
}

.graymark{
	text-align:left;
}

.graymark li{
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding:0 0 0 8px;
	background:url(http://i.yimg.jp/images/dh/aqu/aquos_grayten.gif) no-repeat 0px 5px;
}
.bluemark{
	min-height:18px;
	padding:2px 0 0 20px;
	background:url(http://i.yimg.jp/images/dh/aqu/common/0809/aquos_bluemark.gif) top left no-repeat;
	right:10px;
}
span.txts{
	font-size:77%;
}
div.txtlinkarea{
	width:100%;
	text-align:center;
	margin:50px auto 20px auto;
}
p.pagetop-area{
	width:900px;
	font-size:77%;
	text-align:right;
	margin:0 auto 50px auto;
}

img.pagetop-sp{
	margin:0 5px 0 0;
}

#main h2.errortitle{
	width:913px;
	background-color:#10b4f8;
	margin:0px auto 10px auto;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
}

#main p.error-txtti{
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}

/* === contents-header === */
#contents-header #aqu-header {
	width:950px;
	height:30px;
	margin:10px 0 0 0;
	padding:0;
	border-bottom:1px solid #1f3f92;
	background:url(http://i.yimg.jp/images/dh/aqu/common/0809/gnavi_bg.gif) repeat-x #c4dceb top;
}
#contents-header > #aqu-header {
	height:auto;
	min-height:30px;
}
#contents-header #aqu-header dl {
	float: left;
}
#contents-header #aqu-header dd {
	float:left;
	color:#FFFFFF;
	text-align:center;
	margin:2px 0 0 0;
	background:url(http://i.yimg.jp/images/dh/aqu/common/0809/gnavi_bg_bar.gif) repeat-y 100% 0;
}
#contents-header #aqu-header a {
	display:block;
	margin:0;
	height:100%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.8em;
}
#contents-header #aqu-header a:focus,
#contents-header #aqu-header a:hover {
	text-decoration:underline;
	}
#aqu-header #aqu-header-navi01,
#aqu-header #aqu-header-navi02 {
	width:6em;
}
#aqu-header #aqu-header-navi03,
#aqu-header #aqu-header-navi04 {
	width:8em;
}

.aqu-header-current {
	display:block;
	height:100%;
	background:#4850be;
	text-decoration:none;
	margin:0 2px 0 0;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.8em;
}

/* === aqu-title-h1 === */
#main h1.aqu-title-h1 {
	height:27px;
	margin:5px auto 15px;
	padding:0px 5px;
	background:url(http://i.yimg.jp/images/dh/aqu/common/0809/title_h1_bg.gif) repeat-x #bde9f4 bottom;
	vertical-align:middle;
	font-weight:bold;
	line-height:27px;
}
#main > h1.aqu-title-h1 {
	height:auto;
	min-height:27px;
}
/*-- 091201update --*/
.LinkR { float:right; margin-top:-10px;}
/*-- /091201update --*/