@charset "utf-8";



/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;letter-spacing:0;}
h1,h2,h3,h4,h5{font-size:100%;}
ol,ul{list-style:none;}

/*共通 */
html{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

body{
	font-size:65%;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

/*WinIE5.5CSS IE5.5センターよせのハック*/
body {
	text-align:center;
}

#content{
	text-align:left;
}

/*NormalCSS　IE5.5以外は通常ににするハック*/
body {
	text-align: /**/left;
}

body div{
	margin:0 auto;
}

body p{
	line-height:1.5em;
}


img{
	border-style:none;
	vertical-align: top;
}

a{
	color:#0C0;
	text-decoration:underline;
}

a:hover{
	color:#9FC;
	text-decoration:none;
}

a:hover img{
	filter:alpha(opacity=80);
  /*-moz-opacity:0.80;*/
  opacity:0.8;
}

a:hover img{
	filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
} 


.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac*/
* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}
/*End hide from IE-mac*/



#header,#gra-navi,#flash,#content,#footer{
	background-color:#FFF;
}

#header{
	width:900px;
}



/*グランドナビゲーション*/
#gra-navi{
	clear:both;
	width:900px;
	margin-top:10px;
}

#gra-navi ul{
	overflow:hidden;
}


#gra-navi ul li{
	display:inline;
}


#gra-navi a   {     
    height: 165px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;   
} 

#gra-navi:after   { height:0; visibility: hidden; content: "."; display: block; clear: both; }   
#gra-navi li  {   
    float: left;   
}   
#gra-navi .gnavi01 a  { 
	width: 300px; 
	background: url(img/navi1.jpg) no-repeat;
}   
#gra-navi .gnavi02 a  {
	width: 300px; 
    background: url(img/navi2.jpg) no-repeat;   
}   
#gra-navi .gnavi03 a  {
	width: 300px; 
    background: url(img/navi3.jpg) no-repeat; 
}   

 


/*フラッシュ*/
#flash{
	width:900px;
	height:400px;
}

#flash2{
	width:900px;
	text-align:center;

}



/*コンテンツ*/
#content{
	width:900px;
	overflow:hidden;
	font-size:120%;
}

/*レフトカラム*/
#left-col{
	width:650px;
	padding:20px 20px 50px 0px;
	float:left;
}

.left1{
	padding:30px 20px;
}

.left1 p{
	padding-bottom:10px;
}

.left1 dt{
	color:#0C6;
	font-size:130%;
}

.left1 dd{
	padding-bottom:10px;
}

.link p{
	margin-bottom:20px;
}


/*ライトカラム*/
#right-col{
	width:230px;
	float:left;
	padding:20px 0px 50px 0;
}

#right-col img{
	margin-bottom:10px;
}

#right-col dl{
	padding:5px;
}

#right-col dd{
	padding-bottom:10px;
}


/*フッター*/
#footer{
	width:900px;
	padding:20px 0 50px 0;
	background-color:#000;
	color:#FFF;
	font-size:120%;
	text-align:center;
}

.sashikomipr{
	margin:15px;}
