@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body,p,td,th,h1,h2,h3,h4,h5,h6,dl,ul,address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.6;
	background-color: #cc99ff;
	background-image: url(../images/b4-181.gif);
}
ul{
	list-style-type: none;
}

/* link styles
------------------------- */
a img{
	border-style: none;
}
a:link {
	color: #cc00ff;
	text-decoration: underline;
}
a:hover{
	color: #cc99ff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic styles
------------------------- */
#wrapper{
	width: 798px;
	margin: 0px auto;
	background-color: #ffffff;
	border-right: 1px solid #641919;
	border-left: 1px solid #641919;
}
#header{
	background-color: #641919;
}
#side{
	clear: both;
	background-color: #ffffff;
	float: left;
	width: 218px;
	padding: 10px;
}
#main{
	background-color: #ffffff;
	float: left;
	width: 540px;
	padding: 10px;
}
#footer{
	clear: both;
	font-size: 80%;
	color: #ffffff;
	background-color: #641919;
	padding: 10px;
}

/* header styles
------------------------- */
#header h1{
	color: #ffffff;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header p{
	color: #ffffff;
	margin-left: 10px;
	padding-bottom: 10px;
}
#header h1 a{
	color: #ffffff;
}
#header h1 a:hover{
	color: #ffff99;
}

#header #gNavi li{
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	float: left;
	width: 198px;
	height: 2em;
	border-right: 1px solid #641919;
	border-bottom: 3px solid #641919;
}
#header #gNavi li#gn01{
	border-left: 1px solid #641919;
}
#header #gNavi li#gn04{
	width: 199px;
	border-right: 1px solid #641919;
}
#header #gNavi li a{
	color: #ffcc99;
	display: block;
	text-decoration: none;
	background-color: #cc6666;
}
#header #gNavi li a:hover{
	color: #641919;
	background-color: #ffcc99;
}
#home #header #gNavi li#gn01 a{
	color: #ffffff;
	background-color: #ffcc99;
	background-image: url(../images/b4-175.gif);
}

/* sideMenu styles
------------------------- */
#side h2{
	font-size: 130%;
	text-align: center;
	margin-bottom: 10px;
}
#side #sMenu li{
	margin-bottom: 5px;
}
#side #sMenu li a{
	color: #641919;
	line-height: 2em;
	display: block;
	background-color: #ffff99;
	height: 2em;
	padding-left: 10px;
}
#side #sMenu li a{
	color: #641919;
}
#side #sMenu li a:hover{
	color: #cc6666;
	text-decoration: none;
}
#side p.kamon,
#side p#musha{
	text-align: center;
	margin-top: 20px;
}

/* main styles
------------------------- */
#main h2{
	font-size: 120%;
	padding-left: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cc6666;
	border-left: 10px solid #cc6666;
}
#main h3{
	font-size: 100%;
	background-color: #ffff99;
	margin-bottom: 10px;
	padding-left: 10px;
}
#main p{
	margin-bottom: 15px;
	margin-left: 20px;
}
#main ul,
#main ol{
	margin-bottom: 15px;
	margin-left: 30px;
}
#main ul li,
#main ol li{
	margin-bottom: 10px;
}
#main p.goTop{
	font-size: 90%;
	text-align: right;
}


/* footer styles
------------------------- */
#footer p{
	float: left;
}
#footer address{
	text-align: right;
}
#footer p a,
#footer address a{
	color: #ffcc99;
}
#footer p a:hover,
#footer address a:hover{
	text-decoration: none;
}


/* for ie6 : starHack
----------------------------*/
* html #footer {
	width: 100%;
	height: 100%;
}

/* color for blok check
#wrapper {
	background-color:#94cac7;
}
#main {
	background-color:#ffffff;
}
#side {
	background-color: #a586b3;
}
------------------------- */
