@charset "utf-8";

/* -----全体の設定----- */
*	{ font-family: "ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴシック Pro W3",Verdana, Arial, sans-serif; }

body {
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: 50% 50%;
	}

a {
	color: #0033CC;
	}

a:hover    {
	text-decoration: underline;
	color: #0066FF;
	}

h1,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 120%;
	line-height: 1.3;
	}

p.small {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 100%;
	line-height: 1.3;
	}

div	{ padding:0;margin:0; }

img{
	border: 0px solid #FFFFFF;
	margin:0;
	padding:0;
	}

#container {
	background-image: url(images/container.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 760px;
	text-align: left;
}

/* -----ヘッダー部分----- */
#header {
	background: #FFFFFF;
	background-image: url(images/header.jpg);
	margin:0px;
	padding: 0px;
	width:760px;
	height:80px;
	position:relative;
}

#header a {
	color: #000000;
	text-decoration: none;
	}

#header h1 {
	float:left;
	margin:0px;
	padding: 0px;
	color: #333333;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-indent:10px;
	width:400px;
}

#header h2 {
	float:right;
	margin:0px;
	padding: 0px;
	color: #000000;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:right;
	padding-right:10px;
	width:300px;
}

#header a:hover{
	text-decoration: underline;
	}

#header p {
	float:left;
	color: #333333;
	font-size:12px;
	width:250px;
	text-align:right;
	position:absolute;
	top:65px;
	left:480px;
}

#header img{
	margin:0;
	padding:0;
	position:absolute;
	top:26px;
	left:25px;
}

/* ---------- サイドバーと本文部分 ---------- */
#middle {
	}

/* -----本文部分----- */
#center {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	width: 600px;
	color: #000000;
	overflow: hidden; 
	line-height: 100%;
	}

#center img{
	border: 0px solid #FFFFFF;
	margin:0;
	padding:0;
	}

.pagecatch {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	}

.content {
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	}

.content h3 {
	font-size: 12px;
	text-align: left;
	padding: 5px 4px 5px 14px;
	margin: 0px 0px 0px 0px;
	background: #EEEEEE;
/*	border-bottom: 6px solid #666666 ; */
	}

.content h3 a:link { color:#FFF; }
.content h3 a:visited { color:#FFF; }
.content h3 a:hover { color:#FFF; }
.content h3 a:active { color:#FFF; }


.content h4 {
	color: #0063FE;
	font-size: 14px;
	font-weight:bold;
	line-height:30px;
	text-align: left;
	text-indent: 30px;
	height: 34px;
	padding: 2px 0px 0px 10px;
	margin: 20px 0px 5px 20px;
	width: 544px;
	background: #ffffff url(images/line.gif) no-repeat left top;
	clear: both;
	}

.content h4 a:link { color:#0063FE; }
.content h4 a:visited { color:#0063FE; }
.content h4 a:hover { color:#0063FE; }
.content h4 a:active { color:#0063FE; }

.content h5 {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 2px 10px;
	width: 544px;
	clear: both;
	}

.content h5 a:link { color:#FFF; }
.content h5 a:visited { color:#FFF; }
.content h5 a:hover { color:#FFF; }
.content h5 a:active { color:#FFF; }

.content h6 {
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 0px 0px 5px 20px;
	background: #ffffff url(images/line.gif) no-repeat left top;
	}

.content h6 a:link { color:#FFF; }
.content h6 a:visited { color:#FFF; }
.content h6 a:hover { color:#FFF; }
.content h6 a:active { color:#FFF; }

.content p {
	padding: 0px 0px 0px 0px;
	margin: 10px 30px 10px 30px;
	color: #000000;
	font-size: 12px;
	clear: both;
	}
	
.content table {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	}
	
.content li {
	margin: 0px 0px 5px 20px;
	height: auto;
}

.content li a {
	color:#3366CC;
	margin: 0;
	font-size: 12px;
}

.content li a:hover {
	color:#FF0000;
	margin: 0;
	font-size: 12px;
}

.content large-text {
	font-size: 24px;
}


.topicpath {
	color: #666666;
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #EEEEEE;
	padding-right: 10px;
	border-bottom: solid 1px #CCCCCC;
}

.whitetext {
	color: #FFFFFF;
}

.commenttext {
	color: #666666;
	font-size: 12px;
}

#maker td {
	text-align: center;
}

#maker tr {
	text-align: center;
}

#pagetop{
	margin: 5px;
	text-align: right;
}

#map{
	margin: 5px;
	text-align: right;
}

/* -----サイドバー左部分　全体設定----- */
#sidenavi {
	clear: both;
	float: left;
	width: 159px;
	overflow: hidden;
	}
#sidenavi img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* -----左サイドバー部分　sidebar----- */
#sidebar {
	}

#sidebar a {
	text-decoration: none;
	}
	
#sidebar h3 {
	}

#sidebar a{
	}

#sidebar ul{
	}

#sidebar li{
}

#sidenavi li a {
}

#sidenavi li a:hover {
}


/* -----フッター部分----- */

#footer{
	background: #FFFFFF url(images/footer.gif) no-repeat left top;
	padding-top: 3px;
	clear: both;
	text-align: left;
	padding-bottom: 0x;
	width: 760px;
}

#footer h3{
	font-size: 11px;
	text-align: right;
	padding: 3px;
	margin: 0px 0px 0px 0px;

}

#footer p{
	color:#333333;
	font-size: 12px;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.copyright a{
	color:#333333;
	text-decoration: none;
}

.copyright{
	color:#333333;
	text-decoration: none;
}



#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	
}

#menu2 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}

#menu2 li {
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu2 a:hover {
	background: #2580a2 url("images/hover2.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#info{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.banner_orange{
	color:#FFFFFF;
	margin : 5px 0px 5px 0px;
	text-decoration:none;
}

.banner_orange a{
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

.banner_orange a:link{
	color:#FFFFFF;
}


