﻿@charset "utf-8";

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font: 12px "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3";
	background: #1F88FF;
}

/* 汎用定義 */

.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
.alignR {
	text-align: right !important;
}
.alignC {
	text-align: center !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mB40 {
	margin-bottom: 40px !important;
}
.Clear {
	clear: both;
}
.Clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.Clearfix {
	display: inline-block; 
}
/* exlude MacIE5 \*/
* html .Clearfix {
	height: 1%
}
.Clearfix {
	display:block;
}
/* end MacIE5 */

.iepngfix {behavior: expression(IEPNGFIX.fix(this));}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {}

#all {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: url(../images/all_bg.gif);
	padding: 15px;
}
#footer {
	background: url(../images/footer_bg.png) no-repeat;
	height: 90px;
	margin-bottom: 10px;
	clear: both;
}
#footer ul {
	width: 600px;
	text-align: center;
	margin-left: 100px;
	padding-top: 40px;
}
#footer li {
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
	font-size: 14px;
}
#footer a {
	color: #FF2D8D;
	
	/* リンク押せるようにする */
}
#footer a:hover {

}
#copyright {
	color: #0088CC;
	text-align: center;
	margin-bottom: 10px;
	font-style: normal;
}
#copyright a {
	color: #0088CC;
}


/* ミドル定義 */

#header {
	width: 800px;
	height: 200px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#header a {
	width: 800px;
	height: 200px;
	background: url(../images/header.png) no-repeat left top;
	display: block;
	overflow: hidden;
}
#header p {
	display:none;
}
#leftMenu {
	float: left;
	width: 173px;
	margin-bottom: 20px;
}
#leftMenu ul {
	width: 170px;
	margin-bottom: 15px;
}
#leftMenu li {
	margin-bottom: 1px;
}
#leftMenu img {
	vertical-align: bottom;
}


#mainContents {
	float: right;
	width: 620px;
	margin-bottom: 10px;
}

