/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, fieldset, dl, dt, dd, ul, li, ol, img, table {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 14px;
/*	font:70%/170% Verdana, Arial, Helvetica, sans-serif; */
	background:#1e2327;
	color:#808080;
	text-align:center;
	border-top:7px solid #202529;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h1 {
}
h2 {
	font:195%/150% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:15px 0 10px;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
a {
	color:#00adef;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:none;
	color:#666;
}
acronym {
	border:0;
	cursor:help;
	border-bottom:1px dotted #888d91;
}

/* [shared] */

#holder, #login {
	background:#fff;
	border:0;
}
#container {
	width:750px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}
#container p.return {
	clear: both;
	background:#fff;
	text-align: right;
}
#container p.return a {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(return.gif);
	background-repeat: no-repeat;
	background-position: 0 1.5px;
}

#leftcol strong, #rightcol strong {
	color:#3190E1;
}
#leftcol {
	width:295px;
	float:left;
	padding:0 40px;
	border-right:1px solid #e5e5e5;
}
#leftcol ul {
	margin:15px 0 0 25px;
	list-style:square;
}
#rightcol {
	width:294px;
	float:left;
	padding:0 40px 30px;
}

/* [top and nav] */

.login a {
	background:#828484;
	font-weight:normal;
	padding:3px 7px 5px;
	color:#fff;
	text-decoration:none;
}
.login a:hover {
	background:#00adef;
	color:#fff;
}
#logo {
	text-align:left;
	padding:45px 0 15px;
}
/*#home #logo {
	padding-top:26px;
}*/
#nav {
	height:35px;
	border-bottom:1px solid #cccccc;
	margin:0 0 30px;
}
#nav ul {
	list-style:none;
}
#nav li {
	float:right;
	color:#aaaaaa;
	margin-right:16px;
	height:17px;
}
#nav li a {
	color:#3f3f3f;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
	height:17px;
}
#nav li a.home, #nav li.home {
	background-image:url(home-button.gif);
	width:44px;
}
#nav li a.about, #nav li.about {
	background-image:url(about-button.gif);
	width:46px;
}
#nav li a.services, #nav li.services {
	background-image:url(services-button.gif);
	width:67px;
}
#nav li a.portfolio, #nav li.portfolio {
	background-image:url(portfolio-button.gif);
	width:64px;
}
#nav li a.news, #nav li.news {
	background-image:url(news-button.gif);
	width:41px;
}
#nav li a.contact, #nav li.contact {
	background-image:url(contact-button.gif);
	width:60px;
}
#nav li a:hover {
	background-position:0 -17px;
}
#home #nav a.home, #about #nav a.about, #services #nav a.services, #portfolio #nav a.portfolio, #news #nav a.news, #contact #nav a.contact {
	background-position:0 -17px;
/*
	border-bottom:1px solid #808080;
*/
}
#breadcrumbs {
	height:26px;
/*
	border-bottom:1px solid #cccccc;
*/
	margin:0 18px 30px 20px;
}
#breadcrumbs ul {
	list-style:none;
}
#breadcrumbs li {
	float:left;
	color:#aaaaaa;
	margin-right:16px;
	height:15px;
}
#breadcrumbs li a {
	color:#3f3f3f;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
	height:15px;
}
#breadcrumbs li a.web, #breadcrumbs li.web {
	background-image:url(web-button.gif);
	width:30px;
}
#breadcrumbs li a.identity, #breadcrumbs li.identity {
	background-image:url(identity-button.gif);
	width:51px;
}
#breadcrumbs li a.print, #breadcrumbs li.print {
	background-image:url(print-button.gif);
	width:31px;
}
#breadcrumbs li a:hover {
	background-position:0 -15px;
}
#breadcrumbs li.web, #breadcrumbs li.identity, #breadcrumbs li.print {
	background-position:0 -15px;
	border-bottom:1px solid #808080;
}

/* [home] */

#home_left {
	float:left;
	width:349px;
	border-right:1px solid #cccccc;
	padding:0 25px 15px 0;
}
#home_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
}
#home_left h2, #home_right h2 {
	margin:15px 0;
}
#home_left h4 {
	margin:15px 0 -15px;
	color:#404040;
	font-size:100%;
}

/* [about] */

#abouthead {
	float:left;
	padding:0 25px 15px 0;
/*	margin-bottom:25px;
	color:#999999;*/
}
#abouthead p {

/*	font:195%/150% Helvetica, Verdana, Arial, Helvetica, sans-serif;*/
	margin:5px 0;
}
#abouthead h2 {
	font:295%/120% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
.blue {
	color:#00adef;
}
#about_left {
	float:left;
	width:349px;
	border-right:1px solid #cccccc;
	padding:0 25px 15px 0;
}
#about_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
}

