@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image : url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

ul {
	list-style-type:none;
} 


a {
	color: #183894;
	text-decoration: none;
}

a:hover {
	color: #183894;
	text-decoration: underline;
}


#main a:hover img,#side a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}


#container {
	background : url(images/container_bg.gif) repeat-y;
	text-align: left;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	position: relative;
	width: 901px;
	margin-left: 1px;
	background-image : url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
}

#header h1 {
	position: absolute;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 10px;
}

#header p {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 16px;
}

#header a {
	color: #333333;
	text-decoration: none;
}


#menu{
	margin-left: 1px;
	border-left: 0px solid #009966;
}

ul#menu li {
	float: left;
	line-height: 23px;
	height: 23px;
	margin-top: 57px;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
}

ul#menu a {
	color: #ffffff;	
	text-decoration: none;
	display: block;
	width: 180px;
	text-align: center;
	background-image : url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

ul#menu a:hover {
	background-image : url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
}

ul#menu li.last {
	margin-right: 0;
}

#contents {
	clear: left;
	width: 901px;
}

#side {
	float: right;
	width: 218px;
	margin-right: 0px;
	color: #333333;	
	line-height:1.2em;
	font-size: 100%;
	margin-bottom: 10px;
	border-left: 2px solid #006600;
	border-right: 2px solid #006600;
	border-top: 2px solid #006600;
	border-bottom: 0px solid #006600;
}

#side p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 85%;
}

#sidekakomi {
	background : #eaffea;
	width:184px;
	margin-bottom: 5px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #009900;
	border-right: 1px solid #009900;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
}

#side h3 {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	font-size: 100%;
	background : url(images/h3.bg) no-repeat;
	line-height: 24px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
}

#main_top {
	color: #ffffff;
	width: 662px;
	height:155px;
	border: none;
	margin-top: 10px;
	margin-bottom: -20px;
	padding: 20px;
	background : url(images/main_img.jpg) no-repeat;
}

.sidelist {
	margin-bottom: 0px;
	font-size:95%;
}

.sidelist a {
	background-image : url(images/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	color: #183894;	
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.sidelist a:hover {
	background-image : url(images/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333333;	
}

#main {
	float: left;
	width: 672px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 100px;
	margin-top: 0px;
}

#main h2 {
	clear: both;
	background : url(images/h2_bg.gif) no-repeat;
	font-size: 100%;
	color: #ffffff;	
	line-height: 28px;
	padding-left: 30px;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main h3 {
	font-weight:bold;
	color: #cc0000;
	background-color: #dddddd;
	font-size: 120%;
	padding: 5px;
	margin: 2px;
	border-left: 1px double #990000;
	border-right: 1px double #990000;
	border-top: 1px double #990000;
	border-bottom: 1px double #990000;
}

#main p {
	padding: 5px;
	line-height: 17px;
	margin-bottom: 5px;
}

#cr {
	margin-top: 10px;
	clear: both;
}

#main h4 {
	background:#339933;
	text-align: left;
	font-weight:bold;
	color: #ffffff;
	font-size: 105%;
	padding-left: 20px;
	margin-top: 5px;
	border-left: 3px double #66cc66;
	border-right: 3px double #66cc66;
	border-top: 3px double #66cc66;
	border-bottom: 3px double #66cc66;
}

#main h5 {
	font-size: 105%;
	font-weight:normal;
}

#main p {
	padding: 5px;
	line-height: 17px;
	margin-bottom: 5px;
}

#footer {
	color: #333333;
	background-image : url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	width: 100%;
	text-align: right;
	border-top: 0px solid #ff6600;
	padding-top: 10px;
	padding-bottom: 0.3em;
	margin-top: 50px;

}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer p {
	margin-right: 235px;
	margin-bottom: 100px;
	color: #ffffff;
}

div#menu ul {
	margin: 20px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

.search_box {
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 90px;
	padding-light:0px;
	padding-bottom: 25px;
	background-image : url(images/kensakumado.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.search_box a {
	text-decoration: none;
}

.boxad {

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;

}


.boxadsidebar {

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;

}


.boxhist {

	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;

}


.boxarticle1 {

	margin: 0 10px 20px 10px;

	padding: 16px;

	border: 3px double #99ff99;

	background-image: url(images/kiji_bg.gif) ;
}

.s {
    font-size:small;
}

.g {
    margin:1em 0;
}

.Tab{type} {
    background-color:#ff8888;
}
.SelectGG{
    background-color:#b0e0e6;
}
.NotSelectGG{
    background-color:#ffffff;
}
.SelectG {
	font-weight: bold;
	color: #000000;
}
.NotSelectG {
	font-weight: normal;
	color: #183894;
}

#tab {
	margin: 10px 0 1px 0;
	padding: 4px 0 1px 0;
}
#tab li {
	list-style: none;
	margin: 0;
	display: inline;
}
#tab li a {
	margin: 0;
	padding: 6px 6px 4px 6px;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom: none;
	background-color: #cccccc;
}
#tab li a:hover {
	margin: 0;
	padding: 6px 6px 4px 6px;
	text-decoration: underline;
	border: 1px solid #EFEFEF;
	border-bottom: none;
	background-color: #EFEFEF;
}

.contbx1 {
	margin: 0 0 10px 0;
	padding: 0;
}


.boxresult1 {

	margin: 0 0px 20px 0px;

	padding: 16px;

	background-color: #EFEFEF;

	border: none;

}



.boxresult2 {

	margin: 0;

	padding: 10px 0;

	border-bottom: 1px dotted #999999;

}


.boxresult2left {

	float: left;

	margin-right: 15px;

	margin-bottom: 10px;
	padding: 6px;


	background-color: #C9C9C9;

}


.boxresult2right {
	padding: 0;
	margin-bottom: 10px;
}

.boxresult2right a{
	color: #000000;
}

#mark {
	background : url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

