﻿@charset "UTF-8"; 
/* CSS Document */
body {
	background-image:url(../images/index/bg-body-pp.jpg);
	background-repeat:repeat-x;
}
/* header css start */
#header {
	height: 71px;
	width: 855px;
}
#header #logo {
	float: left;
	height: 71px;
	width: 200px;
	background-image: url(../images/index/logo-pp.gif);
	background-repeat:no-repeat;
}
#logo a{
	display:block;
	height: 71px;
	width: 200px;
}
/* header css end */

/* globalnavi css start */
#globalnavi {
	height: 37px;
	width: 855px;
	background-image:url(../images/index/gn-line-pp.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom: 15px;
}
#globalnavi ul, #globalnavi li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#globalnavi li {
	float: left;
	display: block;
	height: 35px;
	width: 95px;
	background-image:url(../images/index/gn-line-pp.jpg);
	background-repeat:no-repeat;
	list-style-type: none;
	text-align:center;
}
#globalnavi li#home {
	width: 95px;
	background-image: url(../images/index/gn-line-home-pp.jpg);
	background-repeat:no-repeat;
}
#globalnavi a {
	display: block;
	height: 35px;
	width: 95px;
	font-size: 12px;
	color: #333333;
	line-height: 320%;
	text-decoration: none;
}
* html #globalnavi a {
	display: block;
	height: 35px;
	width: 95px;
	font-size: 12px;
	color: #333333;
	line-height: 320%;
	text-decoration: none;
}
#globalnavi a.home {
	display: block;
	height: 35px;
	width: 95px;
}
#globalnavi a:hover {
	color: #ab0102;
	text-decoration: underline;
}
/* globalnavi css end */

/* contents css start */
#contents {
	width: 855px;
	margin-bottom: 10px;
}
#contents #menu {
	float: left;
	width: 200px;
}
/* #contents #menu >> style-menu.css */

#contents #main {
	float: right;
	width: 640px;
}
/* #contents #main >> style-main.css */

/* contents css end */

