@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:#0068A2;
	text-decoration:underline;
}

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

a:hover img{
	filter:alpha(opacity=60);
  /*-moz-opacity:0.60;*/
  opacity:0.6;
}

a:hover img{
	filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
} 


.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{
	overflow:hidden;
	width:900px;
	background:url(img/top2.jpg) no-repeat;
}



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

#gra-navi ul{
	overflow:hidden;
}


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


#gra-navi a   {
	background:url(img/navi.jpg) no-repeat;
    height: 50px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;
	width:150px;
} 

#gra-navi:after   { height:0; visibility: hidden; content: "."; display: block; clear: both; }   
#gra-navi li  {   
    float: left;
}   
#gra-navi .gnavi01 a  { 
	background-position:0 0;
}   
#gra-navi .gnavi02 a  { 
    background-position:-150px 0;
}   
#gra-navi .gnavi03 a  {
    background-position:-300px 0;
}   
#gra-navi .gnavi04 a  {
    background-position:-450px 0;
}
#gra-navi .gnavi05 a  { 
    background-position:-600px 0;
}
#gra-navi .gnavi06 a  { 
    background-position:-750px 0;
}







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

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

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


/*フッター*/
#footer{
	width:900px;
	padding:20px 0 50px 0;
}


/*----------------------------------ここまで基本CSS---------------------------------------*/

/*ヘッダー*/
#head1{
	width:382px;
	float:left;
	
}

#head2{
	width:165px;
	float:right;
	
}

#head3{
	clear:both;
	background:url(img/top4.jpg) repeat-x;
}




/*レフトカラム*/
#left1{
	padding:10px;
	
}

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

#left1 span{
	color:#666;
	font-size:90%;
}

/*ライトカラム*/
h3{
	margin:10px 0;
	font-size:130%;
	color:#F96;
	background:#F3EFE6;
	padding-left:20px;
	
}

#wrap p{
	padding-bottom:5px;
}

.right2{
	padding-bottom:10px;
}

.right2 dt{
	color:#007885;
}

#right3{
	margin-top:20px;
	overflow:hidden;
	background:url(img/top5.jpg) no-repeat;
}

#right3 img{
	padding-top:5px;
}

#right3 ul li{
	width:200px;
	height:175px;
	padding:60px 16px 0 10px;
	float:left;
}

h2{
	background:url(img/sub1.jpg) repeat;
	height:30px;
	border-left:#630 solid 3px;
	padding:0 0 0 20px;
	font-size:140%;
	line-height:1.8em;
	color:#630;
	margin-bottom:20px;
}

.link{
	padding:20px;
}



/*フッター*/
#footer p{
	background:url(img/top4.jpg) repeat-x;
	text-align:center;
	color:#FFF;
	height:30px;
	line-height:3.0em;
	
}

/*ツールチップ*/
span.tooltip{
    line-height:1.5;
    color:white;
    width:500px;
    background:#663300;
    border:2px solid white;
    padding:1em;
    font-size:small;
}



