/*
-----------------------------------------------
Grey Box Method - Layout Client CSS
----------------------------------------------- */

body {
	background:		url(../img/bodyBG.gif) repeat-y center #eee;
	color:			#333;
	font-size:		0.75em;
	line-height:	1.8em;
	letter-spacing:	1px;
}

/* safari only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		letter-spacing:	0px;
	}
}

body {
	_letter-spacing:	1px;
}


/* anchors
----------------------------------------------- */
a:link  {
	color : #006699;
	text-decoration:	none;
}

a:visited {
	color : #006699;
	text-decoration:	none;
}

a:hover {
	color : 			#006699;
	text-decoration:	underline;
}

a:active {
	color : #006699;
	text-decoration:	none;
}

/* under line anchors */
a:link.underline  {
	color:             	#006699;
	text-decoration:	underline;
}

a:visited.underline {
	color:             	#006699;
	text-decoration:	underline;
}

a:hover.underline {
	color: 				#006699;
	text-decoration:	none;
}

a:active.underline {
	color:             	#006699;
	text-decoration:	underline;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	margin-left:35px;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:	normal;
	padding:		0.5em;
	margin:			0 0 10px 0;
	border-bottom:	1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.topMenubox {
	margin-bottom:20px;
}

.topMenubox h2 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
	background:#fff;
	margin:-24px -10px 0 -10px;
	padding:0px 12px;
}

.box {
	background:#fff;
	padding:10px 10px 1px 10px;
}

.box h1 {
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}

.box h2 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
	margin:-10px -10px 0 -10px;
	padding:6px 10px;
}

.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#6698c2 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}

.grid_4 .box {
	_margin-left:2px;
}

.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.grid_12 .box {
	_margin-left:4px;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}

.box h2 a:hover {
	background-color:#80d9b0;
}

.block {
	padding-top:	10px;
}

div.menu {
	display:none;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.1.2em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}

ul.menu ul li a {
	padding-left:30px;
	display:block;
	text-decoration: none;
    zoom: 1;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}

ul.section li a {
	background:#80d9b0;
	display:block;
	text-decoration: none;
    zoom: 1;
}

ul.section li a:hover {
	background:#a1eeca;
}

ul.section li a:active {
	background:a1eeca;
}

ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}

ul.section li li a:hover {
	background:#ccc;
}

ul.section li li a:active {
	background:#fff;
}

ul.section ul li {
	text-transform:none;
}

ul.section ul.current li a {
	background:#ddd;
	border-bottom:1px solid #fff;
}

ul.section ul.current li a:hover {
	background:#a1eeca;
}

ul.section ul.current li a:active {
	background:#fff;
}

ul.section li a.current {
	color:#fff;
	background:#80d9b0;
}

ul.section li a.current:hover {
	background:#a1eeca;
}

ul.section li a.current:active {
	background:#7ea190;
}

ul.section li a.active {
	background:#fff;
	cursor:default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#80d9b0;
	cursor:default;
}

/* side menu anchors
----------------------------------------------- */
ul.menu a:link  {
	color : #333;
}

ul.menu a:visited {
	color : #333;
	text-decoration:	none;
}

ul.menu a:hover {
	color : 			#000;
	text-decoration:	none;
}

ul.menu a:active {
	color : #333;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}

.articles h1 {
	margin:0;
	background:#7ea190;
}

#articles {
	padding-top:0;
}

.article {
	border-top:1px solid #666;
	padding-top:.5em;
}

.box .article {
	border-top:	3px solid #fff;
	padding:	13px 10px 20px 10px;
}

.articles .article h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#6698c2;
	margin-bottom:1em;
}

.articles .article h2 {
	margin:0px;
	padding:0px 0px 3px 0px;
	font-weight:bold;
	font-size:1.2em;
	color:#7ea190;
	background:#fff;
	border-bottom:1px #7ea190 solid;
	margin-bottom:10px;
}

.article h3 {
	margin-bottom:	0.2em;
	font-size:		1.2em;
	color:			#7ea190;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	margin-bottom:.5em;
}
.article a.image {
	float:right; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}

.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

/* ƒpƒ“‹ûƒŠƒXƒg */
.box .topic_path {
	display:none;
}

/* page top */
.pageTop {
	width:		100%;
	text-align:	right;
	padding:10px 0px;
}

/*  ul horizon */
ul.listHorizon li {
	list-style:	none;
}

