@charset "utf-8";
/* CSS Document */

/* body */

html{
	height:100%;
	width:100%;
	background: #183286;
}
body {
	font: 62.5%/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background: #138;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.blue-large {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #138;
}
.grey-large {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #666;
}

/* ------ link ------ */

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #DC0000;
	text-decoration: underline;
}

/* ------- rapper ------- */

#rapper {
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	text-align: left;
}

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

#header {
	margin: 0px;
	padding: 0px;
	height: 340px;
	width: 800px;
}
#header #logo {
	background: url(../common/bg_logo.gif) no-repeat left bottom;
	text-align: center;
	float: left;
	height: 180px;
	width: 200px;
	padding-top: 160px;
}
#header #slogan {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 340px;
	width: 600px;
}
#slogan p img {
	margin-top: 10px;
}
#slogan #menu {
	height: 45px;
	width: 600px;
	clear: both;
}
#slogan #menu li {
	height: 45px;
	width: 150px;
	float: left;
}
#slogan #menu ul li a {
	font: bold 140%/45px Arial, Helvetica, sans-serif;
	color: #666;
	background: url(../common/bg_menu1.gif) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 140px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#slogan #menu li a:hover {
	background: url(../common/bg_menu2.gif) no-repeat 0px 0px;
	color: #FFF;
	text-decoration: none;
}

/* ------- main ------- */

#main {
	clear: both;
	height: auto;
	width: 800px;
	margin-top: 20px;
}

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

#main #contents {
	font-size: 120%;
	float: right;
	width: 600px;
	background: url(../common/bg_contents.gif) repeat-y 0px 0px;
	margin-bottom: 20px;
}
#contents #copy .arrow li , #contents .arrow li {
	background: url(../common/arrow.gif) no-repeat 0px 5px;
	padding-left: 15px;
}
#contents #copy {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-right: 15px;
}
#contents #copy h1 {
	font: bold 150%/105% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#contents #copy h2 {
	font: bold 240%/105% Arial, Helvetica, sans-serif;
	color: #DC0000;
	margin: 0px;
	padding: 0px;
}
#contents #copy p {
	margin-top: 10px;
}
#contents #new {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 100%;
}
#contents #new ul {
	margin-bottom: 15px;
	margin-top: 10px;
}
#contents #new ul li {
	line-height: 140%;
	margin-bottom: 3px;
}

/* ------- adress ------- */

#main #address {
	font-size: 120%;
	line-height: 200%;
	float: left;
	height: auto;
	width: 180px;
	padding-left: 20px;
}
#main #address p {
	margin-bottom: 20px;
}

/* ------- footer------- */

#main #footer {
	clear: both;
	width: 600px;
	padding-left: 200px;
	background: url(../common/bg_logo.gif) no-repeat 0px 0px;
}
#footer #copyright {
	background: #DCDCDC;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 300%;
	padding-left: 15px;
	font-size: 100%;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
}
#footer #copyright ul li {
	display: inline;
}
