@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image : url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	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;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}
ul { list-style-type:none; } 
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}

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.png) repeat-y;
	text-align: left;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8px;
	padding-right: 8px;
}


#header {
	position: relative;
	width: 100%;
	background-image : url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 294px;
	margin-bottom: 20px;
}

#header h1 {
	position: absolute;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	top: 20px;
	left: 15px;
}

#header p {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 30px;
	right: 50px;
}


#menu{
	margin-left: 3px;
}

ul#menu li {
	float: left;
	line-height: 40px;
	height: 40px;
	margin-top: 249px;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
}

ul#menu a {
	color: #000000;	
	text-decoration: none;
	display: block;
	width: 190px;
	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: left bottom;
	color: #000000;	
}

ul#menu li.last {
	margin-right: 0;
}


#contents {
	clear: left;
	width: 100%;

}

#side {
	float: left;
	background:#cccccc;
	width: 187px;
	margin-left: 10px;
	line-height: 1.3;
	color: #333333;
	font-size: 100%;
	margin-bottom: 100px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
}

#side p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 85%;
}



#side h3 {
	text-align: left;
	color: #ffffff;
	font-size: 100%;
	background : url(images/h3_bg.gif) no-repeat;
	line-height: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
}

.sidemenu {
	margin-bottom: 0px;
	font-size:95%;
}

.sidemenu a {
	background-image : url(images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 30px;
	color: #183894;	
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.sidemenu a:hover {
	background-image : url(images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000000;
}




#main {
	float: right;
	width: 728px;
	padding-left: 15px;
	padding-right: 13px;
	margin-bottom: 100px;
	margin-top: -20px;
}

#main h2 {
	clear: both;
	background : url(images/h2_bg.gif) no-repeat;
	font-size: 100%;
	color: #ffffff;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 30px;
}

#main p {
	padding: 5px;
	line-height: 17px;
	margin-bottom: 5px;
}

#main h3 {
	color: #333333;
	background : url(images/sub_midashi_bg.gif) no-repeat;
	padding-top: 18px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	height: 37px;
	width: 334px;
	margin-bottom: -13px;
	margin-top: 0px;
}

#main h4 {
	background:#333333;
	text-align: left;
	font-weight:bold;
	color: #ffffff;
	font-size: 110%;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: -5px;
	border-left: 3px double #666666;
	border-right: 3px double #666666;
	border-top: 3px double #666666;
	border-bottom: 3px double #666666;
}

#main h5 {
	font-size: 100%;
	font-weight:normal;
	background-color: #dddddd;
	padding: 16px;

}


#footer {
	color: #333333;
	background-image : url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 0px solid #ff6600;
	padding-top: 50px;
	padding-bottom: 0.3em;
	margin-top: 50px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer p {
	margin-top: 100px;
}

.color1 {
	color: #ff3300;
	font-weight:bold;
}
.look {
	color: #ff3300;
	font-weight:normal;
}

.boxad {

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;

}


.boxadsidebar {

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;

}


.boxhist {

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin: 0 10px 20px 10px;

	padding: 0;

}


.boxarticle1 {

	margin: 0 0 20px 0;

	padding: 16px;

	background-color: #EFEFEF;
}

.searchform {
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 120px;
	padding-light:0px;
	padding-bottom: 25px;
	background-image : url(images/kensakumado.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.searchform a {
	text-decoration: none;
}

.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;
}

