@charset "UTF-8";

/* ------------------------------------------------------------------------------ */
/*    
 *		
 *    CSS Document
 *    COMMON CSS 2010
 *
 *    Copyright(C) LOGOS,Inc.
 *
 */
/* ------------------------------------------------------------------------------ */

/* reset
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*init//////////////////////////////////////////////////////////////////////////////
==================================================================================*/
*{
	margin:0;
	padding:0;
	border:0;
	text-indent:0;
}
body{
	color:#0c2d3b;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',"MS UI Gothic",Osaka,"MS PGothic",Arial,Helvetica,sans-serif,verdana;
	letter-spacing:0.1em;
	line-height:150%;
	text-align:center;
	margin:0 auto;
	background:url(../img/header/head_bk.jpg) repeat-x;
	background-color:#ffffff;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* clearfix
----------------------------------------*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a{
	border:0;
	margin:0;
	padding:0;
	color:#333333;
	text-decoration:none;
	letter-spacing:normal;
}
a:link, 
a:visited, 
a:active{ color:#004e67; text-decoration:none; }
a:hover{ color:#004e67; text-decoration:underline; }
a:focus{ outline:none; }



/*wrapper///////////////////////////////////////////////////////////////////////////
==================================================================================*/

#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

#header{
	height:60px;
	margin:0;
	padding:0;
	overflow:hidden;
	}
#header img{
	float:left;
	height:60px;
	}

/*header-navi///////////////////////////////////////////////////////////////////////
==================================================================================*/
#header-navi{
	height:77px;
	position:relative;
	overflow:hidden;
}
#header-navi ul{
	margin:0;
	top:0px;
	list-style:none;
}
#header-navi ul li{
	display:inline;
	float:left;
}
#header-navi ul li a{
	display:block;
	cursor:pointer;
}/*
#header-navi ul li.crowd{
	margin-left:30px;
}*/

/*top-navi//////////////////////////////////////////////////////////////////////////
==================================================================================*/
#top-flash{
    width:1000px;
	height:393px;
	position:relative;
}

/*h2////////////////////////////////////////////////////////////////////////////////
==================================================================================*/
#top-info h2,
#top-topics h2{
     margin-bottom:22px;
}

/*top-info//////////////////////////////////////////////////////////////////////////
==================================================================================*/
#top-topics{
	margin:50px 0 0 37px;
	padding:0;
	 clear:both;
     float:left;
	 width:511px;
	 text-align:left;
}
#top-topics dl{
	width:490px;
}
#top-topics dt{
	 font-size:0.9em;
	 font-weight:bold;
	 line-height:2.3em
	 }
#top-topics dd{
    font-size:0.9em;
	padding:5px;
}
#top-topics dt{
	width:110px;
	float:left;
	font-size:0.9em;
}

/*top-topics////////////////////////////////////////////////////////////////////////
==================================================================================*/
#top-bn{
     float:right;
	 width:377px;
	 text-align:left;
	 margin:50px 10px 0 0;
}
#top-bn h2{
	 margin:10px;
}


/*member_login//////////////////////////////////////////////////////////////////////
==================================================================================*/
#member_login{
	margin-top:40px;
	padding-top:20px;
	border-top:solid 1px #ccc;
}
/*footer////////////////////////////////////////////////////////////////////////////
==================================================================================*/
#pagetop{
	width:1000px;
	clear:both;
	text-align:right;
	padding-top:80px;
	overflow:hidden;
}

#footer{
	border-top:#0c2d3b 1px solid;
	padding:20px 0 50px 0;
	clear:both;
}

#footer ul{
    list-style:none;
	margin:0 auto;
	text-align:center;
	width:1000px;
}
#footer ul li{
    display:inline;
	float:left;	
	font-size:0.7em;
	padding:0 10px;
	border-left: solid 1px #0c2b3d;
	height: 13px;
	line-height:1.2em;
	margin-left:10px;
}
#footer ul li.f{
    display:inline;
	float:left;	
	font-size:0.7em;
	padding:0 10px;
	border-right: solid 1px #0c2b3d;
	height: 13px;
	line-height:1.2em;
	margin-left:10px;
}
#footer ul li a{
	display:block;
	cursor:pointer;
}
#footer ul li.copyright{
	border:none;
	clear:left;
	margin:10px 0 0 0;

}



