@charset "Shift_JIS";
/*-フォント設定*/

.text10, .t10s130, .t10s140, .t10s150, .t10s160, .t10s170, .t10s180, .t10s190, .t10s200,
.text12, .t12s130, .t12s140, .t12s150, .t12s160, .t12s170, .t12s180, .t12s190, t12s200,
.text14, .t14s130, .t14s140, .t14s150, .t14s160, .t14s170, .t14s180, .t14s190, .t14s200,
.text18, .t18s130, .t18s140, .t18s150, .t18s160, .t18s170, .t18s180, .t18s190, .t18s200 {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	}

body {
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	}

/*-基本設定*/
html, body,
h1, h2, h3, h4, h5, h6,
div, p, ul, ol, dl,
address, form {
	display:block;
	margin:0;
	padding:0;
	line-height:100%;
	text-align:left;
	}

input {
	padding:0px;
	margin:0px;
	}

dt, dd, span {
	margin:0px;
	padding:0px;
	line-height:100%;
	text-align:left;
	}

li {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-image:none;
	list-style-type:none;
	}	

a, em, span, strong {
	display:inline;
	}

img {
	border-width:0px;
	border-style:none;
	display:block;
	}

/*-基本設定：リンク用-*/
a {
	color:#007FA9;
	}

a:link {
	text-decoration:none;
	}
	
a:visited {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

a:active {
	text-decoration:underline;
	}

/*-float解除*/
.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0%;
	height:0px;
	background-color:transparent !important;
	}

/*-基本設定：コンテンツレイアウト*/
html {
	padding:0px 0px 0px 0px;
	}

body {
	background:url("../images/bg_body.gif");
	background-color:#000000;
	text-align:center;
	}

#contents-body {
	width:700px;
	/*background-color:#FFFFFF;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:url(../../mypage/images/contents_bg.gif) #333333 repeat-y;
}

#head-btn {
	position:relative;
	width:700px;
	height:22px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
	
/*-基本設定：ヘッダー*/
#header {
	background-image:url(../images/bg_logo.jpg);
	}

#header h1 {
	padding:20px 0px 4px 30px;
	}
	
/*-基本設定：copyright-*/
#copyright {
	clear:both;
	}

#copyright address {
	padding:0px 10px 12px 10px;
	text-align:center;
	font-size:10px;
	font-style:normal;
	}

/*-JS使用アナウンス-*/	
#noscript {
	font-size:10px;
	line-height:130%;	
	padding:0px 10px 10px 20px;
	}

.invisible{
	display: none;
	}
