/* --------------------------
   各ブラウザ間の表示統一設定
   -------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {
	margin: 0px;
	padding: 0px;
	}

fieldset,img {
	border: 0px;
	}

ol,ul {
	list-style: none;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: nomal;
	}

q:before,q:after {
	content: '';
	}

abbr,acronym {
	border: 0px;
	}

body * {
	line-height: 150%;
	word-break: break-all;
	}

a {
	text-decoration: none;
	}

/* -------------------------- */
html {
	width: 100%;
	background: #fff url("../image/bg/bodybg.jpg") repeat;
	margin: 0px;
	}

body {
	width: 100%;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	}
body#topbody {
	background: url("../image/bg/flashbg.png") 0px 135px repeat-x;
	}

div#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	}

/* -------------------------- */

/*▼ヘッダー▼*/
div#header {
	width: 940px; height: 135px;
	background: url("../image/bg/headerbg.jpg") bottom no-repeat;
	margin: 0;
	}

div#titlelogo {
	width: 280px; height: 135px;
	float: left;
	}

h1 {
	width: 280px; height: 25px;
	color: #7e1b3e;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 10px;
	padding: 5px 0 0 0;
	}
	
div#headerlogo {
	width: 280px; height: 83px;
	background: url("../image/logo/symbol_topcolor.png") no-repeat;
	margin: 0 0 0 10px;
	}

ul#headernav {
	width: 600px; height: 135px;
	float: right;
	}
ul#headernav li {
	width: 135px; height: 40px;
	float: left;
	border-left: 1px #e5446d solid;
	margin: 25px 0 0 10px;
	}
ul#headernav a {
	display: block;
	width: 135px; height: 40px;
	}
li#hnav01 a {	background: url("../image/btn/header_btn01.png") no-repeat;	}
li#hnav01 a:hover { background: url("../image/btn/header_btn01.png") bottom no-repeat; }
li#hnav02 a {	background: url("../image/btn/header_btn02.png") no-repeat;	}
li#hnav02 a:hover { background: url("../image/btn/header_btn02.png") bottom no-repeat; }
li#hnav03 a {	background: url("../image/btn/header_btn03.png") no-repeat;	}
li#hnav03 a:hover { background: url("../image/btn/header_btn03.png") bottom no-repeat; }
li#hnav04 a { background: url("../image/btn/header_btn04.png") no-repeat; }
li#hnav04 a:hover { background: url("../image/btn/header_btn04.png") bottom no-repeat; }

/*▼サイドバー▼*/
div#sidebar {
	width: 260px;
	margin: 0 0;
	float: left;
	}
ul#sidenav {
	width: 260px; height: 340px;
	background: url("../image/bg/sidenavbg.png") top left no-repeat;
	}
ul#sidenav li {
	width: 224px; height: 60px;
	padding: 6px 0 0 0;
	}
ul#sidenav a {
	display: block;
	width: 224px; height: 60px;
	}
li#snav01 a {	background: url("../image/btn/sidenav01.png") no-repeat;	}
li#snav01 a:hover { background: url("../image/btn/sidenav01.png") bottom no-repeat; }
li#snav02 a {	background: url("../image/btn/sidenav02.png") no-repeat;	}
li#snav02 a:hover { background: url("../image/btn/sidenav02.png") bottom no-repeat; }
li#snav03 a {	background: url("../image/btn/sidenav03.png") no-repeat;	}
li#snav03 a:hover { background: url("../image/btn/sidenav03.png") bottom no-repeat; }
li#snav04 a { background: url("../image/btn/sidenav04.png") no-repeat; }
li#snav04 a:hover { background: url("../image/btn/sidenav04.png") bottom no-repeat; }
li#snav05 a { background: url("../image/btn/sidenav05.png") no-repeat; }
li#snav05 a:hover { background: url("../image/btn/sidenav05.png") bottom no-repeat; }

div#sideBnr {
	width: 232px; height: 224px;
	margin: 40px 0 0 20px;
	}
div#sideBnr img {
	border: 1px #5c5c5c solid;
	margin: 0 0 15px 0;
	}
div#sideBnr a:hover img {
	opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";/*透過処理*/
	}

/*▼コンテンツ▼*/
.wrapper {
	clear: both;
	background: url("../image/bg/wrapperbg.jpg") repeat-y;
	}

div#flash {
	width: 940px; height: 347px;
	background: url("../image/flash/topimage.png") no-repeat;
	}
div#flash p {
	width: 400px; height: 50px;
	position: absolute;
	top: 280px; left: 50%;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
	margin: 0 0 0 -200px;
	}

div#top_contents {
	width: 940px;
	color: #4d4d4d;
	font-size: 90%;
	}
div#top_contents p {
	margin: 0;
	}

div#contents {
	width: 680px;
	color: #4d4d4d;
	font-size: 90%;
	float: right;
	}
div#contents h2 {
	margin: 0 0 0 30px;
	}
div#contents div.textbox {
	background: url("../image/bg/w50.png");
	margin: 30px 0 0 30px;
	padding: 10px 0 0 0;
	}
div#contents h3 {
	margin: 0 0 15px 10px;
	}
div#contents p {
	width: 520px;
	color: #3f3f3f;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	margin: 0 0 4em 40px;
	}
div#contents p span.mark {
	color: #991e3d;
	}
div#contents p span.listttl {
	color: #7ab239;
	font-size: 120%;
	font-weight: bold;
	}

img.pageup {
	border: none;
	margin: 10px 0 -20px 540px;
	}
a:hover img.pageup { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";/*透過処理*/ }


/*▼フッター▼*/
div#footer {
	clear: both;
	width: 940px; height: 100px;
	background: #991e3d url("../image/bg/footerbg.jpg") no-repeat;
	margin: 0 auto;
	padding: 79px 0 0 0;
	}

ul.footernav {
	color: #e589a0;
	font-size: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
	}
ul.footernav li {
	display: inline;
	margin: 0 20px;
	}
ul.footernav li a:link { color: #e589a0; }
ul.footernav li a:visited { color: #e589a0; }
ul.footernav li a:hover { color: #ffffff; }
ul.footernav li a:active { color: #ffffff; }

div#copyright {
	width: 940px; height: 15px;
	color: #cc667f;
	font-size: 80%;
	text-align: center;
	margin: 25px 0 0 0;
	}