
/*------------------------------
基本構成
------------------------------*/

body {
	text-align:center;
	margin:0;
	background-color:#f9cbe2;
	color:#000;
	font-size:12px;
	line-height:160%;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana;
}

td{
	line-height:160%;
	_line-height:180%;
	font-size:12px;
	vertical-align:top;
}

#wrapper{
	margin:0 auto;
	width:822px;
	background:url("./images/bg.jpg") repeat-y;
	}

#container{
	margin:0 auto;
	width:761px;
	text-align:left;
	}	

h2{

	}

	
a:link,a:visited{
	color:#ff0099;
	text-decoration:none;
	}
	
a:hover{
	color:#ff0099;
	text-decoration:underline;
	}	
	
.box1	{
	width:761px;
	border-bottom:15px solid #ffcbfe;
	padding:0px 0px 20px 0px;
	}
	
.box2	{
	width:522px;
	border-bottom:15px solid #ffcbfe;
	padding:0px 0px 20px 0px;
	}
	
.line{
	border-top:1px solid #ffccff;
	}	

/* 応募要綱のテーブル */	
.left{
	text-align:center;
	font-weight:bold;
	width:80px;
	padding:10px 0 10px 0;
	background-color:#fff2ff;
	border-bottom:1px solid #ff99cc;
	}	
	
.right{
	padding:10px 0 10px 0;	
	background-color:#fff2ff;
	border-bottom:1px solid #ff99cc;
	width:450px;
	}	
	
#footer{
	border:15px solid #ffccff;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	padding:13px;
	font-size:10px;
	line-height:140%;
	}
	
/* フォームのテーブル */				
#form td{
		padding:5px;
		vertical-align:middle;
	}
	
/*------------------------------
firefox 背景表示用ハック すべて入力後に問題がなければ全て削除
------------------------------*/

#wrapper {
    overflow: hidden;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


