@charset "utf-8";

/* -----------------------------------------------------------
	QUALIER website
	
	common.css
	
	
----------------------------------------------------------- */

/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
}

li {
	list-style-type: none;
}



/*----------------------------------------------------
	basic setting
----------------------------------------------------*/

body {
	background:#fff;
	color: #666666;
	font-size: small;
	font-family: Verdana,Arial,Sans-Serif;
	line-height: 1.5;
	text-align: center;
}
*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
* html body {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
a:link {
	color:#003399;
	text-decoration: underline;
}

a:visited {
	color:#003399;
	text-decoration: underline;
}

a:hover {
	color:#003399;
	text-decoration: underline;
}

a:active {
	color:#003399;
	text-decoration: underline;
}
h2 {margin-bottom:25px;}
h3 {margin:0 20px 20px;}


/*----------------------------------------------------
	Basic Layout
----------------------------------------------------*/
#container {
	background:url(../images/bg_02.jpg) repeat-y center top;
}
#containerInner {
	background:url(../images/bg_01.jpg) no-repeat center top;
}
#contents {
	clear:both;
	margin:0 auto;
	width:950px;
	padding-bottom:30px;
	text-align:left;
}
.contentInner {
	margin:0 25px;
}
#main, #rightcol {
}

/* 2column setting */
.twocolumn #main {
	float:left;
	width:670px;
}
.twocolumn #rightcol {
	float:right;
	width:205px;
}

.twocolumn #rightcol div.sideTop {
	padding-top:9px;
	background:url(../images/banner_bg01.gif) no-repeat left top;
}
.twocolumn #rightcol div.sideBottom {
	padding-bottom:7px;
	background:#E3E1D2 url(../images/banner_bg02.gif) no-repeat left bottom;
}
.twocolumn #rightcol div.sideInner {
	background:url(../images/banner_bg.gif) repeat-y left top;
}
.twocolumn #rightcol div.sideInner p {
	margin:0 20px;
	padding-bottom:10px;
	font-size:0.9em;
}
#contents:after,
.contentInner:after,
#main:after,
#main .inner:after,
.twocolumn #rightcol div.sideBottom:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents,
.contentInner,
#main,
#main .inner,
.twocolumn #rightcol div.sideBottom {
	zoom: 1;
	font-family: Verdana, Arial, Sans-Serif;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/

#header {
	margin:0 auto 15px;
	width:950px;
	overflow:hidden;
	text-align:left;
}
#header div.headerInner {
	position:relative;
	padding:20px 25px 5px;
	height:51px;
}
#header div.headerInner p {
	position:absolute;
	top:20px;
	right:25px;
	text-align:right;
	color:#00369F;
}
#header ul.navi {
	position:absolute;
	bottom:5px;
	right:25px;
	background:url(../images/head_line.gif) no-repeat right center;
	text-align:right;
}
#header ul.navi li {
	display:inline;
	background:url(../images/head_line.gif) no-repeat left center;
	padding:1px 10px;
	font-size:x-small;
}
#header ul#gnavi {
	height:53px;
	background:url(../images/menu_bg.gif) no-repeat left bottom;
	overflow:hidden;
}
#header ul#gnavi li{
	display:block;
	float:left;
}

/* グローバルメニュー
------------------------------------ */
#header .header_menu{
	float:left;
	padding-top:5px;
	width:950px;
	height:45px;

}

#usermenu dl {
	float:left;
	padding-right:0;
	margin:0;

}

#usermenu dl dt {
	width:190px;
	height:45px;
	margin:0;

}

#usermenu dl dd {
	position:absolute;
	overflow:hidden;
	width:187px;
	display:none;
	background:#FFFFFF;
	z-index:200;
	opacity:0;
	padding:0;
	margin:0;

}

#usermenu ul {
	width:185px;
	border:1px solid #AAA582;
	list-style:none;
	padding:0;
	margin:0;
	text-decoration:none;	

}

#usermenu dl li {
	display:inline;
	padding:0;
	margin:0;
	font-size:100%;
	text-decoration:none;

}

#usermenu dl li a.dropMenu {
	display:block;
	color:#333;
	text-decoration:none;
	background:#DCD59E;
	padding:5px;
	margin:0;
	_text-align:left;

}

#usermenu dl li a.dropMenu:hover {
	background:#C2BFA7;
	color:#000
	_text-decoration:none;
}

/* ブログ
------------------------------------ */
#main .blogtitle{
	padding:15px 0 0 15px;
	width:655px;
	height:48px;
	background-image:url(../../images/title.jpg);
	color:#68653E;
	font-size:18px;
	font-weight:bold;
}


	



/*----------------------------------------------------
	footer
----------------------------------------------------*/

#footer {
	clear:both;
	background:#33429C url(../images/foot_bg.gif) repeat-x left top;
	width:100%;
	text-align:center;
	font-size:x-small;
}
#footer ul li {
	display:inline;
	padding:0 8px;
}
.footerNavi {
	height:82px;
}
#footer ul.fnavi {margin-bottom:10px;}
#footer ul.fnavi li {
	border-left:1px solid #333;
}
#footer ul.fnavi li.first {
	border-left:none;
	padding-left:0;
}
#footer ul.fnavi2 li {
	background:url(../images/arrow01.gif) no-repeat left center;
	padding:0 35px 0 10px;
}
.footerInfo {
	min-height:49px;
	height:auto ! important;
	height:49px;
	color:#fff;
}
.footerInner {
	position:relative;
	margin:0 auto;
	width:930px;
	text-align:left;
}
.footerNavi .footerInner {padding:20px 0 10px;}
.footerInfo .footerInner {padding:10px;}
.footerInner p.copy{
	position:absolute;
	top:17px;
	right:10px;
	text-align:right;
}



