@charset "shift_jis";

/*===========================================
	contentsArea
=============================================*/
div#contentsArea {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}


/*===========================================
	contensArea
=============================================*/
div.contensArea {
	width: 800px;
	margin: 0px;
	padding: 0px;
}


/*===========================================
	Shared Style
=============================================*/
body {
	color: #666;
}
img {
	border: none;
}
h1,h2,h3,h4,p,form,input,textarea {
	margin: 0px;
	padding: 0px;
}


/*===========================================
	glhtpop-cover
=============================================*/
div#glhtpop-cover {
	margin: 0px;
	padding: 0px;
}

/*===========================================
	Link Color
=============================================*/
a:link {
	color: #599FDA;
	text-decoration: none;
}
a:visited {
	color: #599FDA;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

span.dummyLink {
	color: #599FDA;
	/* text-decoration: none; */
}

.obiTitle {
	width: 780px;
	margin: 15px 0px 10px 0px;
	padding: 5px 10px;
	color: #FFF;
	background: #008BB9;
}

/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*===========================================
	listSquare
=============================================*/
ul li.liSquare {
	list-style: disc;
}
ul li.liCircle {
	list-style: circle;
}

/*===========================================
	icoNew
=============================================*/
.icoNew {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	background: url(../images/ico_new.gif) no-repeat 0px 5px;
	display: block;
}
.icoUp {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	background: url(../images/ico_upadte.gif) no-repeat 0px 5px;
	display: block;
}
.normalTxt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	display: block;
}
/*
.icoNew {
	margin: 0px 0px 0px 0px;
	padding-right: 28px;
	background: url(../images/ico_new.gif) no-repeat scroll right 2px transparent;
}
*/

/*===========================================
	pageTop
=============================================*/
div.pageTop {
	width: 950px;
	margin: 30px auto 0px auto;
	padding: 0px;
	text-align: right;
	clear: both;
}


