@charset "UTF-8";
/*--------------------------------------------------------------------
common
CSSの初期化
--------------------------------------------------------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
	font-size: small;
	color:#333;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

li{ list-style-type:none;}

div.clear{
	clear:both;
	line-height:0px;
	height:0px;
	text-indent:-9999px;
}

a,a:visited{
	color:#006699;
	text-decoration:none;
}
a:hover{
	color:#6699CC;
}


/*--------------------------------------------------------------------
common
共通部分
--------------------------------------------------------------------*/
body {
	font-size:12px;
	background:#FFF1D6;
	height:100%;
	text-align:center;
}

#layout{
width:717px;
margin:20px auto;
}
/********************************/
/*             header           */
/********************************/
div#adheader{
	display:block;
    width:729px;
	height:55px;
	padding:10px 10px 10px 10px;
	
}

/* container */
div#container{
	display:block;
	width:749px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	/*padding:25px 15px 10px 15px;*/
	padding:10px 0 10px 0;
	text-align:left;
	border:1px #cccccc solid;
}
/*afterFireFoxの回り込み解除*/
div#container:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
div#adheader h1{
	float:left;
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	width:280px;
	height:55px;
}
div#adheader h1 a{
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	width:280px;
	height:55px;
	text-indent:-9999px;
	outline:none;
}

div#adheader h2{
	float:right;
	display:block;
	background:url(../images/09banner.gif) no-repeat;
	width:161px;
	height:45px;
}

div#adheader h2 a{
	display:block;
	background:url(../images/09banner.gif) no-repeat;
	width:161px;
	height:45px;
	text-indent:-9999px;
	outline:none;
}

div#adheader h2.advbanner{
	float:right;
	display:block;
	background:url(../images/advlogo.jpg) no-repeat;
	width:149px;
	height:56px;
}
div#adheader h2.advbanner a{
	display:block;
	background:url(../images/advlogo.jpg) no-repeat;
	width:149px;
	height:56px;
	text-indent:-9999px;
	outline:none;
}

/* 画像左寄せ */
img.img_left{
	float:left;
	margin:0 5px;
}
/* 画像右寄せ */
img.img_right{
	float:right;
	margin:0 5px;
}

/* クリア設定 */
.clear_both{
	clear:both;
}

/*--------------------------------------------------------------------
パンくず
--------------------------------------------------------------------*/
div#topicPath{
	position:relative;
	display:block;
	font-size:11px;
	margin:41px 0 20px 0;
}
/*afterFireFoxの回り込み解除*/
div#topicPath:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
div#topicPath ul{
	display:block;
	height:auto;
	padding:5px 0px 5px 5px;  
}
/*
div#topicPath ul{
	display:block;
	width:721px;
	height:auto;
	background:#C9C9CA;
	padding:5px;
}
*/
/*afterFireFoxの回り込み解除*/
/*
div#container>div#topicPath{
	background:#C9C9CA;
	height:12px;
}
div#topicPath>ul{
	display:block;
	margin:5px 5px;
}
*/

/*afterFireFoxの回り込み解除*/
div#topicPath ul:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
div#topicPath li{
	display:block;
	width:auto;
	float:left;
	padding:0 7px 0 0px;
}


/************/
/* MAIN     */
/************/

#main1{
    padding:10px 10px 10px 10px;
}

/************/
/* フッター */
/************/
div#footer	{
	clear:both;
	width:749px;
	text-align:center;
	padding:10px 0 10px 0px;
	margin:0px 0 0px 0px;
}

ul#iul_footer	{
	width:745px;
	padding:10px 0px 7px 0px;
	margin:0px;
}

ul#iul_footer li	{
	display:inline;
}


div#footer p	{
	width:749px;
	height:21px;
	color:#FF6600;
	padding:3px 0px 0px 0px;
	margin:0;
	border-top:5px #FF6600 solid;
    font-weight:bold;
}