/*----------------------------------------------------
	header footer topicpath link setting
----------------------------------------------------*/
#header a:link,
#footer a:link {
	color:#666666;
	text-decoration: underline;
}
#header a:visited,
#footer a:visited {
	color:#666666;
	text-decoration: underline;
}
#header a:hover,
#footer a:hover {
	color:#666666;
	text-decoration: underline;
}
#header a:active,
#footer a:active {
	color:#666666;
	text-decoration: underline;
}

#topicPath a:link {
	color:#666666;
	text-decoration: none;
}

#topicPath a:visited {
	color:#666666;
	text-decoration: none;
}

#topicPath a:hover {
	color:#666666;
	text-decoration: underline;
}

#topicPath a:active {
	color:#666666;
	text-decoration: underline;
}


/*----------------------------------------------------
	Common Module
----------------------------------------------------*/
#topicPath {
	margin-bottom:15px;
	font-size:x-small;
}

.introduction {margin-bottom:20px;}

.rcVoice {
	background:url(../images/banner_voice02.gif) no-repeat left 3px;
	padding-left:15px;
}
.toTop {
	clear:both;
	text-align:right;
}
.arrow {
	background:url(../images/arrow01.gif) no-repeat left center;
	padding-left:10px;
}
.arrowBlock {
	display:block;
	background:url(../images/arrow01.gif) no-repeat left 6px;
	padding-left:15px;
	text-indent:-5px;
}
.arrow02 {
	background:url(../images/arrow02.gif) no-repeat left center;
	padding-left:15px;
}
.newWindow {
	background:url(../images/linkout.gif) no-repeat right center;
	padding-right:15px;
}

div#main ul.linkList {
	clear:both;
	margin:30px 20px 5px;
}
div#main ul.linkList li {
	display:inline;
}
div#main div.inquiryLink {
	position:relative;
	clear:both;
	margin:0 20px 30px;
	background:url(../images/inquiry_bg.gif) no-repeat left top;
	width:630px;
	height:67px;
}
div#main div.inquiryLink p {
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-1.8em;
	width:390px;
	line-height:1.8;
}
div#main div.inquiryLink img {
	position:absolute;
	top:11px;
	right:20px;
}
.txtBk {color:#333333;}
.indent {
	display:block;
	padding-left:1em;
	text-indent:-1em;
}
.fsCaption {
	font-size:0.8em;
}


/* other class
---------------------------------------------- */
.mt0 {margin-top:0px ! important;}
.mt5 {margin-top:5px ! important;}
.mt10 {margin-top:10px ! important;}
.mt15 {margin-top:15px ! important;}
.mt20 {margin-top:20px ! important;}
.mt25 {margin-top:25px ! important;}
.mt30 {margin-top:30px ! important;}
.mt35 {margin-top:35px ! important;}
.mt40 {margin-top:40px ! important;}
.mt45 {margin-top:45px ! important;}
.mt50 {margin-top:50px ! important;}

.mb0 {margin-bottom:0px ! important;}
.mb5 {margin-bottom:5px ! important;}
.mb10 {margin-bottom:10px ! important;}
.mb15 {margin-bottom:15px ! important;}
.mb20 {margin-bottom:20px ! important;}
.mb25 {margin-bottom:25px ! important;}
.mb30 {margin-bottom:30px ! important;}
.mb35 {margin-bottom:35px ! important;}
.mb40 {margin-bottom:40px ! important;}
.mb45 {margin-bottom:45px ! important;}
.mb50 {margin-bottom:50px ! important;}
.mb1em {margin-bottom:1em ! important;}

.ml0 {margin-left:0px ! important;}
.ml5 {margin-left:5px ! important;}
.ml10 {margin-left:10px ! important;}
.ml15 {margin-left:15px ! important;}
.ml20 {margin-left:20px ! important;}
.ml25 {margin-left:25px ! important;}
.ml30 {margin-left:30px ! important;}
.ml35 {margin-left:35px ! important;}
.ml40 {margin-left:40px ! important;}
.ml45 {margin-left:45px ! important;}
.ml50 {margin-left:50px ! important;}

.mr0 {margin-right:0px ! important;}
.mr5 {margin-right:5px ! important;}
.mr10 {margin-right:10px ! important;}
.mr15 {margin-right:15px ! important;}
.mr20 {margin-right:20px ! important;}
.mr25 {margin-right:25px ! important;}
.mr30 {margin-right:30px ! important;}
.mr35 {margin-right:35px ! important;}
.mr40 {margin-right:40px ! important;}
.mr45 {margin-right:45px ! important;}
.mr50 {margin-right:50px ! important;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fl {float:left;}
.fr {float:right;}
.c {clear:both;}

/* claer
------------------------------------ */
.clear{
	clear:both;
}
