@charset "utf-8";

@import "common.css";

/*
text color
==============================================================================
*/

body,
th,
td {
	color:#FFFFFF;
}

a {
	color:#CCCCCC;
}

/*
layout
==============================================================================
*/

body {
	background:#111111 url(/images/giliout/bg.gif) left top repeat;
}

#container {
	width:890px;
	margin:0 auto;
}

#containerInner {
	padding:0 5px;
}

#wrapper {
	zoom:100%;
	padding:12px 18px 40px;
}

body#top #wrapper {
	padding:20px 18px 40px;
}

#wrapper:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*
talbe @T.Amano
==============================================================================
*/

table  {
	text-align:left;
	margin:15px auto 15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:collapse;
}

table th {
	font-weight:normal;
	padding:6px 12px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f0f0f0;
}

table td {
	padding:6px 12px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table .attention {
	color:#FF0000;
	font-size:13px;
}

table input {
	font-size:16px;
	padding:3px;
}

/*
header
==============================================================================
*/

#header {
	position:relative;
	/*background:url(/images/common/header_bg.gif) left top no-repeat;*/
}

/**/

#header .logo {
	margin-bottom:10px;
	padding:11px 2px 0 5px;
}

/**/

#header .description {
	position:absolute;
	left:238px;
	top:44px;
	color:#FFFFFF;
	font-size:13px;
	line-height:1.6;
}

/**/

#header .hn {
	position:absolute;
	right:12px;
	top:7px;
	width:372px;
}

#header .hn li {
	display:block;
	float:right;
	height:10px;
	font-size:1px;
	margin-left:15px;
}

#header .hn li a {
	display:block;
	height:10px;
	overflow:hidden;
	vertical-align:bottom;
}

#header .hn li a span {
	display:block;
	padding-top:10px;
	vertical-align:bottom;
}

#header .hn li.hnCompany { width:57px; background:url(/images/giliout/hn_company.gif) left top no-repeat; }
#header .hn li.hnPrivacy { width:102px;background:url(/images/giliout/hn_privacy.gif) left top no-repeat; }
#header .hn li.hnSitemap { width:74px; background:url(/images/giliout/hn_sitemap.gif) left top no-repeat; }
#header .hn li.hnInquiry { width:79px; background:url(/images/giliout/hn_inquiry.gif) left top no-repeat; }

#header .hn li.hnCompany a:hover { background:url(/images/giliout/hn_company.gif) left -10px no-repeat; }
#header .hn li.hnPrivacy a:hover { background:url(/images/giliout/hn_privacy.gif) left -10px no-repeat; }
#header .hn li.hnSitemap a:hover { background:url(/images/giliout/hn_sitemap.gif) left -10px no-repeat; }
#header .hn li.hnInquiry a:hover { background:url(/images/giliout/hn_inquiry.gif) left -10px no-repeat; }

/**/

#header .hEntry {
	position:absolute;
	right:15px;
	top:35px;
}

/**/

#header .gn li {
	display:block;
	float:left;
	width:220px;
	height:48px;
}

#header .gn li a {
	display:block;
	height:48px;
	overflow:hidden;
}

#header .gn li a span {
	display:block;
	padding-top:48px;
}

#header .gn li.gnToppage  { background:#FFFFFF url(/images/giliout/gn_toppage.gif) left top no-repeat; }
#header .gn li.gnPlan     { background:#FFFFFF url(/images/giliout/gn_plan.gif) left top no-repeat; }
#header .gn li.gnShowcase { background:#FFFFFF url(/images/giliout/gn_showcase.gif) left top no-repeat; }
#header .gn li.gnFaq      { background:#FFFFFF url(/images/giliout/gn_faq.gif) left top no-repeat; }

#header .gn li.gnToppage  a:hover { background:url(/images/giliout/gn_toppage.gif) left -48px no-repeat; }
#header .gn li.gnPlan     a:hover { background:url(/images/giliout/gn_plan.gif) left -48px no-repeat; }
#header .gn li.gnShowcase a:hover { background:url(/images/giliout/gn_showcase.gif) left -48px no-repeat; }
#header .gn li.gnFaq      a:hover { background:url(/images/giliout/gn_faq.gif) left -48px no-repeat; }

/**/

#header .hNews {
	padding:4px 5px 9px;
	/*background:#FFED88 url(/images/common/h_news_bg.gif) left top repeat-x;*/
	border-top:2px solid #000000;
}

#header .hNews a {
	color:#FFFFFF;
}

#header .hNews dl {
	text-align:center;
}

#header .hNews dt {
	display:inline;
	vertical-align:middle;
	margin-right:6px;
}

#header .hNews dd {
	display:inline;
	font-size:13px;
	vertical-align:bottom;
}

/*
title
==============================================================================
*/

#title {
	padding-top:16px;
}

/*
bread crumbs
==============================================================================
*/

#breadCrumbs {
	color:#999999;
	font-size:11px;
	text-align:left;
	margin-bottom:10px;
}

#breadCrumbs li {
	display:inline;
	margin-left:5px;
}

/*
main
==============================================================================
*/

#main {
	width:650px;
	float:right;
}

