@charset "utf-8";

/* ページベース
--------------------------------------*/
#-------page_bases------- {}

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #FFE8FF;
}
#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px auto;
	position: relative;
}

/* リンク設定
--------------------------------------*/
#-------link_styles------- {}

a img {
	border-style: none;
}


#button5 {
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
}
#button5 ul li  {
	float: left;
	list-style: none;
}
#button5 ul li a {
	height: 2.5em;
	width: 150px;
	line-height: 2.5em;
	text-decoration: none;
	border-top: 3px solid #CCFF33;
	border-bottom: 3px double #000000;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	background-color: #009900;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#button5 ul li a:link {
	color: #FFFFFF;
}
#button5 ui li a:visited {
	color: #FFFFFF;
}

#button5 ul li a:hover {
	height: 2.5em;
	width: 150px;
	line-height: 2.5em;
	text-decoration: none;
	border-top: 3px solid #CCFF33;
	border-bottom: 3px double #000000;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	background-color: #ACFFAC;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	color: #000000;
}



#sidebar {
	float: left;
	width: 226px;
	height: 820px;
	background-color: #FFFFE6;
}
#sidebar_menu {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 70px;
	line-height: 2.8em;
	font-size: 24px;
	background-repeat: no-repeat;
	background-image: url(menu.png);
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 3px double #333333;
	border-left: 2px solid #333333;
}

#sidebar li {
	list-style: none;
}
#sidebar li a {
	width: 220px;
	display: block;
	line-height: 2.5em;
	text-align: center;
	color: #FFFF00;
	text-decoration: none;
	border-bottom: 3px double #333333;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	font-weight: bold;
	background-image: url(sidebar_button_A.png);
	background-repeat: no-repeat;
}

#sidebar li a:link {
	color: #FFFFFF;
}
#sidebar li a:visited {
	color: #FFFFFF;
}

#sidebar li a:hover {
	width: 220px;
	display: block;
	line-height: 2.5em;
	text-align: center;
	color: #FFFF00;
	text-decoration: none;
	border-bottom: 3px double #333333;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	font-weight: bold;
	background-image: url(sidebar_button_B.png);
}
#side_photo01 {
	height: auto;
	width: auto;
	text-align: center;
	background-image: url(AideaHikkoshi.png);
	background-repeat: no-repeat;
	background-position: center;
}

#side_photo02 {
	height: auto;
	width: auto;
	text-align: center;
}
#side_photo03 {
	height: auto;
	width: auto;
	text-align: center;
}
#sidebun01 {
	width: auto;
	text-align: center;
	line-height: 1.2em;
}
#sidebun02 {
	width: auto;
	text-align: center;
	line-height: 1.2em;
}
#sidebun03 {
	width: auto;
	text-align: center;
	line-height: 1.2em;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 2.0em;
	border-top: 3px double #666666;
	clear: both;
	width: 760px;
}
#footer a {
	color: #FFFFFF;
}



/* 基本レイアウト
--------------------------------------*/
#-------basic_layout------- {}

#checkheader {
	background-repeat: repeat-x;
	height: 65px;
	line-height: 2em;
	width: 760px;
	background-color: #F7F7F7;
}
#checkheader h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #006600;
}
#pan {
	line-height: 2em;
	margin-left: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	color: #0066FF;
}
#header_logo {
	clear: both;
	height: 165px;
	width: 760px;
	background-image: url(header-logo.png);
	background-repeat: no-repeat;
}
#footer strong {
	font-style: italic;
}
