/*----------GLIP CSS -----------*/


/*---------- Basement CSS --------------*/
* {
	margin:0;
	padding:0;
}

body {
	line-height:20px;
	font-size:14px;
	text-align:center;
	font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	background:#000;
	color:#FFF;
}
a {
	text-decoration:none;
}
a:link {
	color:#A68F00;
}
a:visited {
	color:#A68F00;
}

a:hover {
	color:#E8CC4D;
}
a:active {
	color:#E8CC4D;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


em {
	font-style: normal;
}


h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
}
ul,ol,li {
	list-style:none;
}
img {
	border:0;
}
hr {
	display:none;
}

hr.divider {
	clear:both;
	display:block;
	margin:20px 0;
	border:1px #000 solid;
	border-top:1px #333 dotted;
	
}

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


#frame {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#000;
}
* html #frame {
	text-align:center;
}

#header {
	width:860px;
	margin:0 auto;
	padding:0;
}

#header h1 {
	float:left;
}
#header h1 a span{
	display:none;
}
#header h1 a {
	display:block;
	width:auto;
	margin:10px 0;
}
#header #header_shoulder {
	float:right;
	width:300px;
}


#header #header_shoulder ul{
	float:right;
	border-right:1px solid #FFF;
	margin:3px 3px 0 0;
}
#header #header_shoulder ul li{
	padding:0 5px;
	line-height:13px;
	float:left;
	border-left:1px solid #FFF;
}
#header #header_shoulder ul li a{
	font-size:10px;
	color:#FFF;
	}
#header #header_shoulder ul li a:hover{
	color:#777;
	}


#header #header_shoulder ol{
	float:right;
	margin:8px 0 0 0;
}
#header #header_shoulder ol li{
	padding:0 0 0 5px;
	line-height:0;
	font-size:0;
	float:left;
}
#header #header_shoulder ol li a{
	line-height:0;
	font-size:0;
	}








#menu {
	background:url(../img/menu_bg.png) repeat-x bottom;
	clear:both;
	text-align:center;
	width:100%;
	margin:0;
	height:30px;
}
* #menu {
	height:30px;
	padding:0;
}

#menu ul {
	padding:0;
	width:860px;
	margin:0 auto;
	background:url(../img/menu_bar.png) no-repeat bottom center;
	height:30px;
}

* html #menu ul {
	padding:0 0px 0 0;
	height:30px;

}
#menu ul li {
	float:left;
	margin:0;
	height:27px;
	font-size:0;
	line-height:0;
}
* html #menu ul li {
	height:27px;
	width:107px;
}
#menu ul li a{
	font-size:0;
	line-height:0;
	height:27px;
	display:block;
}
* html #menu ul li a{
	width:107px;
	height:27px;
}
#menu ul li strong{
	display:none;
	font-size:0;
	line-height:0;
}

#main {
	width:860px;
	padding:5px 0 0 0;
	margin:0 auto;
	text-align:left;
}




#top_visual {
	font-size:0px;
	margin:0;
	text-align:center;
	clear:both;

}
#top_visual object{
	width:100%;
	min-width:860px;
	max-width:1280px;
}




#top_left_column {
	width:497px;
	padding:5px 0;
	float:left;
}

#top_left_column #news{
	margin:0 0 20px 0;
}
#top_left_column #seminar{

}
#top_left_column #seminar h2{
	background:url(../img/seminar_top.png) no-repeat 0px 3px;
	height:30px;
	padding:0;
	margin:0;
}
#top_left_column #seminar h2 a{
	display:block;
	margin:0 0 0 240px;
}



#mycustomscroll1 {
	height:200px;
	overflow:auto;
	position:relative;
}
#mycustomscroll2 {
	height:200px;
	overflow:auto;
	position:relative;
}



#top_left_column dl{
	margin-right:5px;
	margin-bottom:10px;
}



#top_left_column dt{
	color:#DEBD69;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	margin:5px 0 0 0;
	font-size:11px;
}
#top_left_column dt strong{
	background:#F00;
	font-size:9px;
	padding:1px 3px 1px 2px;
	letter-spacing:1px;
	color:#FFF;
	margin:0 0 0 2px;
}
#top_left_column dd{
	color:#FFF;
	border-bottom:dotted 1px #999;
	margin:0 0 10px 0;
}
#top_left_column dd table{
	border:none;
	margin:0;
}
#top_left_column dd table td{
	border:none;
	padding:0 10px 10px 0 ;
}





#top_right_column {
	padding:5px 0 0 0;
	float:right;
	width:334px;
}
#top_right_column li {
	margin:0 0 8px 0;
}
#top_right_column p{
	font-size:12px;
	text-align:right;
	clear:both;
}

#top_right_column li.plan a{
	height:78px;
	display:block;
	font-size:12px;
	line-height:15px;
	padding:5px 90px 0 22px;
	color:#FFF;
}
* html #top_right_column li.plan a{
	height:88px;
}

