@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
	border-collapse:collapse; border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}
ol, ul{
	list-style:none;
}


body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	font-size: 11px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

h4 {
	font-size: small;
	font-weight: bold;
	margin-top:0px;
}



ul{padding-left: 0px;}
#wrapper .menu li {
	height: 15px;
	width: 112px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
}


img{border:0;}
a.img{border:0;}


.clear{clear:both;}
.insideright{text-align: right;}

.margintop5{margin-top: 5px;}
.marginbottom5{margin-bottom: 5px;}
.marginbottom10{margin-bottom: 10px;}
.marginbottom20{margin-bottom: 20px;}
.marginbottom30{margin-bottom: 30px;}
.marginbottom50{margin-bottom: 50px;}
.marginbottom100{margin-bottom: 100px;}

.t-red {color:#CC3333;}
.t-green{color:#006666;}
.t-xsmall{font-size: x-small;}
.t-large{
	font-size: small;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}




#wrapper {
	height: auto;
	width: 700px;
	margin: 30px auto;
}


#wrapper #main {
	float: left;
	width: 700px;
	min-height:400px;
	margin-bottom: 30px;
	display: block;
	margin-top: 40px;
}



#wrapper #main h3 {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}
#wrapper #footer {
	clear: left;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#wrapper #footer img {
	margin-bottom: 10px;
}




#wrapper #header .menu .top {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#wrapper #header span {
	display: none;
}

#wrapper #header h1 {
	background-image: url(../image/main_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 500px;
	background-position: 5px;
	margin-bottom: 20px;
	float: left;
}

#wrapper #main .one-colum {
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#wrapper #main .two-colum_short {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 20px;
}

#wrapper #main .two-colum_long {
	float: left;
	height: auto;
	width: 450px;
	margin-right: 20px;
}
#wrapper #main .three-colum {
	float: left;
	height: auto;
	width: 190px;
	margin-right: 30px;
}

#wrapper #main .two-colum {
	float: left;
	height: auto;
	width: 340px;
}

#wrapper #main .three-colum_short {
	float: left;
	height: auto;
	width: 140px;
}
#wrapper #main .one-colum_short {
	float: left;
	height: auto;
	width: 550px;
}
.jeselect {
	float: left;
	width: 100px;
	display:block!important;
	height: 10px;
	padding-top: 30px;
	padding-left: 80px;
}
.jeselect a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.clear{clear:both;}



hr.border{border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #ccc;
   height: 1px; 
   clear:both;
   margin:100px 0 60px 0;}