@charset "utf-8";
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

* {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
}

body {
	line-height: 1.5;
	color: #333;
	background:#680204 url(../images/index/background.jpg) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,h3,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
a:link {
	color: #0000ff;
	text-decoration:none;
}

a:visited {
	color: #0000ff;
	text-decoration:none;
}

a:hover {
	color: #ff0000;
	text-decoration:underline;
}
ul {
	list-style:none;
}
img {
	border:0;
	vertical-align:bottom;
}

/*====================================
	2-1.DefultWrap
=====================================*/

#wrapper {
	width:760px;
	margin:0 auto;
	text-align :center;
	position:relative;
	color:#38201d;
	background:url(../images/index/main.jpg) repeat-y;
	padding-left:20px;
	padding-right:20px;
}

h1 {
	padding-top:6px;
	text-align:left;
	font-size:10px;
	color:#b9b9b9;
	line-height:1.0;
	padding-left:30px;
	position:absolute;
	left:8px;
}
#index_contents {
	background:url(../images/index/flash_back.jpg) no-repeat;
	height:486px;
}
#main {
	background:url(../images/index/main_back.jpg) no-repeat;
	height:225px;
}

#main ul {
	display: inline-block;
	width: 500px;
	margin-top:-78px;
	margin-bottom:22px;
}
#main ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#main li {
	float:left;
	padding-left:50px;
	padding-right:50px;
}
#main dt {
	padding-top:37px;
	padding-bottom:20px;
	font-size:14px;
}
#main p {
	font-size:11px;
	line-height:1.7;
}
#linktitle {
	margin: 0 auto;
	background:url(../images/index/top.gif) no-repeat center top;
	width:400px;
	margin-top:30px;
	padding-top:26px;
	padding-bottom:3px;
}
#linkset {

	line-height:1.2;
	font-size:10px;
	background:#fff url(../images/index/main_bottom.jpg) no-repeat center bottom;
}
#linkset ul {
	margin: 0 auto;
	width:460px;
	text-align:left;
	padding-left:14px;
	margin-bottom:12px;
}

#linkset li {
	display:inline;
	margin-left:20px;
}
#linkset li img {
	margin-bottom:14px;
}

#linkset #linkbanner {
	width:400px;
	margin: 0 auto;
	height:10px;
	background:url(../images/index/middle.png) no-repeat center top;
	padding-top:34px;
}
* html #linkset #linkbanner {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#linkset dl {
	height:180px;
}
#linkset dt {
	padding-top:6px;
}
#footer {
	margin: 0 auto;
	padding-top:26px;
	background:url(../images/index/bottom.png) no-repeat center top;
	width:400px;
	height:24px;
	clear:both;
	margin-top:12px;
}
* html #footer {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}
#footer a {
	cursor:text;
}
#footer a:link {
	color: #38201d;
	text-decoration:none;
}

#footer a:visited {
	color: #38201d;
	text-decoration:none;
}

#footer a:hover {
	color: #38201d;
	text-decoration:none;
}


/*----------------*/
#main div {
	position:absolute;
	left:140px;
	line-height:1.1;
	margin-top:-32px;
	font-weight:bold;
}

#blog {
	cursor:pointer;
}
