@charset "utf-8";

/*-----------------------------------------------------*/

body {
	font-size: 13px;
	font-family:  Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.5;
	text-align: center;
}

/* for WinIE6*/

* html body {
	font-size: 82%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 0px;
	vertical-align:baseline;
	color: #333333;
	line-height: 1.5;
}

/* for WinIE7--*/

*:first-child+html body {
	font-size: 82%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	/*-- font-family: 'メイリオ', Meiryo, sans-serif; --*/
	color: #333333;
	line-height: 1.5;
}

table {
	font-size: 100%; /*-- Win IE 5-5.5､6 --*/
}

input {
	font-size: 13px;
	background-color: #ffffff;
}

textarea {
	font-size: 13px;
	line-height: 1.5;
	background-color: #ffffff;
}

/*-----------------------------------------------------*/

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FF6633;
	text-decoration: underline;
}

a:hover  {
	color: #FF3300;
	text-decoration: none;
}


h1 {
	font-size: 120%;
	letter-spacing: 1px;
	display: inline;
}

h2 {
	font-size: 110%;
	letter-spacing: 1px;
	display: inline;
}

h3 {
	font-size: 100%;
	letter-spacing: 1px;
	display: inline;
	font-weight: bold;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-----------------------------------------------------*/

#container {
	height: 100%;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
}

#container  #header {
	float: right;
	width: 850px;
	height: 70px;
	background-color: #CCCCCC;
}

#container #left {
	width: 95px;
	display: inline;
	float: left;
}

#container  #mainT {
	float: right;
	width: 850px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wakuT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#container  #mainM {
	float: right;
	width: 850px;
	margin: 0px;
	background-image: url(../images/wakuM.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
}

#container   #mainB {
	float: right;
	width: 850px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wakuB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#container #mainM #Mleft {
	float: left;
	width: 150px;
	display: inline;
}

#container #mainM #Mleft .Lcontents {
	float: left;
	width: 135px;
	margin-left: 15px;
	display: inline;
	margin-bottom: 1px;
}

#container #mainM #Mleft .L_CL {
	float: left;
	width: 135px;
	margin-left: 15px;
	display: inline;
	margin-bottom: 1px;
	margin-top: 20px;
}

#container    #mainM   .menu {
	float: left;
	height: 40px;
	width: 135px;
	margin-left: 15px;
	display: inline;
	margin-bottom: 1px;
}

#container    #mainM   #Mright {
	float: right;
	width: 665px;
	display: inline;
	margin-right: 20px;
	margin-left: 10px;
}

#container #mainM #Mright .h3Bn {
	background-color: #FFCCCC;
	margin: 0px;
	width: 655px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#container #mainM #Mright .contents1 {
	width: 655px;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 5px;
}

#container #mainM #Mright .flashTop {
	width: 665px;
	margin-bottom: 10px;
	height: 200px;
}

#container #mainM #footer {
	color: #FFFFFF;
	background-color: #CC0066;
	width: 655px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.contentsUl {
	margin: 0px;
	list-style-type: circle;
	padding-left: 25px;
	padding-top: 5px;
}

.contentsUl2 {
	margin: 0px;
	list-style-type: decimal;
	padding-left: 30px;
	padding-top: 5px;
}
.bo_mail7 {
	margin-top: 5px;
	margin-bottom: 5px;
}



.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
