@charset "utf-8";

/**オールリセット**/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	line-height:1.5em;
}
:focus{
	outline:0;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
}
a img, iframe{
	border:none;
}
img {
	vertical-align:bottom;
}
ol, ul{
	list-style:none;
}
input, textarea, select, button{
	font-size:100%;
	font-family:inherit;
}
select{
	margin:inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol{margin-left:2em;}
/* == clearfix == */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/**クリアーhr**/
.crboth {
line-height:0;
clear:both;
}
.clear {
    clear: both;
}

/**HTMLタグの再定義**/
.float_right {
    float: right;
    margin: 0 0 10px 10px;
}
.float_left {
    float: left;
    margin: 10px 10px 0 0;
}
a:link {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	color: #FF3366;
	text-decoration: underline;
}
a:hover {
	color: #FF6699;
	text-decoration: none;
}
a:active {
	color: #FF6699;
	text-decoration: none;
}

/**HTMLタグの再定義**/
body {
	background-image: url("img/body_bg.jpg");
	background-repeat: repeat;
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/**全体包括**/
#wrap_box {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

/**ヘッダーエリア**/
#header {
	background-image: url("img/headBg_01.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 900px;
}
#header h1 {
	color: #FF3366;
	font-size: 27px;
	font-weight: bold;
	left: 50px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 800px;
}
#header p {
	color: #FF6666;
	font-weight: bold;
	left: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 90px;
	width: 800px;
}

/**コンテンツエリア**/
#container {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
}
#contents {
	margin: 0;
	padding: 0;
}
#mainArea {
	float: right;
	margin: 0;
	padding: 10px 20px 10px 10px;
	width: 600px;
}
#sidenavi {
	float: left;
	margin: 0;
	padding: 10px;
	width: 240px;
}

/**メインコンテンツエリア**/
#mainArea h2 {
	background-attachment: scroll;
	background-image: url("img/H2_BgL.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FF3366;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 10px 10px 55px;
}
#mainArea h3 {
	background-attachment: scroll;
	background-color: #FFCCCC;
	background-image: url("img/H3_BgL.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FF3366;
	font-size: 18px;
	font-weight:bold;
	height: 17px;
	margin: 15px 0 0;
	padding: 8px 20px 10px 40px;
	line-height: 1.3em;
}
#mainArea p {
	margin: 0.5em 10px 1em 15px;
	padding: 0;
}
#mainArea table {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF3366;
	border-left-color: #FF3366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainArea td {
	padding: 5px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF3366;
	border-bottom-color: #FF3366;
	vertical-align:middle;
}
#mainArea th {
	font-weight: bold;
	line-height: 1.5em;
	background-color: #FFE5E5;
	color: #FF3366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF3366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
	padding: 5px;
	vertical-align:middle;
}
#mainArea ul {
	list-style: none outside none;
	margin: 10px 10px 1em 20px;
	padding: 0;
}
#mainArea ul li {
	margin:0px;
	line-height: 1.3em;
	background-image: url("img/li_01.jpg");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/**メニューリスト**/
#sidenavi .SideTop {
}
#sidenavi .TopLink a,#sidenavi dl dt a {
	background-color: #FFDBDB;
	background-image: url("img/SideMenu_C.gif");
	background-position: 7px 9px;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0;
	padding: 10px 10px 10px 40px;
	zoom:1;
}
#sidenavi .TopLink a:hover,#sidenavi dl dt a:hover,
#sidenavi dl dd a:hover {
	background-image: url("img/SideMenu_C_1.gif");
	background-position: 7px 9px;
	background-repeat: no-repeat;
	color: #FF6699;
	text-decoration: none;
}
#sidenavi dl dd a {
	background-image: url("img/SideMenu_P.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	border-bottom: 2px dotted #FF6699;
	display: block;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 10px 8px 40px;
	zoom:1;
}
#sidenavi dl dd a:hover {
	background-image: url("img/SideMenu_P_1.gif");
	background-position: 11px 11px;
	background-repeat: no-repeat;
	color: #FF6699;
}
#sidenavi dl dd.item-6 a {
	background-image: url("img/SideMenu_PU.jpg");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #9999FF;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 40px;
	zoom:1;
}
#sidenavi dl dd.item-6 a:hover {
	background-image: url("img/SideMenu_PU_1.jpg");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: #9966FF;
}


/**フッターエリア**/
#footer {
	background: url("img/body_bg.jpg") repeat scroll 0 0 transparent;
	font-size: 12px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: center;
	width: 900px;
}
#footer a {
	color:#FF3366;
	text-decoration:none;
}
#footer a:hover {
	color:#FF6699;
	text-decoration:underline;
}


/**画像回り込み**/
.MainBodyImgRight {
    float: right;
    margin: 0 0 10px 10px;
}
.MainBodyImgLeft {
    float: left;
    margin: 10px 10px 0 0;
}

/**追加CSS**/
a.top{
	font-size:16px; 
	color:#0000cc;
	font-weight:bold;
}
a.top2{
	color:#0000cc;
	font-weight:bold;
}

a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.img1   {
   border:      1px #808080 solid;
}