@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: #ffffff;
	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 : 185%; }

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

#wrap {
	width: 900px;
	text-align: center;
	margin: 0px auto;
}



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

#header {
	text-align: left;
}

#header #logo {
	background: url(./image/header_bottom.png) no-repeat center bottom;
	height: 90px;
	width: 810px;
}

h1#logo {
	text-align: left;
}

#header #logo a {
	color: #000000;
	height: 90px;
	width: 810px;
}

#header h1 img.header_img {
	background-image: url(./image/header_image.png);
	background-repeat: no-repeat;
}

#header h1 img#fc2logo {
	background-position: 0 0;
	height: 32px;
	width: 40px;
	margin-right: 10px;
}

#header h1 img#ar_logo {
	background-position: 0 -100px;
	height: 45px;
	width: 40px;
	margin: 10px 0 0 10px;
}

#header p {
	color: #666666;
	margin: 30px 0px -30px;
	padding-left: 50px;
}



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

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

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



