@charset "UTF-8";

/*----- base reset -----*/
body {	
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	color:#0c0c0c;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

img {
	margin:0;
	padding:0;
	border:none;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
a {
	color:#525961;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul,li {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:0;
	padding:0;
	line-height:1.6;
}

/*----- float:left / float:right -----*/

.float_l {
	float:left;
}

.float_r {
	float:right;
}

/*----- block / inline -----*/

.block {
	display:block;
}

.inline {
	display:inline;
}

/*----- clear -----*/

.clear {
	clear:both;
}

/*----- text left / right -----*/

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

/*----- font size -----*/

.size01 {
	font-size:80%;
}

.size02 {
	font-size:90%;
}

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

.color01 {
	color:#21367d;
}

.color02 {
	color:#e71e18;
}

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

#container {
	width:100%;
	background:url("../img/bk.gif") repeat-x top;
}

#container02 {
	width:100%;
	background:url("../img/bk02.gif") repeat-x top;
}

#wrapper, #top_wrapper {
	width:950px;
	margin:0 auto;
}

#main, #top_main {
	width:950px;
}

#contents {
	width:950px;
	margin-bottom:50px;
}

#left {
	width:735px;
}

#right {
	width:200px;
}

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

#header {
	width:950px;
	height:104px;
}

#top {
	width:950px;
	height:25px;
	margin-bottom:13px;
}

#top_l {
	width:475px;
}

h1#top_l {
	line-height:25px;
	color:#fff;
	font-weight:lighter;
	font-size:100%;
}

#top_r {
	width:300px;
}

#top_r li {
	padding-left:18px;
	float:left;
	line-height:25px;
	background:url("../img/arrow01.gif") no-repeat left;
}

#top_r li a {
	color:#fff;
	text-decoration:none;
}

#top_r li a:hover {
	text-decoration:underline;
}

#logo {
	width:600px;
}

#logo p.catch {
	color:#00418b;
}

#search {
	margin-top:17px;
	width:205px;
}

.search_text_box {
	padding:2px;
	border:none;
	width:169px;
	height:18px;
	background:url("../img/search_text_box.gif") no-repeat;
	color:#fff;
}

/*----- navigation layout -----*/

#navi {
	width:880px;
	height:41px;
	background:url("../img/navi_bk.gif") no-repeat;
}

/*----- flash layout -----*/

#flash {
	width:100%;
	height:306px;
	margin:11px 0 73px 0;
}

/*----- pagetop layout -----*/

.pagetop a {
	padding-left:13px;
	background:url("../img/arrow02.gif") no-repeat left;
}

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

#footer {
	width:928px;
	height:80px;
	padding:10px;
	border-left:solid 1px #ced1d0;
	border-right:solid 1px #ced1d0;
	border-top:solid 1px #ced1d0;
	background:#f2f2f2;
	color:#525961;
}

#footer li {
	display:inline;
}

#footer a {
	padding-left:13px;
	background:url("../img/arrow03.gif") no-repeat left;
}