@charset "utf-8";

/* ▼ペ�Eジ全佁E
-------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
#wrapper {
	width: 710px;
	margin: 30px auto;
	background-image: url(../img/paper_shadow02.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../img/paper_shadow01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
}
#pan {
	padding-left: 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #7585F4;
	margin: 15px 27px 10px 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pan a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pan a:hover {
	color: #9933FF;
	text-decoration: underline;
}

#main {
	float: right;
	width: 475px;
	padding-top: 10px;
	padding-right: 30px;
}
#sidebar {
	float: left;
	width: 167px;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
	font-size: 1em;
	padding-bottom: 50px;
}
#footer {
	background-image: url(../img/bg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	height: 50px;
	clear: both;
}

/* ▲ペ�Eジ全佁E
-------------------------------*/

/* ▼リンクスタイル
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #9900FF;
}
a:visited {
	color: #CC33FF;
	text-decoration: underline;
}
a:hover {
	color: #9933FF;
	text-decoration: none;
	background-color: #FFCCFF;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* ▲リンクスタイル
-------------------------------*/

/* ▼ヘッダー
-------------------------------*/
#header #logo {
	margin-left: 490px;
	margin-top: -15px;
}
#header #home {
	padding: 0px;
	margin-top: 10px;
	margin-left: 15px;
}
#header ul {
	list-style: none;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 16px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a img {
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	padding-top: 5px;
}
#sidebar li {
	padding-left: 12px;
	margin-bottom: 4px;
	list-style: none;
	line-height: 20px;
	padding-top: 2px;
	background-image: url(../img/bullet01.png);
	background-repeat: no-repeat;
	background-position:left center;
	margin-left: 5px;
}
#sidebar  h2  {
	margin: 0px;
	padding: 0px;
	height: 27px;
}
#sidebar  .side_box  {
	background-color: #FFFFD9;
	border: 1px solid #999999;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
}
#sidebar .side_box .indent {
	margin-left: 20px;
	background-image: url(../img/bullet04.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	list-style: none;
}
#sidebar .side_box .indent2 {
	padding-left: 10px;
	background-image: url(../img/bullet02.png);
	margin-left: 30px;
}

#totop  {
	clear: both;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 20px;
	margin-left: 10px;
}
    



#footer address {
	font-size: 10px;
	padding-left: 30px;
	color: #9900FF;
}
/* ▲フッター
-------------------------------*/
