@charset "utf-8";
/* CSS Document */

/*  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
/*	background: transparent;*/
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

ol {
	padding-left:40px;
}
	

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	margin: 0px;
	text-align:center;
	font-family: "Meiryo","Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
	line-height: 1.3em;
	font-size:0.75em;
	background:url(../images/body-bg.jpg) repeat-x 0 64px;
}

body,x:-moz-broken {
	margin-left:-1px;
}

* html body {
	margin-left:1px; 	
}

*+html body {
	margin-left:1px; 	
}


#outline {
	background:url(../images/footer-bg.jpg) repeat-x bottom;
}

#outline2 {
	width:860px;
	text-align:left;
	margin:0 auto;
}

div, p,a, img, form, select, input, table, td, th, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:small;
}


img {
	border: none;
}

p {
	padding:0;
}

.c-both {
	clear:both;
}

.header {
	width:858px;

}

.logo {
	float:left;
	padding:10px 0;
}

.hnavi {
	float:right;
	width:300px;
	padding:30px 0 0;
}

.hnavi li {
	float:right;
	border-left:#808080 1px solid;
	padding:0 10px 0;
	height:20px;
}

.hnavi li.end {
	border-right:#999 1px solid;
}

.hnavi li a {
	color:#231815;
}

.header-flash {
	clear:both;
	float:left;
	width:697px;
}

.header-ab {
	float:right;
	width:157px;
}

.logo {
	float:left;
}

.gnavi {
	clear:both;
	padding:0 0 10px;
	width:858px;
	height:77px;
}

.gnavi li {
	float:left;
}

.gnavi li a {
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden;
	text-indent: 999em; 
	white-space:nowrap; 
	height:77px;
}

.gnavi li a:hover {
	//background-position:0px -77px;
}

//.gnavi li.current a {
//	background-position:0px -154px;
//}

#rootline {
	clear:both;
	margin-bottom:5px;
	padding:0 5px 10px;
}

.contentWrap {
	clear:both;
	width:860px;
	margin:0;
	padding:10px 0;
	color:#000;
}

.contentWrap a {
	color:#004B7F;
}

.language {
	background:url(../images/language_bg.jpg) repeat-y;
}

.language .top-bg {
	background:url(../images/language_top.jpg) no-repeat;
	height:10px;
}

.language .center-bg {
	background:url(../images/language_center.jpg) no-repeat;
	height:52px;
}

.language .center-bg ul {
	padding:15px 0 0 230px;
}

.language .center-bg li a {
	float:left;
	padding:0 25px 0 0;
	color:#FFF;
	font-size:1.1em;
	text-decoration:none;
}

.language .bottom-bg {
	background:url(../images/language_bottom.jpg) no-repeat;
	height:7px;
}

.solution {
	margin:5px 0 10px;
	background:url(../images/solution_bg.jpg) repeat-y;
}

.solution .top-bg {
	background:url(../images/solution_top.jpg) no-repeat;
	height:9px;
}

.solution .center-bg {
	background:url(../images/solution_center.jpg) no-repeat;
	height:79px;
}

.solution .center-bg ul {
	
}

.solution .center-bg ul.solution-a {
	padding:0 0 0 230px;
	float:left;
	width:140px;
}

.solution .center-bg .solution-bc {
	float:right;
}

.solution .center-bg .solution-bc ul.solution-b {
	padding:0 10px 0 10px;
	float:left;
	width:180px;
}

.solution .center-bg .solution-bc ul.solution-c {
	padding:0 0 0 0;
	float:right;
	width:280px;
}

.solution .center-bg li a {
	padding:0 25px 0 0;
	color:#FFF;
	font-size:1.1em;
	text-decoration:none;
}

.solution .bottom-bg {
	background:url(../images/solution_bottom.jpg) no-repeat;
	height:8px;
}

/* solution SubPage */
.sub-solution {
	margin:5px 0 10px;
	background:url(../images/sub_solution_bg.jpg) repeat-y;
	height:146px;
}

.sub-solution .center-bg ul {

}

.sub-solution .center-bg ul.solution-a {
	padding:30px 0 0 320px;
	float:left;
	width:130px;
}

.sub-solution .center-bg .solution-bc {
	padding-top:30px;
	float:right;
}

.sub-solution .center-bg .solution-bc ul.solution-b {
	padding:0 5px;
	float:left;
	width:150px;
}

.sub-solution .center-bg .solution-bc ul.solution-c {
	padding:0 0 0 0;
	float:right;
	width:250px;
}

.sub-solution .center-bg li a {
	padding:0 0px 0 0;
	color:#FFF;
	font-size:1em;
	text-decoration:none;
}

/* content */
.content p {
	padding:20px 30px;
	text-align:justify;
}

.content-left {
	float:left;
	width:468px;
}

.content-left h2 {
	float:left;
	padding-bottom:5px;
}