.entryBlock {
	text-align:center;
	margin-bottom:20px;
	padding:20px 30px 20px 20px;
	background:#FFEECC url(/images/common/entry_bg.gif) left top repeat-x;
	border:1px solid #DDCCAA;
}

.entryBlock li {
	display:inline;
	margin:0 15px;
}

/*
sub
==============================================================================
*/

#sub {
	width:180px;
	float:left;
}

#sub a {
	color:#FFFFFF;
}

/**/

#sub .sLogin,
#sub .sNews,
#sub .sFaq,
#sub .sSearch {
	margin-bottom:10px;
}

#sub .sLogin .content,
#sub .sNews .content,
#sub .sFaq .content,
#sub .sSearch .content {
	padding:12px 8px;
	background:#111111 url(/images/giliout/column_bg.gif) left top repeat;
}

/**/

#sub .sNews .content dt,
#sub .sFaq .content dt {
	color:#3366CC;
	font-size:13px;
	font-weight:bold;
	margin-bottom:1px;
}

#sub .sNews .content dd,
#sub .sFaq .content dd {
	font-size:13px;
	margin-bottom:10px;
}

#sub .sNews .content .more,
#sub .sFaq .content .more {
	font-size:13px;
	text-align:right;
}

/**/

#sub .sSearch p {
	text-align:center;
}

#sub .sSearch input#s {
	width:95%;
	margin-bottom:5px;
	padding:2px;
}

#sub .sSearch button {
	padding:0;
	border:none;
	background:#FFFFFF;
}

/**/

#sub .sPowered {
	text-align:center;
	padding:10px 0;
}

/*
footer
==============================================================================
*/

#footer {
}

/**/

#footer .fn {
	font-size:11px;
	text-align:center;
	margin-bottom:15px;
}

#footer .fn li {
	display:inline;
	padding:0 4px;
	border-right:1px solid #CCCCCC;
}

#footer .fn li.last {
	border-right:none;
}

#footer .fn li a {
	color:#FFFFFF;
}

/**/

#footer .fCopyright {
	text-align:center;
	padding:20px 0;
	/*background:#222222;*/
}

/*

==============================================================================
*/

.check {
	height:244px;
	background:url(/images/giliout/check.gif) left top no-repeat;
}

.check .checkInner {
	padding:50px 12px 0 450px;
}

.check .checkOtameshi {
	padding:6px 12px 10px;
	background:#FFFFFF;
	border:2px solid #CCCCCC;
}

.check .checkOtameshi h2 {
	margin-bottom:8px;
}

.check .checkOtameshi li {
	display:inline;
}

.check .checkOtameshi li.last {
	margin-left:4px;
}

.reason {
	margin-top:15px;
	margin-bottom:7px;
}

.reason h2 {
	margin-bottom:12px;
}

.reason dl.reason1 {
	padding-left:80px;
	background:url(/images/giliout/reason_1_img.gif) left top no-repeat;
}

.reason dl.reason2 {
	padding-left:80px;
	background:url(/images/giliout/reason_2_img.gif) left top no-repeat;
}

.reason dl.reason3 {
	padding-left:80px;
	background:url(/images/giliout/reason_3_img.gif) left top no-repeat;
}

.reason dl.reason1,
.reason dl.reason2,
.reason dl.reason3 {
	padding-bottom:8px;
}

.reason .reason1 dt,
.reason .reason2 dt,
.reason .reason3 dt {
	margin-bottom:6px;
}

.reason .reason1 dd,
.reason .reason2 dd,
.reason .reason3 dd {
	font-size:14px;
	line-height:1.5;
}

.plan {
	margin-bottom:15px;
}

.plan .content {
	padding:6px 6px;
	margin-bottom:12px;
	background:#111111;
}

.plan li {
	width:196px;
	zoom:100%;
	float:left;
	margin-right:6px;
	padding:6px 6px 8px;
	background:#FFFFFF;
}

.plan li dl {
	display:inline-block;
	width:100%;
	text-align:center;
}

.plan li dd {
	width:100%;
	text-align:center;
}

.plan li.last {
	margin-right:0;
}

.plan .plans {
	text-align:center;
}

/**/

.faq {
	margin-bottom:15px;
}

.faq h2 {
	margin-bottom:0;
}

.faq .content {
	font-size:13px;
	padding:10px 5px 4px;
	background:#111111 url(/images/giliout/column_bg.gif) left top repeat;
}

.faq .content li {
	width:33%;
	float:left;
}

.faq .content li dl {
	padding:6px 12px;
}

.faq .content li dt {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

.faq .content li dd {
	font-size:13px;
	margin-bottom:8px;
	/*padding-left:1px;*/
}

.faq .content li dd.last {
	font-weight:bold;
	text-align:right;
}

/**/

.news {
	margin-bottom:15px;
}

.news h2 {
	margin-bottom:0;
}

.news .content {
	font-size:13px;
	padding:12px 16px 16px;
	background:#111111 url(/images/giliout/column_bg.gif) left top repeat;
}

.news .content dt {
	width:129px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
}

.news .content dd {
	font-size:13px;
	margin-top:-1.2em;
	margin-bottom:8px;
	padding-left:130px;
}

.news .content .more {
	font-weight:bold;
	text-align:right;
}