/* [services] */

.serv_left, .serv_mid, .serv_right {
	float:left;
	width:221px;
	border-right:1px solid #cccccc;
	padding:0 20px 10px 0;
}
.serv_mid {
	padding:0 22px 10px 22px;
}
.serv_right {
	width:222px;
	border:0;
	padding:0 0 10px 20px;
}
.serv_left h2, .serv_mid h2, .serv_right h2 {
	font:100%/170% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#404040;
}
.serv_left img, .serv_mid img, .serv_right img {
	border:1px solid #b3b3b3;
	margin-top:5px;
}
.serv_line {
	margin:0 0 20px;
	height:20px;
	border-bottom:1px solid #cccccc;
	font-size:1px;
	clear:both;
}
#serv_leftcol {
	float:left;
	width:477px;
	border-right:1px solid #cccccc;
	padding:0 30px 15px 0;
}
#serv_rightcol {
	float:left;
	width:212px;
	padding:0 0 0 30px;
}
#serv_leftcol h3, #serv_rightcol h3 {
	font-size:120%;
	font-weight:bold;
	color:#404040;
}
#serv_leftcol li {
	list-style:square;
	margin-left:20px;
}
#serv_rightcol img {
	border:1px solid #b3b3b3;
}
#serv_rightcol li {
	list-style:none;
	padding-left:16px;
	background:url(arrow.gif) no-repeat 0 6px;
}
#serv_rightcol blockquote, #serv_leftcol blockquote {
	background:url(left-quote.gif) left top no-repeat;
	margin:20px 0 10px;
	/*overflow:visible;
	width:100%;*/
}
#serv_rightcol blockquote p, #serv_leftcol blockquote p {
	background:url(right-quote.gif) bottom right no-repeat;
	padding:4px 7px 5px 0;
	margin:10px 0 0 12px;
	text-indent:20px;
	font-style:italic;
	width:193px;
	overflow:visible;
}
#serv_rightcol ul.case li {
	margin:0 0 4px;
}
#serv_leftcol ul.services li {
	list-style:none;
	float:left;
	width:220px;
	padding:0 0 8px 18px;
	margin:0;
	background:url(arrow.gif) no-repeat 0 6px;
}


/* [portfolio] */

.port_item {
	width:210px;
	position:relative;
	float:left;
	padding:0 20px 30px;
	color:#d9d9d9;
}
.lastone {
	padding-right:0;
}
.port_item a:hover {
	text-decoration:none;
	color:#00adef;
}
.port_item h2 {
	font:100%/170% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
	color:#d9d9d9;
}
.port_img {
	width:210px;
	height:149px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	border:1px solid #b3b3b3;
}
.port_desc {
	background-color:#23282c;
	color:#FFFFFF;
	position:absolute;
	top:149px;
	left:0px;
	height:167px;
	width:186px;
	padding:0 12px;
}
.port_desc li {
	list-style:none;
	padding-left:16px;
	background:url(arrow.gif) no-repeat 0 6px;
	font-weight:bold;
	color:#00adef;
}
p#study  {
	border:1px solid #b3b3b3;
}
p#study img {
	display:block;
	border:0;
}

/* [news] */

#news_leftcol {
	float:right;
	width:478px;
	padding:0 0 0 30px;
	border-left:1px solid #cccccc;
}
#news_leftcol img {
	border:1px solid #cccccc;
}
#news_leftcol h3 {
	margin:15px 0 -10px;
	color:#404040;
}
#news_rightcol {
	float:left;
	width:211px;
	padding:0 30px 15px 0;
}
#news_rightcol h4 {
	margin:15px 0 -15px;
	color:#404040;
	font-size:100%;
}

/* [contact] */

input.blur{
  -ms-filter: blur(1px);
  filter: blur(1px);
}

#cont_left {
	float:left;
	width:349px;
	border-right:1px solid #cccccc;
	padding:0 25px 15px 0;
}
#cont_right {
	float:left;
/*	width:350px;  */
	width:340px; 
	padding:0 0 0 25px;
}
#cont_right img {
	border:1px solid #b3b3b3;
	margin-top:10px;
}
#cont_left h2, #cont_right h2 {
	margin:15px 0;
}
#cont_left ul, #cont_right ul {
	margin:15px 0 15px 20px;
	list-style:square;
}

/* [site map] */

ul.sitemap {
	margin:15px 0 15px 25px;
}
ul.sitemap li {
	margin:3px 0;
}
ul.sitemap ul {
	margin:15px 0 15px 25px;
}
ul.sitemap ul a {
	font-weight:normal;
	color:#808080;
}
ul.sitemap ul ul a {
	font-weight:normal;
	color:#808080;
	font-size:90%;
}

