@charset "utf-8";
/* common -------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}

body{
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: #F8F8F8;
	font-size: 75%;
	text-align: center;
	position:relative;
}

a,a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

.text-attributes01{
	color: #C39;
}

.text-attributes01 a,
.text-attributes01 a:visited,
a.text-attributes01,
a:visited.text-attributes01{
	color: #C39;
	text-decoration: none;
}

.text-attributes01 a:hover,
a:hover.text-attributes01{
	text-decoration: underline;
}

.text-attributes02{
	color: #F00;
}

.text-attributes03{
	font-weight: bold;
}

#wrapper{
	width: 860px;
	background: url(../img/common/body_bg.gif) #FFF repeat-y;
	text-align: left;
}

/* header -------------------------------------------*/
#header{
	width: 782px;
	height: 129px;
	padding: 0 42px 0 36px;
	background: url(../img/common/header_bg.jpg) no-repeat;
}

#header h1{
	float: left;
	width: 376px;
}

#header ul{
	float: right;
	list-style: none;
}

#header li{
	line-height: 1.0em;
}

#header li#minor{
	padding: 4px 0 0 105px;
}

#header li#minor a{
	display: block;
	width: 170px;
	height: 24px;
	background: url(../img/common/header_menu02.gif);
	text-indent: -9999px;
	outline: none;
}

#header li#minor a:hover{
	background: url(../img/common/header_menu02_h.gif);
}

/* main -------------------------------------------*/
#main{
	clear: both;
	width: 783px;
	padding: 0 29px 30px 48px;
	background: url(../img/common/main_bg.gif) left bottom no-repeat;
	overflow: hidden;
}

/* contents -------------------------------------------*/
#contents{
	float: left;
	width: 562px;
	padding: 0 11px 0 0;
}

.contents-box01{
	width: 548px;
	margin: 0px 1px;
	padding: 0px 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #F8F8F8;
	overflow: hidden;
}

.contents-box-bg01{
	clear: both;
	width: 560px;
	margin: 0 0 10px 0;
	padding: 0 1px;
}

#breadcrumb-list{
	width: 560px;
	padding: 0 0 8px 0;
	list-style: none;
	font-weight: bold;
}

/* side-bar -------------------------------------------*/
#side-bar{
	float: right;
	width: 210px;
}

/* footer -------------------------------------------*/
#footer{
	clear: both;
	width: 772px;
	padding: 0 58px 15px 30px;
	background: url(../img/common/footer_bg.gif) #C00 center bottom no-repeat;
	color: #FFF;
	text-align: center;
}

#footer ul{
	padding: 0 0 30px 50px;
	list-style: none;
}

#footer li{
	float: left;
	padding: 0 16px 0 0;
}

#footer li a,
#footer li a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer li a:hover{
	text-decoration: underline;
}

#footer p{
	clear: both;
	font-size: 80%;
}

#footer address{
	font-style: normal;
}
.footer a:visited{
    color: #FFF;
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}