@charset "utf-8";

/**/
/**********************************************/
/*　　　　　　　　　　　　　　　　　　　　　　*/
/*　　　これはメディアページのcssです　　　　 */
/*　　　　　　　　　　　　　　　　　　　　　　*/
/**********************************************/
/**/


/*↓ページ全体の表示位置の設定です*/
/*中央表示にしています。変更しないでください*/
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	padding: 0px;
	width: 782px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #666;
	line-height: 130%;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -391px;
}

/*↓メニュー設定*/
#menu {
	width: 782px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu #logo {
	float: left;
}

/*↓文章の設定*/
p {
	margin-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000;
	padding-bottom: 60px;
	padding-left: 50px;
	padding-top: 60px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000;
	width: 700px;
	margin-left: 5px;
}

/*↓コピーライト*/
address {
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	color: #999;
}
/*↓floatのリセット*/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*↓リンク*/
p a {
	text-decoration: none;
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
p a:hover {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
