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

/*----------　全体設定　----------*/
* {
	margin:0;
	padding:0;
	color:#ccc;
	font-size:12px;
	border:none;
	line-height:22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background:url(images/back.png) repeat-x #000;
}

select,option,textarea,input {
	color:#000;
}

p {
	margin:5px 15px;
}
	
a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

/*----------　Container　----------*/
div#container {
	background:#000;
	width:800px;
	margin:0 auto;
}

/*----------　Header　----------*/
div#header h1 {
	text-align:right;
	font-size:10px;
	padding:5px;
}

/*----------　Contents　----------*/
div#contents {
	margin:30px;
}

div#contents h2 {
	padding:10px 0 0 0;
	font-size:14px;
	letter-spacing:2pt;
	clear:both;
}

div#detiles dl, div#detiles p {
	margin:0 0 5px 400px;
}

div#detiles dt {
	font-weight:bold;
}

div#detiles dd {
	margin:0 0 15px 0;
}

div#detiles img {
	float:left;
	margin:0 0 30px 15px;
}

div#details dl, div#details p {
	margin:0 0 5px 0;
}

div#details dt {
	font-weight:bold;
}

div#details dd {
	margin:0 0 15px 0;
}

div#detailsLeft {
	float:left;
	margin:0 107px 0 15px;
}

/*----------　Footer　----------*/
div#footer {
	text-align:center;
	padding:10px;
}

div#footer address {
	font-style:normal;
}