/* 2010 AVIwebsite */

@Charset"shift_JIS"

/*スタイル初期化*/
*{
	margin:0px;
	padding:0px;
	background-color:transparent;
	color:#000;
	font-size:medium;
	font-family:Verdana,Arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
/*便利ツール*/
.clear{
	clear:both;
	margin:0px;
	padding:0px;
	}
/*本体*/
body{
	margin:0px;
	padding:0px;
	background-color:#f7f7f9;
	color:#333;
	text-align:left;
	font-size:12px;
	line-height:16px;
	}

p{
	margin:0px auto 5px auto;
	padding:0px;
	}

img{
	margin:0px;
	padding:0px;
	border:0px;
	}
	
/*リンクテキスト*/
a:link{
	color:#2E80B7;
	text-decoration:none;
	}
a:visited{
	color:#2E80B7;
	text-decoration:none;
	}
a:hover{
	color:#2E80B7;
	text-decoration:underline;
	}
	
/*メインコンテナ*/
DIV#main{
	margin:0px auto;
	padding:0px;
	width:808px;
	height:600px;
	background:url(../images/bg_main.gif) repeat-y center top #fff;
	text-align:center;
}

DIV#main_back{
	margin:0px auto;
	padding:0px;
	width:800px;
	height:600px;
	background-image: url(../images/back_image.jpg);
	background-repeat: none;
	background:position:center;
}

/*左コンテンツ*/
DIV#lCon{
	float:left;
	width:160px;
	margin: 15px 10px 0px 10px;
	}
/*右コンテンツ*/
DIV#rCon{
	float:right;
	width:600px;
	margin: 30px 20px 0px 0px;
	}

/*ヘッダ*/
DIV#header{
	width:800px;
	height:105px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	}

/*フッタ*/
DIV#footer{
	margin:0px auto 0px;
	width:808px;
	height:2px;
	background:url(../images/bg_footer.gif) center top no-repeat #f7f7f9;
	text-align:left;
	}
	
/* メインコンテンツルール */
/* タイトル */
h1#menuBer{
	font-size:15px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:10px;
	color:#FFFFFF;
	background:url(../images/bg_menu.png);
	background-repeat:no-repeat;
	}

/* お知らせ */
.under_line {
	line-height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

/* 本文 */
.copy{
	clear:both;
	display:block;
	margin:0px;
	padding:10px;
	font-size:13px;
	background:url(../images/bg_copy.png);
	background-repeat:repeat-y;
	text-align: left;
	font-weight: normal;
	}

/* 強調 */
strong.Scopy{
	font-size:13px;
	color: #BF0000;
}

/*キャプション*/
.caps{
	font-size:10px;
	color:#A9A9A9;
	}
