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



/* ユニバーサルセレクタでmargin/paddingなどを初期化する */

*
{
	margin: 0;
	padding: 0;
	border: none;
	color: #080808;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	list-style: none;
	vertical-align: baseline;
}


/* ブラウザのスクロールバーの表示の違いを解決する */

html
{
	overflow: scroll;
	overflow: -moz-scrollabars-vertical;
	overflow-x: scroll;
	height: 100%;
	margin: 0;
}

/* MacとWindows系のフォント指定 */

body
{
	font-size: 76%;
	font-family: 
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	margin: 0;
	background: none;
	
}

#wrap {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;

}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:auto;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header {
 height: auto;
 padding-top: 150px;
}


#contents {
	width:1000px;
	height:auto;
	padding-bottom: 10px;
	margin-top: 30px;
}

#disc_left {
	width:300px;
	float: left;
}

#disc_right {
	width:675px;
	float: right;
}

#disc_right img { margin-bottom: 10px;}

#disc_right p {
	border-top:1px solid #666;
	font-size: 1.2em;
	line-height: 180%; 
	padding-top: 15px;

}


#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 1.2em;
	clear: both;
	width:500px;
	margin-left: auto;
	margin-right: auto;
}