@charset "utf-8";

/*==========================================================

	reset.css

==========================================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{
	color:#181818;
	background:#FFF;
	overflow:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img,a img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*==========================================================

	fonts.css

==========================================================*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:12px/1.6 "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif; 
	font-style:normal;
	text-align: center; 
}
/* for IE7 */  

*+html body {   
	font-size:75%;
}   
  
/* for IE6 */  
* html body {   
	font-size:75%;   
}   
  
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% "MS Pゴシック",Arial,sans-serif ;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/***************************************************************

	GLOVA Corp. CSS
	http://www.glova.co.jp/

****************************************************************/
/*	
	#CSS Index

	Global Reset
	Body
	wb_[CAEg
	pXgCAEg
	tb^[CAEg
	COPYRIGHTCAEg
*/
h1 {
	font-weight:bold;
}
h2 {
	font-weight:bold;
}
h3 {
	font-weight:bold;
}
h4 {
	font-weight:bold;
}

img {
	vertical-align:bottom;
}
strong {
	font-weight:bold;
}

a:link {
	color:#0000B5;
}
a:visited {
	color:#0000B5;
}
a:hover {
	color:#0000B5;
}
a:active {
	color:#0000B5;
}

th {
	font-weight:bold;
	font-size:110%;
	padding:6px;
}
td {
	padding:6px;
}


/*==========================================================

	header

==========================================================*/
div#header { 
/*	border-bottom:1px solid #d4d4d4;*/
	margin-bottom:6px;
	overflow:hidden;
}
div#headercontents { 
	width: 756px;  
	margin: 9px auto 0; 
	text-align: left; 
	padding: 0 10px;
} 
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

*:first-child+html div#header {
	display: inline-block;
}   

div#headercontents h1 {
	padding: 6px 0 0 0;
	float:left;
}

div#glinfo {
	float:right;
	text-align:right;
	font-size:110%;
	margin-top:24px;
	
	}
div#glinfo ul{
	clear:both;
}
div#glinfo li{
	display:inline;
	float:right;
}
div#header ul#sitemap {
	margin-bottom:6px;
	
}
/*==========================================================

	bread

==========================================================*/
div#breadcrumbs {
	clear:both;
	background-image:url(../img/common/bgbread.gif);
	background-repeat:repeat-x;
	margin-bottom:9px;
}
div#breadcrumbs p{
	width:756px;
	margin:0 auto;
	padding-left:12px;
	text-align:left
	;
}
/*==========================================================

	container

==========================================================*/
div#container { 
	clear:both;
	width: 756px;  
	margin: 0 auto 0; 
	padding:0 0 12px;
	text-align: left; 
	border-bottom:1px solid #d4d4d4;	
} 
div#container:after { 
	content: "";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

/*==========================================================

	mainContent

==========================================================*/

div#mainContent {
	width:506px;
	float:left;
}
div#mainContent h1 {
	margin-bottom:18px;
}
div#mainContent p {
	line-height:1.5;
	margin-bottom:12px;
}
div#mainContent dl.dlflat {
}
div#mainContent dl.dlflat dt{
	clear:both;
	float:left;
	margin-right:12px;
	}
div#mainContent dl.dlflat dd{
	margin-bottom:0;
}

div#mainContent ul {
	margin-bottom:12px;
	margin-left:24px;
}
div#mainContent ol li{
	margin-bottom:12px;
	margin-left:24px;
	list-style-type:decimal;
}

div#mainContent ol.olroman li {
	list-style-type:upper-roman;
}
div#mainContent ol.olnone li {
	list-style-type:none;
	list-style-position:inside;
}

div#mainContent li {
	list-style-position:outside;
	list-style-type:disc;
	line-height:1.5;
	margin-bottom:6px;

}
div#mainContent dl {
	margin-bottom:12px;
	margin-left:6px;
}
div#mainContent dt {
	font-weight:bold;
	font-size:110%;
	
}
div#mainContent dd {
	margin-bottom:12px;
}

/*==========================================================

	catch

==========================================================*/
div#catch {
	margin-bottom:6px;

}
/*==========================================================

	sidebar

==========================================================*/
div#sidebar1 {
	float: right; 
	width: 250px;
	margin-bottom:6px;
	}
