@charset "utf-8";

/*cssリセット*/

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	vertical-align:baseline;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
}
:focus{
	outline:0;
}
body{
	background:white;
	color:black;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	font-weight:normal;
	text-align:left;
}
blockquote:bfore, blockquote:after, q:before, q:after{
	content: "";
}
blockquote, q{
	quotes:"" "";
}


/*cssリセットここまで*/

body {
	background-color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	background-image: url(../../images/common/main_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}



#contents_main {
	margin: 0 auto;
	width: 900px;
}



#header_main {
	margin: 0 auto;
	width: 900px;
}
#menu {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 900px;
	padding-top: 0px;
	height: 103px;
}
#left_column {
	float: left;
	width: 650px;
}
#right_menu {
	float: right;
	width: 250px;
}
html > body #menu {
	height: auto;
	min-height: 104px;
}
#headline {
	margin-right: 0px;
	margin-top: 44px;
	display: inline;
	float: right;
	margin-bottom: 0;
	background-color: #f09dc1;
	width: 651px;
	font-size: 10px;
	color: #FFF;
	line-height: 120%;
	vertical-align: middle;
	text-indent: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	_padding-bottom: 6px;
}
html > body #headline {
	height: auto;
	min-height: 18px;
}
#header_c {
	margin-right: 17px;
	margin-top: 17px;
	display: inline;
	float: right;
	height: 73px;
	margin-bottom: 0;
	width: 209px;
}

/*メニュー*/
#left_column li{
	float: left;
	display: block;
	padding-left: 10px;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main_contents {
	width: 620px;
	padding-top: 10px;
	display: block;
	float: left;
	padding-left: 25px;
}
#main-menu {
	clear: both;
	float: left;
	width: 620px;
	margin-left: 25px;
	display: block;
	/*ie6*/
	_margin-left: 13px;
}

#topflash {
	clear: both;
	float: left;
	width: 621px;
	margin-left: 25px;
	display: block;
	/*ie6*/
	_margin-left: 13px;
	margin-bottom: 10px;
}