ul.underline {
	padding-bottom:	10px;
	margin-bottom:	10px;
	border-bottom:	1px #7ea190 solid;
}

/* side menu contact */
.contactBox {
	background-color:	#7ea190;
	text-align:			center;
	padding:			10px;
}

/* detail head */
.detailHead {
	background-image:	url(../img/client/detailHead.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding-left:		15px;
	margin:				0px;
}

/* detail ul */
ul.detailList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
	list-style-type:	disc;
}

ul.detailList li.detailListNonMark {
	padding:			5px 0px 0px 0px;
	margin:				0px;
	list-style-type:	none;
}

/* single link */
.singleLink {
	background-image:	url(../img/ico_ya_org.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding-left:		10px;
}

/* customer satisfaction */
ul.csList {
	padding:10px;
	border-bottom:1px #7ea190 solid;
	border-top:1px #7ea190 solid;
}

/* flow */
#flow {
	padding-bottom:20px;
	line-height:1.6em;
}

#flow .step1 {
	background-image:	url(../img/client/prt_c100_01.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step2 {
	background-image:	url(../img/client/prt_c100_02.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step3 {
	background-image:	url(../img/client/prt_c100_03.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step4 {
	background-image:	url(../img/client/prt_c100_04.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step5 {
	background-image:	url(../img/client/prt_c100_05.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step6 {
	background-image:	url(../img/client/prt_c100_06.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step7 {
	background-image:	url(../img/client/prt_c180_07.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step8 {
	background-image:	url(../img/client/prt_c170_08.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .step9 {
	background-image:	url(../img/client/prt_c170_09.gif);
	background-repeat:	no-repeat;
	padding:			3px 10px 3px 90px;
	background-color:	#7ea190;
}

#flow .stepArrow {
	padding:10px 0px 15px 150px;
}

#flow p {
	padding:	3px 10px 3px 80px;
	margin:		0px;
}

ul.jobList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
	list-style-type:	disc;
}

/* service detail box */
.serviceDetailBox {
	width:	570px;
	float:	left;
}

/* service list */
ul.serviceList {
	padding-bottom:30px;
}

/* example page */
#exampleBox table {
	width:100%;
	border:none;
	margin-bottom:30px;
}

#exampleBox table td {
	padding:		7px;
	border-bottom:	1px #7ea190 solid;
}

#exampleBox table td.topLine {
	border-top:	1px #7ea190 solid;
}

#exampleBox table td.rightLine {
	border-right:	1px #7ea190 solid;
}

#exampleBox ul {
	list-style:		none;
	padding:		0px 0px 10px 0px;
	margin:			0px 0px 10px 0px;
	border-bottom:	1px #7ea190 solid;
}

#exampleBox ul li {
	padding:		0px;
	margin:			0px;
}

#exampleBox ul li.head {
	float:			left;
	width:			120px;
	padding-left:	20px;
}

#exampleBox ul li.contents {
	padding-left:	140px;
}

/* faq */
#faq li.head {
	float:left;
	width:40px;
	margin-top:2px;
}

#faq li.contents {
	margin-left:	60px;
	_margin-left:	80px;
}

#faq li {
	list-style:none;
}

/* contact mailform */
#contactMailForm {
	margin-left:	auto;
	margin-right:	auto;
	width:			600px;
	color:			#333;
}

#contactMailForm table {
	padding:	0px;
	margin:		0px;
	border:		0px;
}

#contactMailForm table td {
	padding:	0px;
	margin:		0px;
}

#contactMailForm .footerText {
	font: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
	font-size:	10px;
	color:		#888;
}

#contactMailForm .mred {
	color:#c8504f;
}

#contactMailForm .mblue {
	color:#5f81aa;
}

#contactMailForm .td5 {
	padding:	5px;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:		#666;
	border:		solid 1px #b9b9b9;
	padding:	10px 10px 0px 10px;
}

#site_info a {
	color:	#6698c2;
}

#site_info a:hover {
	color:	#5f81aa;
}


/* AJAX sliding shelf
----------------------------------------------- */
#site_info span.footerCopyright {
	margin-left:	260px;
}

/* safari3 only */


/* safari4 only */


#loading {
	float:			right;
	margin-right:	14px;
	margin-top:		-2px;
}

.block {
	padding-bottom:	1px;
}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* etc.
----------------------------------------------- */
.footerBox {
	display:none;
}

.clear {
	display:none;
}