div#sidemenu-tra,div#sidemenu-ip {
	float:right;
	margin-bottom:6px;
}

div#sidemenu-ip ul {
	border-top:2px solid #FF6500;
	padding-top:6px;
	width:244px;
}
div#sidemenu-ip li a {
	text-decoration:none;
	font-size:100%;
	padding-left:30px;
	width:214px;
	line-height:2.6;
	border-bottom:1px dotted #cecfce;
	background:url(../img/common/yaliip.gif) 0.5em 0.8em no-repeat;
	display:block;
}

div#sidemenu-tra ul {
	border-top:2px solid #CE0000;
	padding-top:6px;
	width:244px;
}

div#sidemenu-tra li a {
	text-decoration:none;
	font-size:100%;
	padding-left:30px;
	width:214px;
	line-height:2.6;
	border-bottom:1px dotted #cecfce;
	background:url(../img/common/yalitra.gif) 0.5em 0.8em no-repeat;
	display:block;
}

div#top-tra li a {
	text-decoration:none;
	display:block;
	padding-left:30px;
	border-bottom:1px solid #EEEEEE;	
	background:url(../img/common/yaliip.gif) 0.6em 0.9em no-repeat;}
div#top-ip li a {
	text-decoration:none;
	display:block;
	padding-left:30px;
	border-bottom:1px solid #EEEEEE;
	background:url(../img/common/yaliip.gif) 0.6em 0.9em no-repeat;
}
/*==========================================================

	inq

==========================================================*/
div#top-inq {
	border:1px solid #d4d4d4;
	width:242px;
	float:right;
	margin-bottom:6px;
	text-align:center;
}
div#top-inq h2 {
	font-size:125%;
	padding-top:9px;
	padding-left:6px;
	padding-bottom:3px;
	line-height:120%;
	margin-bottom:6px;
	text-decoration:none;
}
div#top-ip h2 a {
	text-decoration:none;
}
div#inq-btn {
	background-color:#f5f5f5;
	width:214px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:6px 0;
	color:#333;
	margin:12px auto 6px;
}
div#top-inq p {
	margin-bottom:0;
	line-height:12px;

}
div#top-inq li{
	margin-bottom:6px;
	
}
#lifstinq {
	padding-top:6px;
	margin-bottom:0px;
}
div#banner img{
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*==========================================================

	footer

==========================================================*/
div#footer{
	clear:both;
}
div#footercontents { 
	width: 756px;
	margin:3px auto;
	text-align: right;
} 
div#footercontents ul{
	display:inline;
}
div#footercontents li{
	display:inline;
	padding-left:12px;

}
div#corpoinfo {
	margin-top:6px;
	font-size:13px;
}
div#corpoinfo li{
	display:inline;
	padding-left:12px;
}
div#glinfo {
	float:right;
	text-align:right;
	
}
/*==========================================================

	copyright

==========================================================*/
div#copyright {
clear:both;
}
/*==========================================================

	original

==========================================================*/
.red {
	color:red;
}
.blue {
	color:blue;
}
.normal {
	font-weight:normal;
}
.last {
	margin-bottom:0px;
}
.fs130 {
	font-size:130%;
}
.fs120 {
	font-size:120%;
}
.fs110 {
	font-size:110%;
}

.fs90 {
	font-size:90%;
}
.fs85 {
	font-size:85%;
}
.sl-glova{
	background-color:#eff4fc;
	padding:12px 12px 6px 12px;
}
.sl-tra{
	background-color:#ffecec;
	padding:12px 12px 6px 12px;
}
.sl-ip{
	background-color:#fff3ec;
	padding:12px 12px 6px 12px;
}
.noborder-bottom {
	border-bottom:none;
}

ul.EC li{
	text-indent:-1.5em;
	list-style-type:none!important;
}
div.imgcenter {
	text-align:center;
}
div.imgcenter img{
	margin:0 auto 12px;
}
/*
.pdesc01 {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
	font-size:115%;
	line-height:2.0;
}
.pdesc01nar {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
	font-size:100%;
	line-height:1.5;
}
.pdesc02 {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
	font-size:115%;
	line-height:1.6;
}
.pdesc03 {
	color:#000000;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
	font-size:115%;
	line-height:1.6;
}
*/