/* [form] */


legend {
	display:none;
}
fieldset p {
	margin:10px 0 0;
}
label {
	width:200px;
	float:left;
}

input, textarea {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:2px;
/*	width:335px; */
	width:335px;
}

textarea {
	height:146px;
}
input.sendbutton {
	background:#23282c;
	color:#fff;
	margin:0px 3px 0 0;
	float:right;
	width:100px;
}


.re_button a{
	background:#23282c;
	margin:0px 3px 0 0;
	float:right;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF
}

/* 20130723 Insert_st  */

.input_p input{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:2px;
	width:auto;
}

/* 20130723 Insert_ed */

table.inq_table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	font-weight:bolder;
}

.inq_table th{
	width:20%;
	border-bottom:#e3e3e3 1px solid;
	border-left:#e3e3e3 1px solid;
	text-align:left;
	background:#EEEEEE;
	padding:10px;
}

.inq_table td{
	width:80%;
	border-bottom:#e3e3e3 1px solid;
	border-right:#e3e3e3 1px solid;
	text-align:left;
	padding:10px;
}

.inq_table thead th{
	border-top:#be1309 4px solid;
	background:#1E2327;
	color:#FFFFFF;
}
/*
table.inq_table{
	width:100%;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	background-color:#FFFFFF;
	empty-cells:show;
	margin-bottom:10px;
}

.inq_table thead th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
	background-color:#666666;
	background-position:left top;
	padding::0.3em 1em;
	text-align:left;
}

.inq_table  th{
	width:20%&;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#E7E7E7;
	background-position:left top;
	padding::0.3em 1em;
	text-align:center;
	height:40px;
}

.inq_table td{
	width:80%;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding::0.3em 1em;
}
*/




/* [login] */

#login_box {
	float:left;
	width:349px;
	padding:0 15px 15px;
	text-align:left;
}
#login_box h2 {
	margin:15px 0;
}
#login_box ul {
	margin:15px 0 15px 20px;
	list-style:square;
}
#login_box input {
	width:254px;
}
#login_box input.sendbutton {
	width:100px;
}
#login_box label {
	width:85px;	
}

/* [footer] */

#footer_outer {
/*	background:#23282c; */
	background:#b22222;
/*	height:280px; */
	height:440px;
/*	color:#bfbfbf;	*/
	color:#f0e68c;
	text-align:left;
}

#footer_outer_en {
/*	background:#23282c; */
	background:#b22222;
/*	height:280px; */
	height:480px;
/*	color:#bfbfbf;	*/
	color:#f0e68c;
	text-align:left;
}

#footer {
	width:750px;
	margin:0 auto;
	padding:22px 0 0;
	line-height:155%;
}
#footer h3 {
	font-size:155%;
	font-weight:normal;
}
#footer ul {
	list-style:none;
}
#footer_left {
	float:left;
	width:349px;
	border-right:1px solid #393e42;
	padding:0 25px 0 0;
	background:url(footer-arrow.gif) no-repeat right;
}
#footer_left ul a {
	font-weight:normal;
	color:#bfbfbf;
	text-decoration:none;
}
#footer_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
	background:url(footer-map.gif) no-repeat right;
}
#copyright {
	height:46px;
	color:#c0c0c0;
}
#copyright ul {
	list-style:none;
	padding:12px 0 0;
	width:750px;
	margin:0 auto;
}
#copyright li {
	float:left;
	padding:0;
}
#copyright li.valid {
	float:right;
}
#copyright a {
	color:#c0c0c0;
}
#arrival {
	width:685px;
	margin:10px auto;
	text-align:right;
	font:90% Arial, Helvetica, sans-serif;
	padding:0 5px 0 0;
}
#arrival a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background:url(arrival-arrow.gif) no-repeat right;
	padding:0 9px 0 0;
}


/* [extra] */

.divider {
	margin:15px 0;

	border-bottom:1px solid #cccccc;
	font-size:1px;
	clear:both;
}
a.readmore {
	color:#e2871a;
	padding:0 0 0 15px;
	background:url(arrow-left.gif) center left no-repeat;
}
h3.tophead {
	margin-top:25px;
}
.cleaner {
	clear:both;
}
.whiteblock {
	clear:both;
	background:#fff;
	height:30px;
}
.small {
	font-size:80%;
	line-height:160%;
}
.spacer {
	clear:both;
	height:75px;
}
.firstpara {
	font-size:110%;
}
.hide, #nav span, #breadcrumbs span, #carousel_frame ul li span, h1 {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline;
}
iframe {
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
