@charset "Shift_JIS";
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  font-style: normal;
}

img {
	border:0;
	vertical-align:top;
}

.clear{
	display:none;
}
div.floatclear {
	clear:both;
}

a:link {
	color:#EE3366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	font-size: 12px;
	font-family:  "Lucida Grande", sans-serif;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/bg.jpg);
	color:#FFFFFF;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}


div#container {
	margin:15px auto;
	width:920px;
}
div#header {
}

/*　グローバルナビ　*/

div#header ul li {
	float:left;
	list-style-type:none;
}
div#header ul li a {
	height:35px;
	text-indent:-500px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
}
a.gnav01 {
	width:153px;
	background-image:url(../img/global-nav_01.gif);
	background-position:top left;
}
a.gnav01:hover {
	background-position:bottom left;
}
a.gnav02 {
	width:153px;
	background-image:url(../img/global-nav_02.gif);
	background-position:top left;
}
a.gnav02:hover {
	background-position:bottom left;
}
a.gnav03 {
	width:153px;
	background-image:url(../img/global-nav_03.gif);
	background-position:top left;
}
a.gnav03:hover {
	background-position:bottom left;
}
a.gnav04 {
	width:153px;
	background-image:url(../img/global-nav_04.gif);
	background-position:top left;
}
a.gnav04:hover {
	background-position:bottom left;
}
a.gnav05 {
	width:153px;
	background-image:url(../img/global-nav_05.gif);
	background-position:top left;
}
a.gnav05:hover {
	background-position:bottom left;
}
a.gnav06 {
	width:155px;
	background-image:url(../img/global-nav_06.gif);
	background-position:top left;
}
a.gnav06:hover {
	background-position:bottom left;
}


/*　コンテンツ　*/

div#content {
	width:890px;
	height:auto;
	padding:30px 0px 30px 30px;
	background-color:#000000;
	/*background-image:url(../common-img/main_image_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;*/
}

/*　サイドナビ　*/

ul#side-nav li {
	list-style-type:none;
}
ul#side-nav li a {
	width:190px;
	height:38px;
	padding-left:10px;
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:38px;
	display:block;
	font-weight:700;
}
a.snav-top {
	background-image:url(../img/side-nav_top.gif);
	background-position:top left;
	color:#FFFFFF;
}
a.snav-top:hover {
	background-position:top right;
	color:#EE3366;
}
a.snav-mid {
	background-image:url(../img/side-nav_mid.gif);
	background-position:top left;
	color:#FFFFFF;
}
a.snav-mid:hover {
	background-position:top right;
	color:#EE3366;
}
a.snav-btm {
	background-image:url(../img/side-nav_btm.gif);
	background-position:top left;
	color:#FFFFFF;
}
a.snav-btm:hover {
	background-position:top right;
	color:#EE3366;
}

/*　お問い合わせ　*/

div#contact {
	clear:both;
	width:610px;
	height:68px;
	background-image:url(../img/contact.gif);
	text-indent:-1000px;
	overflow:hidden;
}

/*　フッタ　*/

div#footer {
	padding:0px 15px;
	width:890px;
	height:30px;
	line-height:30px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
}
div#footer-left {
	float:left;
	width:445px;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}
a.nav-footer {
	background-image:url(../img/footer_link.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-right:8px;
	color:#FFFFFF;
}
div#footer-right {
	float:left;
	width:445px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
ul.caution {
	margin-top:10px;
	font-size:10px;
	line-height:125%;
	list-style-type:none;
	color:#CCCCCC;
}
span.kome {
	color:#EE3366;
}
p.copy {
	font-size:10px;
	margin-top:10px;
}