@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 12px "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
/*color:#252525;*/
background: url('./images/topbg.jpg') #FFFFFF no-repeat center top;
}

a{color:#FF66FF;text-decoration:none;}
a:hover{color:#FFC4FF;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 920px;
}


#topcontainer {
	background-color:#FFFFFF;
	margin-top: 141px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/*************
/* ヘッダー
*************/
#header{
height: 115px;
}


#header h1 {
width:360px;
height:87px;
text-align:left;
text-indent:-9999px;
text-decoration:none;
background:url(images/logo.gif) no-repeat center top;
}
#main p {
/*padding: 15px 15px 20px 20px;*/
}




/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}


.last{margin-right:0;}


/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
/* フッター
*************/
#footer{
clear:both;
height:auto;
/*padding: 10px 0 10px;
border-top: 1px solid #FF66FF;*/
margin-bottom:150px;
}







address{
	color:#666666;
	padding-top:10px;
	/*padding: 20px 0 3px;*/
text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
	margin-top: 100px;
}



/*************
/* 細かい設定
*************/

span.red {
color:#FF0000;
}








/********************
/* フォームレイアウト
********************/

div#form {

}
