@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;

}

/* 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;
}
h3 {
	font-size: 120%;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
h4,h5,h6 { font-size: 100% }

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



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

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(./image/back.jpg);
	background-position: center top;
	background-repeat:repeat-y;
}

div#header {
	background-image: url(./image/top-b.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 92px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



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

#header #logo {
	background-image: url(./image/top.gif);
	height: 92px;
	width: 418px;
	background-repeat: no-repeat;
}

#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 420px;
}



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

#wrap #content {
	padding: 20px 100px;
}

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

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



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

#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 15px solid #F14436;
}

#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;
}