.content-left p.rss a {
	background:url(../images/h-news-rss.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:91px;
	height:30px;
	float:left;
}

.content-left p.list a {
	background:url(../images/h-news-list.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:97px;
	height:30px;
	float:left;
}

.content-right {
	float:right;
	width:382px;
}

.content-right h2 {
	float:left;
	padding-bottom:5px;
}

.content-right p.list a {
	background:url(../images/h-link-list.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:94px;
	height:30px;
	float:left;
}

.content-right ul.link li {
	background:url(../images/link-icon.jpg) no-repeat 0 3px;
	padding:0 0 0 15px;
}

/* subPage */
.content-menu {
	float:right;
/*	width:620px;*/
	width:665px;
}

.content-menu p {
	padding:10px 20px;
	text-align:justify;
}

.content-menu span {
	padding:10px 20px;
	text-align:justify;
}

.content-menu ul {
	padding:10px 50px;
	list-style:square;
}

.content-menu ul li {

}

.content-menu img {
/*	padding:5px 10px;*/
}

.content-menu p img {
	padding:0 10px;
}

.content-menu table {
/*	padding:5px 10px;*/
}


.com-history {
	clear:both;
	border-bottom:#CCC 1px dotted;
}

.com-history span.date {
	float:left;
	width:80px;
	text-align:center;
	color:#0C6;
	font-weight:bold;

}

.com-history h4.history {
	float:right;
	width:520px;
	padding:10px 0;
	font-weight:normal;
}

.com-history span.title , .com-history h4.title {
	text-align:center;
	font-weight:bold;
	color:#333;
}

.com-history span.item {
	float:left;
	width:80px;
	text-align:center;
	font-weight:bold;

}

.com-history h4.item {
	float:right;
	width:520px;
	padding:10px 0;
	font-weight:normal;
}

.com-history span.title , .com-history h4.title {
	text-align:center;
	font-weight:bold;
	color:#333;
}

.map {
	clear:both;
}

div.top {
	padding:20px 0 0 0;
	border-bottom:#CCC 1px dotted;
}

.map span.address {
	float:right;
	width:520px;
}

.map p.address {
	float:left;
	width:40px;
}

.leftmenu {
	float:left;
/*	width:220px;*/
	width:175px;
}

.leftmenu h2 {
	background:url(../images/submenu_bg1.gif) no-repeat;
/*	height:36px;*/
	height:24px;
	padding:10px 0 2px 10px;
color:#ffffff;
}

.leftmenu h2.menu-2line {
	height:32px;
	padding:2px 0 2px 10px;
color:#ffffff;
}

.leftmenu h2.menu a {
	font-size:1em;
	color:#FFF;
	display:block;
	text-decoration:none;
	height:36px;
}

.leftmenu h3 , .leftmenu h2.menu2 {
/*	background-color:;*/
	background:url(../images/submenu_bg2.gif) no-repeat;
/*	height:23px;*/
	height:18px;
	padding:4px 0 0 20px;
	border-bottom:#FFF 1px dotted;
}

.leftmenu h3.last , .leftmenu h2.last {
	background:url(../images/submenu_bg2.gif) no-repeat;
	height:18px;
	padding:5px 0 0 20px;
	border:none
}

.leftmenu h3.menu a , .leftmenu h2.menu2 a {
	color:#FFF;
	display:block;
	font-weight:normal;
	text-decoration:none;
	font-size:0.85em;
	height:23px;
}

.leftmenu h3.menu a:hover , .leftmenu h2.menu2 a:hover {
	text-decoration:underline;
}

/* oldSite copy */
.ci-bg {
	background:url(../images/content/service_img02.jpg) no-repeat scroll left center transparent;
	height:920px;
	margin:0;
	width:547px;
}

.ci-bg p.text {
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 160px;
	padding:0;
}

.serch-waku1 {
	background-image:url(../images/content/serch_img01.gif);
	background-repeat:no-repeat;
/*	height:193px;*/
	margin:0 0 0 10px;
	width:542px;
}

.serch-waku1 p {
padding:10px 107px 0 12px;
}


/* flame */
.flame {
	clear:both;
	margin:2px 0 5px;
	padding:10px;
	border:#333 1px solid;
}

/* table */
table.width665 {
	width:665px;
	margin:0 0 25px 0;
}

table.width665 td {
	border:#FFF 1px solid;
}

td.c666 {
	background:#666;
	color:#FFF;
	padding:5px 2px;
}

td.c666 a {
	color:#FFF;
}

td.c999 {
	background:#ccc;
	padding:5px 2px;
}

td.c999 a {
	color:#000;
}

td.cccc {
	background:#EBEBEB;
	padding:5px 2px;
}

td.cccc a {
	color::#000;
}

h2 {

}

h3 {

}

h4 {


}

h5 {

}

h1 {
	background:url(../images/h1-665.jpg) no-repeat;
	height:62px;

	padding:0 0 15px 25px;
	line-height:56px;
	font-size:1.5em;
}
/*
h1.HeaderTwo span {
	padding-left:25px;
	line-height:56px;
	font-size:1.5em;
}
*/
h2.HeaderTwo {
	background:url(../images/h2-665.jpg) no-repeat;
	height:43px;
	padding-bottom:10px;
}

h2.HeaderTwo span {
	padding:0 0 15px 25px;
	line-height:38px;
	font-size:1.2em;
}

.footer {
	clear:both;
	padding:0 0 10px;
}

.footer p a {
	text-decoration:none;
}

.footer p a:hover {
	text-decoration:underline;
}

.fnavi {
	text-align:center;
	padding:0 0 5px;
}

.fnavi a {
	text-decoration:none;
	color:#494645;
}

.fnavi a:hover {
	text-decoration:underline;
}

.copyright {
	padding-top:10px;
}

.copyright p {
	color:#FFF;
}

.copyright p a {
	color:#FFF;
	font-size:0.85em;
}

