@charset "utf-8";
/*--------structure layout--------------------*/


/*-------------module reset */

html,body,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
p,div,a,img {
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
		font-weight:normal;
		font-size: 100%;
		font-family: "HGPｺﾞｼｯｸM", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
		list-style: none;
		}
/*------safari only */
html[xmlns*=""] body:last-child {
		font-size: 14px;
		}

table {
		border-collapse: collapse;
		}

td {
		padding: 0.2em 1em 0.1em 0.1em;
		}

span.spchara {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		}


/*--------alignment--------------------*/

span.space {
		display: block;
		clear: both;
		margin-bottom: 10px;
		}
/*------IE 6.0 */
*html span.space {
		margin-bottom: 20px;
		}

span.itemSpace {
		display: block;
		clear: both;
		margin-bottom: 10px;
		}

span.headerSpace {
		display: block;
		clear: both;
		margin-bottom: 18px;
		}


/*-------------base design */

body {
		background: #e6e6e4;
		}

div#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 820px;
		background: #e6e6e4 url(../common/wrap.gif) repeat-y;
		}

div#wrapEnd {
		margin-left: auto;
		margin-right: auto;
		width: 820px;
		height: 10px;
		background: #e6e6e4 url(../common/wrap_end.gif) no-repeat;
		}

div#container {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background: url(../common/container.gif) repeat-y;
		}


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

div#header {
		height: 120px;
		position: relative;
		}

div#siteName h1 {
		padding-top: 5px;
		margin-left: 10px;
		font-size: 0.75em;
		}


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

div#container {
		position: relative;
		}


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

ul#infoLink {
		position: absolute;
		top: 17px;
		right: 15px;
		list-style-type: none;
		font-size: 0.7em;
		}

ul#infoLink li {
		display: block;
		width: 100px;
		height: 16px;
		text-align: center;
		float: left;
		}

li#infoLinkTop {
		border: solid #187fc4;
		border-width: 0px 1px;
		}

li#infoLinkEnd {
		border: solid #187fc4;
		border-width: 0px;
		border-right-width: 1px;
		}

ul#infoLink a {
		text-decoration: none;
		}


/*-------------global navigation */

ul#globalNavi {
		display: block;
		position: absolute;
		top: 60px;
		left: 0px;
		height: 40px;
		width: 800px;
		background: url(../common/glovalnavi_bar.gif) no-repeat;
		padding-left: 15px;
		}

ul#globalNavi li {
		display: block;
		width: 154px;
		height: 40px;
		line-height: 20px;
		text-align: center;
		font-size: 13px;
		font-family: "HGPｺﾞｼｯｸE", "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐゴシック", Osaka;
		color: #FFFFFF;
		text-shadow: #666666 2px 2px 2px;
		float: left;
		}

ul#globalNavi li a {
		display: block;
		width: 154px;
		height: 40px;
		background: url(../common/gn_btn.gif) bottom;
		text-decoration: none;
		color: #FFFFFF;
		}

ul#globalNavi li.here a {
		background: url(../common/gn_btn.gif) top;
		}

ul#globalNavi li a:hover {
		background-position: top;
		}


/*-------------topic path */

div#topicPath {
		position: absolute;
		top: 100px;
		left: 185px;
		font-size: 80%;
		width: 595px;
		}

div#topicPath li {
		display: block;
		float: left;
		padding-left: 10px;
		}
div#topicPath ul {
		width: 595px;
		}

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

div#contents {
		margin-left: auto;
		margin-right: auto;
		width: 780px;
		}

div#main {
		position: relative;
		float: right;
		width: 600px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		}

p.toTop {
		display: block;
		clear: both;
		text-align: right;
		padding-right: 10px;
		font-size: 0.9em;
		}

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

div#footer {
		clear: both;
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		height: 75px;
		background: url(../common/foot.gif) bottom;
		text-align: center;
		font-size: 11px;
		}

p#copyright {
		padding-top: 10px;
		color: #b1c7d1;
		}


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

.clear:after {
		display: block;
		clear: left;
		height: 0;
		visibility: hidden;
		content: ".";
		}
