@charset "Shift_JIS";

/*-----------------------------------*/
/*IE6ロールオーバーチラ付きバグ回避*/
* html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
/*-----------------------------------*/

/* 基本設定
-------------------------------------*/
* {
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-weight: normal;
	color: #333333;
	background: #003366;
}
* {
	margin: 0px;
	padding: 0px;
}
div {
	margin-right: auto;
	margin-left: auto;
}

/*基本クラス
---------------------------------------------------*/
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}


.migi {
	text-align: right;
}
.cent {
	text-align: center;
}

/*リンク
---------------------------------------------------*/
a:link {
	color: #0044CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}

/*ページトップ
---------------------------------------------------*/

h1 {
	font-size: 75%;
	color: #FFFFFF;
	background: #003366;
	padding: 3px 3px 3px 8px;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#top {
	text-align: left;
	margin: 10px auto 0px;
	padding-bottom: 15px;
	background: #FFFFFF url(img/bg_top.gif) no-repeat right 10px;
}
#top p {
	padding: 10px 5px 15px;
}

/*枠
---------------------------------------------------*/
#bodyin {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	width: 760px;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000033;
}

/*ロゴ配置エリア
---------------------------------------------------*/
#logo {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-bottom: 0px;
}

#logo p {
	font-size: 80%;
	text-align: left;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 8px;
}

/*本文エリア
---------------------------------------------------*/
#main {
	width: 720px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#bosyu {
	margin-bottom: 10px;
	border-top: 1px dashed #CCCCCC;
	color: #666666;
	padding-top: 10px;
}



/*募集代理店
---------------------------------------------------*/
#bosyu p{
	font-size: 75%;
	line-height: 120%;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

/*コピーライト
---------------------------------------------------*/
#copy p {
	line-height: 150%;
	text-align: center;
	font-size: 75%;
	color: #666666;
	margin-bottom: 15px;
	background: #EEEEEE;
}
/*フッターキャッチ
---------------------------------------------------*/
#foot-catch {
	font-size: 75%;
	line-height: 150%;
	color: #837D7D;
	text-align: center;
	padding: 10px 5px 5px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}
#foot-catch p {

}


/*ページ最下部のリンク
---------------------------------------------------*/
#bottom {
	background-color: #EEEEEE;
	color: #CCCCCC;
	padding-bottom: 10px;
}
#bottom a {s
	color: #888888;
	margin-right: auto;
	margin-left: auto;
}
#bottom p {
	font-size: 75%;
	line-height: 150%;
	padding: 5px;
}
#bottom h2 {
	font-size: 75%;
	background-color: #DEE3ED;
	color: #666666;
	font-weight: normal;
	padding: 5px;
}
