@charset "utf-8";


/* --------------------------------------------------
	行頭を表示するときは「##」で検索してください。
-------------------------------------------------- */

/* --------------------------------------------------
	##基本設定
-------------------------------------------------- */
* html{filter: expression(document.execCommand("BackgroundImageCache",false,true));}
/* body */
html,body{height:100%;}
body#top{
	background:#EDEEEE url(../img/bg_body.jpg) repeat-x left top;
}

/* IE6用 */
* html body {
	padding-left: 1px;
	font-size:100%;
}

/* IE7用 */
*:first-child+html body {
	padding-left: 1px;
	font-size:100%;
}

/* タイトル */
h1,h2,h3,h4,h5,h6{
	margin:0;
}

/* テーブル・ボックス */

/* イメージ */
img,
a img{border:0;}

/* フォーム */
form{
	margin:0;
	padding:0;
}

/* 段落 */
p{
	margin:0;
	padding:0;
}

/* リンク */
a{color:#4D4D4D;}
a:hover{color:#F00;}

.iepngfix{behavior: expression(IEPNGFIX.fix(this));}

#top #wrapper{
	background:none
}
/* --------------------------------------------------
	##main
-------------------------------------------------- */
#top #main-inner{
	padding-top:0;
}


/* --------------------------------------------------
	##main-image
-------------------------------------------------- */
#main-image{
	padding-bottom:16px;
	width:960px;
	text-align:center;
}
/* --------------------------------------------------
	##contents
-------------------------------------------------- */
#top #contents{
	width:500px;
}
.title1{
	width:500px;
	height:38px;
	position:relative;
	background:url(../img/bg.jpg) no-repeat left top;
}
.title1 h3{
	padding:12px 0 0 13px;
}
.title1 p{
	position:absolute;
	top:11px;
	right:17px;
	z-index:2;
	color:#BA1E58;
	font-size:75%;
}
.title1 p a{color:#BA1E58;}
.title1 p a:hover{color:#F00;}
.box{
	margin:0 0 0 10px;
	width:480px;
	overflow:hidden;
}
.box1{
	margin-top:-1px;
	padding:10px 0 13px;
	background:url(../img/line1.gif) repeat-x left top;
}
.box1 .box1-title{
	margin:0 0 3px;
	padding:0 0 0 15px;
	list-style:none;
	color:#B04D4C;
	background:url(../img/icon1.gif) no-repeat 0 3px;
	font-size:88%;
	font-weight:normal;
}
.box1 .box1-title a{color:#B04D4C;}
.box1 .box1-title a:hover{color:#F00;}
.box1 .box1-article:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.box1 .box1-article{
	margin:0 0 0 15px;
	width:465px;
	color:#808080;
	font-size:75%;
	/*\*//*/
	overflow:hidden;
	/**/
}
.box2{
	margin:0 0 18px;
	border-collapse:collapse;
	border:0;
	width:500px;
}
.box2 td{padding:0;}
.box2 h3{margin:0 0 2px;}
.box2 p{
	color:#7A0025;
	font-size:88%;
}

/* --------------------------------------------------
	##side-r
-------------------------------------------------- */
#top #side-r{
	width:216px;
}