#frame #top_right_column li.plan a strong{
	font-size:12px;
	line-height:15px;
	display:block;
	clear:both;
	font-weight:bold;
	width:220px;
	color:#A68F00;
}
#frame #top_right_column li.plan a:hover strong{
	color:#C06;
	margin-left:1px;
	cursor:pointer;
}



#top_right_column li.right_column_02 a{
background:url(../img/top/right02.png) left top no-repeat;
}
#top_right_column li.right_column_03 a{
background:url(../img/top/right03.png) left top no-repeat;
}
#top_right_column li.right_column_04 a{
background:url(../img/top/right04.png) left top no-repeat;
}
#top_right_column li.right_column_05 a{
background:url(../img/top/right05.png) left top no-repeat;
}
#top_right_column li.right_column_06 a{
background:url(../img/top/right06.png) left top no-repeat;
}
#top_right_column li.right_column_07 a{
background:url(../img/top/right07.png) left top no-repeat;
}

#top_right_column li.right_column_02 a:hover{
background:url(../img/top/right02_on.png) left top no-repeat;
}
#top_right_column li.right_column_03 a:hover{
background:url(../img/top/right03_on.png) left top no-repeat;
}
#top_right_column li.right_column_04 a:hover{
background:url(../img/top/right04_on.png) left top no-repeat;
}
#top_right_column li.right_column_05 a:hover{
background:url(../img/top/right05_on.png) left top no-repeat;
}
#top_right_column li.right_column_06 a:hover{
background:url(../img/top/right06_on.png) left top no-repeat;
}
#top_right_column li.right_column_07 a:hover{
background:url(../img/top/right07_on.png) left top no-repeat;
}





#bottom_banner {
	clear:both;
	width:860px;
	margin:0 auto;
	text-align:center;
	background:url(../img/top/bottom_banner.png) no-repeat;
	height:135px;
}
#bottom_banner a{
	display:block;
	margin:9px;
	font-size:0;
	line-height:0;
}
#bottom_banner p{
	float:right;
}





#footer {
	background:url(../img/menu_bg.png) repeat-x left 20px;
	clear:both;
	float:none;
	padding:25px 0 0 0;
	margin:0;
}
#footer_frame {
	width:860px;
	margin:0 auto;
}
#footer address{
	font-size:12px;
	font-style:normal;
	color:#FFF;
	margin:50px 0 0 20px;
	line-height:15px;
	display:none;
	float:left;
	width:200px;
	
}
#footer address strong{
	font-weight:bold;
	display:block;
}



#footer ul#footer_navi {
	float:left;
	margin:3px 3px 0 0;
	text-align:left;
}
#footer ul#footer_navi li{
	line-height:13px;
	color:#FFF;
	font-size:10px;
}
#footer ul#footer_navi li a{
	color:#FFF;
	font-size:10px;
}
#footer ul#footer_navi li a strong{
	color:#C0A750;
}



#footer ul#footer_menu {
	float:right;
	border-right:1px #C0A750 solid;
	margin:3px 3px 0 0;
}
#footer ul#footer_menu li{
	float:left;
	padding:0 5px;
	border-left:1px #C0A750 solid;
	line-height:13px;
	color:#FFF;
	font-size:10px;
}
#footer ul#footer_menu li a{
	color:#FFF;
	font-size:10px;
}
#footer ul#footer_menu li a:hover{
	color:#777;
}
#footer p{
	clear:both;
	text-align:right;
	color:#FFF;
	font-size:10px;
}
#copyright img {
	display:block;
	float:right;
}
#copyright span{
	display:block;
	clear:both;
	text-align:right;
}


/*-------------Site informations----------------*/

#site, #privacy,#manage{
	padding:0px 0px 15px 15px;
	margin:0px;
}
* html #manage{
	padding:0px 0px 15px 5px;
}

#site ol,#privacy ol,{
	padding:10px 0px 15px 15px;
	margin:0px;
}

#site li.num, #privacy li.num{
	padding:10px;
	margin:10px 0px 10px 10px;
	font-size:12px;
	background: url(img/top_lis.gif) no-repeat;
	border-bottom:1px dotted #dddddd;
}

#site .midashi,#privacy .midashi{
	font-size:14px;
	font-weight:bold;
}

#privacy .shift{
	padding: 5px 0px 10px 10px;
	margin:0px;
}

.alignright{
	padding:10px 0px 0px 0px;
	margin:0px;
	float:right;
	border:none;
}


#main #homes_outer{
	background:#FFF;
	padding:10px 10px 30px 10px;
}

#main #homes {
	border:0;
	border-collapse:collapse;
}
#main #homes td{
	border:0;
	padding:0;
	border-collapse:collapse;
}

#main #hiddenExplain {
	display:none;
}


