@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------
 共通
-----------------------------------------------*/
*{
	margin:0;
	padding:0;
	}
body{
	background: url("../img/bg00001.gif");
	background-repeat:repeat;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	font-size:100%;
	}
img{
	border-style:none;
	}
h1, h2, h3, h4, h5, h6, strong{
	font-size: 100%;
	font-style:normal;
}
ul{
	list-style-type:none;
	}

a:link{
	text-decoration:none;
	color:#006699;
	}
a:visited{
	text-decoration:none;
	color:#006699;
	}
a:hover{
    text-decoration:none;
	color:#003366;
	}	
	
#wrapper{
	width:950px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
p{
  text-align:justify;
  text-justify: inter-ideograph;
}
	
/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/

#header{
	height:60px;
	background-image:url(../img/bg_hdr.gif);
	background-repeat:repeat-x;
	border-bottom:#333333 solid 1px ;
	}
#header h1{
    float:left;
	}
#header p{
    float:left;
	color:#000066;
	font-size:80%;
	margin-top:15px;
	margin-left:20px;
	}
#header strong{
	color:#000066;
	}
	
/*-----------------------------------------------
 グローバルナビ
-----------------------------------------------*/

#global_navi{
	height:15px;
	float:right;
	margin-top:20px;
	margin-left:60px;
	}
#global_navi ul{
	width:180px;
	margin:0 auto;
	list-style-type:none;
	font-size:80%;
	}
#global_navi li{
	width:60px;
	height:25px;
	float:left;
	}
	
/*-----------------------------------------------
 各ページタイトル
-----------------------------------------------*/

#title{
    clear:both;
	}

/*-----------------------------------------------
 パンくずリスト
-----------------------------------------------*/

#topicpath{
    height:20px;
	font-size:70%;
	color:#999999;
	background-color:#333333;
	}
#topicpath ol{
	list-style-type:none;
	margin-left:20px;
	}
#topicpath li{
	float:left;
	margin-top:3px;
	}

/*-----------------------------------------------
 全体
-----------------------------------------------*/
#main{
	background-color:#333333;
	width:950px;
	}

/*-----------------------------------------------
トップ左サイド
-----------------------------------------------*/

#mainpage_index{
    clear:left;
	width:650px;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	}	
#left_mainpage_index{
    float:left;
	width:300px;
	margin-top:20px;
	}
#left_mainpage_index li{
    margin-top:5px;
	}
	
#right_mainpage_index{
    float:left;
	width:300px;
	margin-top:20px;
	margin-left:20px;
	}
	
#right_mainpage_index li{
    margin-top:5px;
	}
	
/*-----------------------------------------------
トップ右サイド
-----------------------------------------------*/
	
#top_rightside{
	float:left;
	width:250px;
	margin-top:20px;
	margin-left:20px;
	}
#top_rightside p{
	width:200px;
	font-size:80%;
	color:#ffffff;
	margin-top:5px;
	margin-left:20px;
	}
#sidemenu a:link{
	text-decoration:none;
	color:#333333;
	}
#sidemenu a:visited{
	text-decoration:none;
	color:#333333;
	}
#sidemenu a:hover{
	text-decoration:underline;
	color:#333333;
	}
#sidemenu h4{
	color:#333333;
	margin-top:20px;
	margin-left:5px;
	padding-left:10px;
	}
#sidemenu ul{
	font-size:90%;
	margin-left:10px;
	margin-right:10px;
	}
#sidemenu li{
	margin-top:10px;
	padding-left:5px;
	}
.link01 {
	margin-left:15px;
	}
.link02 {
	margin-left:25px;
	font-size:70%;
	font-weight:400;
	}
.link02 {
	margin-left:25px;
	font-size:70%;
	font-weight:400;
	}
/*-----------------------------------------------
トップ下部分
-----------------------------------------------*/
#news{
    clear:left;
	width:930px;
	margin-left:10px;
	color:#ffffff;
	background-color:#000000;
	}
#news p{
	margin-left:10px;
	margin-top:2px;
	}
#news dl{
	font-size:80%;
	margin:5px 10px 0 20px;
	}
#news dt{
	font-size:90%;
	color:#999999;
	}
#news dd{
	border-bottom:dashed 1px #999999;
	margin-bottom:10px;
	margin-right:10px;
	}
#release{
    clear:left;
	width:930px;
	margin-left:10px;
	color:#ffffff;
	background-color:#000000;
	}
#release p{
	margin-left:10px;
	margin-top:2px;
	}
#release dl{
	font-size:80%;
	margin:5px 10px 0 20px;
	}
#release dt{
	font-size:90%;
	color:#999999;
	}
#release dd{
	border-bottom:dashed 1px #999999;
	margin-bottom:10px;
	margin-right:10px;
	}


/*-----------------------------------------------
 フッター
-----------------------------------------------*/
#footermenu{
	clear:both;
	height:20px;
	background-color:#000000;
	}
#footermenu ul{
	list-style-type:none;
	margin:1em 0px;
	padding:0px;
	margin-left:400px;
	text-align:center;
	}
#footermenu ul li{
    margin:0px;
	boeder-right:1px #999999 solid;
	display:inline;
	}
li#emnulast{
    border-right:none;
	}
			
#footer{
	height:30px;
	clear:left;
	background-image:url(../img/bg_ftr.gif);
	background-repeat:repeat-x; 
	border-top:#666666 solid 1px ;
	}
#footer address{
	text-align:center;
	line-height:20px;
	font-size:80%;
	font-style:normal;
	}
	
/*-----------------------------------------------
 共通ストロング
-----------------------------------------------*/

strong{
	color:#ff3333;
	}