*{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

a img{
	border-style:none;
}

/* --- clearfix --- */
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ---
Layout
--------------------- */

body{
	background-color:#daedf1;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	text-align:center;
	letter-spacing:0.1em;
}

#container{
	width:830px;
	height:100%;
	margin:0px auto;
}

#header{
	width:830px;
	height:125px;
	margin:0px auto;
	background-color:transparent;
	background-image:url(../img/header_bg_jpg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
	left:0px;
	top:0px;
}

#content{
	width:830px;
	margin:0px auto;
	background-color:transparent;
	background-image:url(../img/container_bg.png);
	background-repeat:repeat-y;
	background-position:left top;
}
* html #content { behavior: expression(IEPNGFIX.fix(this)); }

/* ---
header
--------------------- */
.titleLogo{
	display:block;
	position:absolute;
	top:27px;
	left:38px;
}
.topLogo01{
	display:block;
	position:absolute;
	bottom:21px;
	right:64px;
}
.topLogo02{
	display:block;
	position:absolute;
	top:18px;
	right:0px;
}

/* ---
content
--------------------- */
#content .inner{
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:4px;
	margin-right:auto;
	background-image:url(../img/contentInner_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#content_Left{
	width:427px;
	height:687px;
	background-color:#d1b38f;
	background-image:url(../img/content_Left_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-left:6px;
	_margin-left:3px;
}
#content_Right{
	float:right;
	clear:right;
	height:418px;
	position:relative;
	top:270px;
}
#content_RightBox{
	width:358px;
}
.box01{
	display:block;
	width:333px;
	height:204px;
	margin:10px auto;
	background-image:url(../img/box01_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.box02{
	width:333px;
	height:194px;
	margin:0px auto;
	_margin-top:-60px;
	background-image:url(../img/box02_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.boxTitle01,
.boxTitle02{
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#EE026E;
	text-align:left;
	text-indent:10px;
}
.boxTitle01{ color:#EE026E; }
/* .boxTitle02{ color:#398FC0; } */
.boxTitle01{ color:#EE026E; }

.boxTxt p{
	color:#363636;
	font-size:12px;
	text-align:left;
	padding-top:8px;
	_padding-top:3px;
	padding-left:13px;
	/* padding-bottom:6px; */
	padding-bottom:60px;
	line-height:120%;
}
/* ---
footer
--------------------- */
#footer{
	width:830px;
	height:124px;
	background-image:url(../img/footer_bg.jpg);
	margin:0px auto;
	color:#363636;
}
#footer a{
	color:#A00940;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .inner p{
	height:30px;
	font-size:11px;
	text-align:left;
	padding-left:30px;
}
#footer address{
	margin-bottom:8px;
	font-style:normal;
	font-weight:bold;
	color:#363636;
	font-size:12px;
}