@charset "UTF-8";
/* CSS Document */

/*----------　全体設定　----------*/
*{
	margin:0;
	padding:0;
	color:#fff;
	font-size:12px;
	border:none;
	line-height:22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
body{
	background:#660099;}
select,option,textarea,input,h2,div#detiles dt{
	color:#9966ff;}
p{margin:5px 15px;}
	
a{color:#fff;}
a:hover{ text-decoration:none;}

/*----------　Container　----------*/
div#container{
	width:800px;
	background:#000;
	margin:0 auto;
	color:#fff;
	padding:20px;
	}
	
/*----------　Header　----------*/
div#header h1{
	padding:15px 0;}
	
/*----------　Contents　----------*/
div#contents{margin:30px;}
div#contents h2{
	padding:0 0 0 15px;
	font-size:24px;
	letter-spacing:2pt;
	clear:both;
	border-bottom:1px solid #9966ff;
	margin:60px 0 10px 0;
	}
	
div#detiles dl, div#detiles p{margin:0 0 5px 400px;}
div#detiles dt{font-weight:bold;
	font-size:14px;}
div#detiles dd{margin:0 0 15px 0;}
div#detiles img{
	float:left;
	margin:0 0 0 15px;
	}
	
/*----------　Footer　----------*/
div#footer{
	text-align:center;
	padding:10px;}
div#footer address{font-style:normal;}