@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;
	background-image: url(./image/back.gif);
	background-position: center top;
	background-repeat:repeat;
}

/* 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: 0 auto 20px;
	overflow: hidden;
	border-width:0 1px 1px;
	border-style:solid;
	border-color:#9c9c9c;
	background-color:#FFFFFF;
}



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

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

div#header a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 400px;
}


/* 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;
}



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