@charset "euc-jp";

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

* {
	margin : 0;
	padding : 0;
}



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

body {
	background-color: #ffffff;
	color: #333333;
	text-align : center;
	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; }



/* Base elements
------------------------------------------------- */

h1 { font-size : 160%; }
h2 {
	font-size: 200%;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
}
h3 {
	font-size: 120%;
	margin-bottom: 10px;
	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
------------------------------------------------------------*/

div#container {
	width: 700px;
	margin: 0px auto 15px;
	background-image: url(image/k-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#header {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}



/* Header
------------------------------------------------------------*/

h1#logo {
	height: 47px;
	text-align: left;
	padding-left: 10px;
}

h1#logo a {
	background-image: url(image/top4.gif);
	display: block;
	height: 47px;
	width: 207px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}



/* Content
------------------------------------------------------------*/

div.content {
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 20px 50px 15px 50px;
	width: 602px;
	border: 1px solid #666666;
}

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

div.jump {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

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



/* FC2menu
------------------------------------------------------------ */

#fc2menu {
	text-align: left;
	width: 800px;
	padding: 10px 0px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	margin: 0px auto;
}

#fc2menu .fc2top {
	position: absolute;
	height: 45px;
	width: 100px;
	left: 0px;
	top: 15px;
}

#fc2menu ul {
	text-align: left;
	width: 690px;
	overflow: hidden;
	margin: 0 0 0px 110px;
	font-size: 78%;
}

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

#fc2menu li {
	display: inline;
	padding: 0px 7px;
	margin: 0 0 0 -1px;
	list-style: none;
	border-left: 1px solid #CCCCCC;
	line-height: 1.5;
}

#fc2menu li.end {
	border: none;
}



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

#footer {
	width: 800px;
	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 10px;
    font-size: 85%;
}

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



/* for MacIE-------------------------------------------- */

textarea, select, input {
	font-family : "Osaka", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku GothicPro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
div.content ul {
	margin: 0px 20px 15px;
}
div.content li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
div.weblink {
	background-image: url(image/web.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 170px;
	height: 98px;
	margin: 0px 30px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: dotted 1px #CAC8C8;
}
div.weblink p {
	padding: 5px 0px 0px;
}
