@charset "euc-jp";


/* Reset
------------------------------------------------- */

* {
	margin : 0;
	padding : 0;
}



/* default
------------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333333;
	width: 100%;
	font-size: 82%;		/* 13px */
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	text-align: center;
}

/* Modern browser */
html>/**/body {
	font-size: 13px;
}



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

a { 
	text-decoration : none;
	/*\*/
	overflow: hidden;
	/**/
}
a:link,
a:visited { color:#0000FF; }
a:hover,
a:focus,
a:active { text-decoration: underline; }



/* Image
------------------------------------------------- */

img,a img { border : none; }


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

h1 { font-size : 200%; }
h2 {
	font-size: 180%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Arial Black", sans-serif;
	color: #666666;
	text-align: left;
}
h3 {
	font-size: 120%;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
h4,h5,h6 { font-size: 100% }

.style_blue { color: #3399CC; }
.style_gray { color: #999999; }
.style_error {
	color:#ff0000;
	font-weight: bold;
}


/* Layout
------------------------------------------------------------*/

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#wrap {
    width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid #c0c0c0 1px;
	background-color: #FFFFFF;
}

div#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 800px;
}


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

#wrap #header #logo {
	background: url(./image/header.gif) no-repeat center top;
	height: 100px;
	width: 800px !important;
กก  width /**/: 820px;
}


/* content
------------------------------------------------- */

#wrap #content {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 20px;
}

div#content p {
	padding-bottom: 35px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

div.jump {
	text-align: left;
	padding-left: 10px;
}

div#content iframe {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	width: 780px;
	margin: 0 auto;
}

#footer ul {
	border-top: 1px dotted #EAEAEA;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
}

#footer p {
	font-style: normal;
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
    font-size: 85%;
}

/* Modern browser */
html>/**/#fc2menu ul {
	font-size: 11px;
}


/* end ------------------------------------------------------------ */
