@charset "Shift_JIS";
/* ------------------------------------------- CSS Information 
     File Name:      default.css 
     Author:         MIYA 
     Style Info:     ブラウザスタイルのリセットと基本設定 
    ----------------------------------------------------------- */
    
/* Reset */

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
  line-hegiht:0
}

a img {
  border: none;
}

h2{
  font-size : 20px;
  padding : 5px;
  font-weight: bold;
  color : #ccc;
  background-color : #000;
}


/* mystyle */
body {
	background-color: #000000;
	background-image: url('banner/bg.gif');
	margin: 0px;
	line-height: 27px;
	font-size: 16px;
	letter-spacing: 0px;
	font-family: "Meiryo UI", sans-serif;
}
.mac body {
	background-color: #000000;
	background-image: url('banner/bg.gif');
	margin: 0px;
	line-height: 30px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.iphone body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-color: #000000;
	background-image: url('banner/bg.gif');
}
.ipad body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-color: #000000;
	background-image: url('banner/bg.gif');
}
.android body {
	-webkit-text-size-adjust: 100%;

}

/*.ie body {
	background-color: #666666;
	background-image: url('banner/bg.gif');
	margin: 0px;
	line-height: 27px;
	font-size: 16px;
	font-family: "Meiryo UI";
}
*/
#m-banner {
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('banner/mainbanner2a.jpg');
}
#m-banner2 {
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('banner/mainbanner2a.jpg');
}
#container {
	margin: 0px auto 0px auto;
	background-color: #000000;
	width: 900px;
	height: 1000px;
}
#container1 {
	margin: 0px auto 0px auto;
	background-color: #000000;
	width: 900px;
	height: 1100px;
}

#m-menu {
	width: 175px;
	float: left;
	color: #CCCCCC;
	background-color: #2E2E2E;
	margin-top: 5px;
	line-height: 20px;
	font-size: small;
	text-align: center;
	height: 99%;
}
#m-menu1 {
	width: 175px;
	float: left;
	color: #CCCCCC;
	background-color: #2E2E2E;
	margin-top: 5px;
	line-height: 20px;
	font-size: small;
	text-align: center;
	height: 99%;
}
#m-contents {
	width: 720px;
	float: left;
	color: #CCCCCC;
	height: 99%;
	background-color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}
#m-contents1 {
	width: 720px;
	float: left;
	color: #CCCCCC;
	height: 99%;
	background-color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}

#footer {
	clear: both;
	width: 900px;
	height: 150px;
	background-color: #333333;
	background-image: url('banner/footer1.gif');
}

/*マウスオーバーイベント*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #FFFFFF;
}

/*クラス*/
.t-text {
    padding : 5px;
	font-size: 20px;
	font-weight: bold;
}
.contents-ul {
    text-align: left;
	padding : 10px 0px 0px 50px;
}

.footer-text {
	padding: 5px;
	color: #D7D7D7;
	line-height: 20px;
	font-size: medium;
	font-weight: normal;
	font-family: "Meiryo UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
a:link, a:visited,a:active {
	font-size: 20px;
	color: #00CCFF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
