@charset "utf-8";

@import url("navigations.css");
/*
	Since:09 Jun 2009
	Last-Updated:31 Jul 2009
	Editor:Masataka Asakura
*/


/*
-------------File Contents--------------

	1. All Resets
	
	2. Base Setting
	
	3. Links Setting
	
	4. base wrap
	
	5. header
	
	6. global-navigation
	
	7. main-wraps
	
	8. bread-crumbs
	
	9. sitemap
	
	10.footer
*/




/*============ 1. All Resets ============*/
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,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/*============ 2. Base Setting ==========*/
html, body {height: 100%;} 
html {
overflow-y:scroll;   
}

body{
	font:normal 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, helvetica, clean, sans-serif;
	*font-size:small;*font:x-small;
}


/* for IE6 */
*html body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, helvetica, clean, sans-serif;
}


/* ==============3. Link Settings ================== */

a, a:link {color:#0039de;} 
a:visited{color:#609;}
a:hover, a:active{color: #f30;}

a:link{text-decoration:none;}
a:visited {text-decoration:none;}
a:hover, a:active{text-decoration:none;}

a img{
	text-decoration:none!important;
  border-width:0!important;
}
a:hover img, a:active img{
  border-width:0!important;
	text-decoration:none!important;
}




/*
------------4. base wrap----------------
*/

body{
	margin:0;
	padding:0;
	position:relative;
	background:#000;
	color:#fff;
	min-width:504px;
	min-height:133px;
}

#contents{
	margin: -36px 0 0 -252px;
  position: absolute;
  top: 48%;
  left: 50%;
	width:504px;
	height:133px;
	background:#000;
	color:#fff;
}