/*===========================================
	tblQa
=============================================*/
table.tblQa {
	margin: 0px auto;
	padding: 0px;
	color:#555555;
	font-size:92%;
	line-height:1.2em;
	text-align:left;
}
table.tblQa td {
	margin: 0px 1px 1px 0px;
	padding: 6px;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

/*===========================================
	tblNormal
=============================================*/
table.tblNormal {
	margin: 0px;
	padding: 5px;
}
table.tblNormal th {
	margin: 0px;
	padding: 5px;
}
table.tblNormal td {
	margin: 0px;
	padding: 5px;
}


/*===========================================
	div_width
=============================================*/
div.div780 {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}
div.div770 {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}
div.div760 {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}


/*===========================================
	allow
=============================================*/
.allow {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background: url(../images/ico_allow.gif) no-repeat 0px 6px;
}
.linkAllow {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background: url(../images/ico_allow.gif) no-repeat 0px 4px;
}


/*===========================================
	tblGlay
=============================================*/
table.tblGlay {
	width: 665px;
	margin: 15px auto 0px auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tblGlay th {
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0px 0px 1px 1px;
    background: #F9F9F9;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
table.tblGlay td {
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 0px 1px 1px;
    text-align: left;
}

/*===========================================
	tblBlue
=============================================*/
table.tblBlue {
	margin: 15px auto 0px auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tblBlue th {
	width: 50%;
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0px 0px 1px 1px;
    background: #EEF9FF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.tblBlue td {
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 0px 1px 1px;
	vertical-align: top;
    text-align: left;
}

table.tblBlue ul {
	margin: 0px;
	padding: 0px;
}
table.tblBlue ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}


/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_02{
	margin: 2px 0px 0px 0px;
}
.mt_03{
	margin: 3px 0px 0px 0px;
}
.mt_05{
	margin: 5px 0px 0px 0px;
}
.mt_10 {
	margin: 10px 0px 0px 0px;
}
.mt_15 {
	margin: 15px 0px 0px 0px;
}
.mt_20 {
	margin: 20px 0px 0px 0px;
}
.mt_25 {
	margin: 25px 0px 0px 0px;
}
.mt_30 {
	margin: 30px 0px 0px 0px;
}
.mt_35 {
	margin: 35px 0px 0px 0px;
}
.mt_40 {
	margin: 40px 0px 0px 0px;
}
.mt_45 {
	margin: 45px 0px 0px 0px;
}
.mt_50 {
	margin: 50px 0px 0px 0px;
}

/*===========================================
	fontColor
=============================================*/
.red {
	/*
	color: #993333;
	*/
	color: #C00;
}

/*===========================================
	fontBgColor
=============================================*/
.fontBgBlue {
	background: #D5F3FF;
}
.fontBgGreen {
	background: #D5FFD9;
}


/*===========================================
	ico
=============================================*/
span.icoHome {
	margin: 0px;
	padding: 7px 0px 7px 60px;
	background: url(../images/ico_home.gif) no-repeat 0px 0px;
}
span.icoSettei {
	margin: 0px;
	padding: 7px 0px 7px 40px;
	background: url(../images/ico_settei.gif) no-repeat 0px 0px;
}
span.icoHousou {
	margin: 0px;
	padding: 7px 0px 7px 40px;
	background: url(../images/ico_housou.gif) no-repeat 0px 0px;
}
span.icoUpDown {
	margin: 0px;
	padding: 7px 0px 7px 35px;
	background: url(../images/ico_updown.gif) no-repeat 0px 0px;
}
span.icoLeftRight {
	margin: 0px;
	padding: 7px 0px 7px 40px;
	background: url(../images/ico_left_right.gif) no-repeat 0px 0px;
}
span.icoKettei {
	margin: 0px;
	padding: 7px 0px 7px 33px;
	background: url(../images/ico_kettei.gif) no-repeat 0px 0px;
}
span.icoRight {
	margin: 0px;
	padding: 7px 0px 7px 20px;
	background: url(../images/ico_right.gif) no-repeat 0px 0px;
}
span.icoMovie2 {
	margin: 0px;
	padding: 7px 0px 7px 32px;
	background: url(../images/ico_movie2.gif) no-repeat 0px 0px;
}


/* icoKome */
.icoKomeGray {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/ico_kome_gray.gif) no-repeat 0px 2px;
}
.icoKomeRed {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/ico_kome_red.gif) no-repeat 0px 2px;
}


/* icoEn */
.icoEnBlue {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/ico_en_blue.gif) no-repeat 0px 6px;
	display: block;
}
.icoEnRed {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/ico_en_red.gif) no-repeat 0px 6px;
	display: block;
}
.icoEnGray {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/ico_en.gif) no-repeat 0px 6px;
	display: block;
}

/* icoNumber */
.icoNember_01 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_01.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_02 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_02.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_03 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_03.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_03_1 {
	margin: 0px;
	padding: 2px 0px 0px 32px;
	background: url(../images/ico_num3-1.gif) no-repeat 0px 7px;
	line-height: 200%;
}
.icoNember_03_2 {
	margin: 0px;
	padding: 2px 0px 0px 32px;
	background: url(../images/ico_num3-2.gif) no-repeat 0px 7px;
	line-height: 200%;
}
.icoNember_03_3 {
	margin: 0px;
	padding: 2px 0px 0px 32px;
	background: url(../images/ico_num3-3.gif) no-repeat 0px 7px;
	line-height: 200%;
}


.icoNember_04 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_04.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_05 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_05.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_06 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_06.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_07 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_07.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_08 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_08.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_09 {
	margin: 0px;
	padding: 2px 0px 0px 22px;
	background: url(../images/ico_number_09.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNum10 {
	margin: 0px;
	padding: 9px 0px 3px 25px;
	background: url(../images/ico_num10.gif) no-repeat 0px 0px;
	line-height: 200%;
}
.icoNember_1-10 {
	margin: 0px;
	padding: 9px 0px 3px 75px;
	background: url(../images/ico_num1_10.gif) no-repeat 0px 0px;
}

/*===========================================
	fontSize
=============================================*/
.fontSizeNormal {
	font-size: 12px;
}