@charset "UTF-8";

/*
common
-------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	color: #454545;
	font-size: 62.5%;
	line-height: 100%;
	font-family: "Lucida Grande","Verdana","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

div,pre,form,fieldset,p,blockquote { 
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.5;
}

p,pre,blockquote,table {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.5;
}

input,textarea {
	margin: 0;
	padding: 1px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
}

dl,ul { 
	margin: 0;
	padding: 0;
}

dt,dd {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style:none;
}

ol li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.5;
	list-style:none;
}

table {
	margin: 0;
	padding: 0;
}

th,td {
	line-height: 1.5;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

abbr,acronym {
	border: 0;
}

.left {
	float: left;
}

img .left {
	float: left;
	display: block;
}

.right {
	float: right;
}

img .right {
	float: right;
	display: block;
}

.topSpace {
	padding-top: 20px;
}

.topSpaceSmall {
	padding-top: 10px;
}

.goTop {
	width: 100%;
	padding: 15px 0 0;
	text-align: right;
}

.clear {
	clear: both;
}

.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearFix {
	zoom: 100%;
}

/*
Link
-------------------------------------------------------------------------------*/

a:link 		{ color: #454545; text-decoration: underline; }
a:active 	{ color: #454545; text-decoration: underline; }
a:visited 	{ color: #454545; text-decoration: underline; }
a:hover 	{ color: #C52642; text-decoration: underline; }


/*
text
-------------------------------------------------------------------------------*/

.smallTxt {
	font-size: 0.8em; }

.bigTxt {
	font-size: 1.2em;
}

.normalTxt {
	font-weight: normal;
}

.boldTxt {
	font-weight: bold;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}


/*
color
-------------------------------------------------------------------------------*/

.red {
	color: #e60000;
}

.green {
	color: #0D690D;
}


/*
container
-------------------------------------------------------------------------------*/

div#container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/common/bg.gif) repeat-y;
	font-size: 1.2em;
}


/*
header
-------------------------------------------------------------------------------*/

div#header {
	width: 900px;
	height: 54px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div#header h1 {
	width: 287px;
	height: 25px;
	margin: 2px 0 0 0;
	position: absolute;
	top: 15px;
	left: 13px;
	overflow: hidden;
}

div#header #logo {
	width: 287px;
	height: 28px;
	position: absolute;
	top: 15px;
	left: 13px;
	overflow: hidden;
}

div#header h2 {
	width: 275px;
	height: 41px;
	position: absolute;
	top: 9px;
	left: 610px;
	overflow: hidden;
}
/*
mainMenu
-------------------------------------------------------------------------------*/

ul#mainMenu {
	width: 900px;
	height: 47px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

ul#mainMenu li {
	float: left;
}

/*
contents
------------------------------------------------------------------------------*/

div#contents {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 20px 20px;
	background: url(../img/common/cnt_bg.gif) repeat-y;
}

div#contents #mainCnt {
	width: 640px;
	padding: 10px 0 30px;
}

div#contents .cntSet {
	width: 580px;
	padding: 10px;

}

#footMenu {
	margin: 20px auto 0;
	text-align: center;
}

#footMenu li {
	display: inline;
}


div#contents #rightSpace {
	width: 220px;
	padding-bottom: 30px;
}

#rightSpace ul.bannerList {
	width: 180px;
	margin: 0 10px;
}

#rightSpace ul.bannerList li {
	margin: 10px 0 0;
}


/*
footer
------------------------------------------------------------------------------*/
div#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #0200A5;
}

div#footer address{
	text-align: center;
	color: #fff;
}
