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

/*----------　全体設定　----------*/
*{
	margin:0;
	padding:0;
	color:#666;
	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(img/bg3.gif) repeat;}
p{margin:5px 15px;}
	
a{	color:#333;
	font-weight:bold;}
a:hover{ text-decoration:none;}

/*----------　Container　----------*/
div#container{
	width:800px;
	margin:0 auto;	
	}
	
/*----------　Header　----------*/
div#header h1{
	text-align:right;
	font-size:10px;
	padding:5px;
	background:#fff;
	border:solid #999 1px;
	border-top:none;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius: 10px;	/* Safari,Google Chrome用 */
	-webkit-border-bottom-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-bottomright: 10px;	/* Firefox用 */
	-moz-border-radius-bottomleft: 10px;	/* Firefox用 */
	margin:0 0 30px 0;
	box-shadow:1px 1px 2px #ccc;
	}
	
/*----------　Contents　----------*/
div#contents{
	width:760px;
	margin:0 auto;
	margin-top:30px;
	padding:20px;
	background:#fff;
	border:solid #999 1px;
	border-radius:10px;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	box-shadow:1px 1px 2px #ccc;}
div#contents h2{
	padding:10px 0 0 0;
	font-size:14px;
	letter-spacing:2pt;
	clear:both;
	text-shadow:1px 1px 2px #ccc;
	}
	
div#detiles dl, div#detiles p{
	margin:0 0 5px 400px;
	}
div#detiles dt{font-weight:bold;text-shadow:1px 1px 2px #ccc; color:#000;}
div#detiles dt:hover{text-shadow:none; color:#666;}
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;}