﻿@charset "utf-8";

/*
(C) NAKATSUKAGU INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	FOOTER

*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {
	list-style:none;
	font-size: 9px;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.8em;
	color: #000;
	text-align: center;
}

.L {
	float: left;
	display: block;
}

.R {
	float: right;
	display: inline;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

body#GR
{
background-color:#C8C9CA;
}


div.wrapper {
	width: 900px;
	background-color:#FFFFFF;
	margin: 0 auto;
	height:auto;
	text-align: left;
	position: relative;
}

div#header, div#footer { width: auto; }

div#header div.inner, div#footer div.inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
.header
{
	position:relative;
	height:80px;
}

.logo
{
	position:absolute;
	bottom:0px;
	left:56px;
	width:403px;
	height:66px;
	text-indent:-7777em;
	background-image:url(img/common/logo.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}


.name
{
	margin-left:56px;
	margin-top:8px;
	padding-bottom:125px;
	font:'ヒラギノ角ゴ Pro W3';
	font-size:17px;
	letter-spacing:3px;
}

#headline{
	height:10px;
	background:#656464;
}
	

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
.footer
{
	height:20px;
	width:900px;
	background-color:#656464;
	font-size:10px;
	color:#FFFFFF;
}

.footer p
{
	padding-top:2px;
	margin-left:54px;
}
/* 
----------------------------------------------------------------------------- 
MAIN LAYOUT
-----------------------------------------------------------------------------*/
div#main
{
	padding-bottom:52px;
}
.menu
{
	margin-left:56px;
	margin-top:70px;
}


.menu ul 
{
	text-align:left;
}

.menu ul li
{
	padding-left:20px;
	font-size:14px;
}

.menu a
{	
	color:#000000;
}

.menu a:hover
{	
	color:#E60012;
}

div#main .img
{
	margin-right:30px;
	padding-bottom:10px;
}
li#li01{
	height: 35px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li01 a{
	background-image: url(img/common/nk-online_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li01 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;
	
}
li#li02{
	height: 34px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li02 a{
	background-image: url(img/common/hokuou_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li02 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;

}
li#li03{
	height: 34px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li03 a{
	background-image: url(img/common/italia_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li03 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;
	
}
li#li04{
	height: 34px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li04 a{
	background-image: url(img/common/pk_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li04 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;
	
}
li#li05{
	height: 34px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li05 a{
	background-image: url(img/common/nk-mokkou_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li05 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;
	
}
li#li06{
	height: 34px;
	width: 230px;
	overflow: hidden;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li#li06 a{
	background-image: url(img/common/about_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777em;
	display: block;
	height: 35px;
	width: 185px;


}
li#li06 a:hover{
	background-position: 0px -35px;
	background-repeat: no-repeat;
