@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.jpg);
	background-position: center top;
	background-repeat:repeat-y;
}

/* 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:0 0 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;
	margin-top: 0px;
	margin-bottom: 0px;
}

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



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

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

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



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

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

.content p {
	padding:0 0 15px;
}

.content ul {
	margin:0 0 35px;
	padding:10px;
	border:1px solid #DADADA;
	background-color:#FAFAFA;
}

.content ul li {
	margin-left:20px;
}

.content .jump {
	margin:0 0 15px;
}
