@charset "utf-8";

/*--------------------------
基本設定
--------------------------*/

body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color:#333;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
}
img{
	vertical-align:bottom;
	border:0;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#333;
	text-decoration:none;
}
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*-----クリア----*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
/*-----テーブル----*/
table {
	width: 720px;
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin-bottom:20px;
}
th {
	font-weight: normal;

	text-align: right;
	padding: 10px 15px;
	width: 80px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
td {
	padding: 10px 15px;
	width: 640px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------
wrapper
--------------------------*/
#wrapper {
	width: 950px;
	margin:0 auto;
}

/*--------------------------
ヘッダー
--------------------------*/
/*
#header {
	background-image: url(../images/header_back.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 950px;
	margin:0;
}
#header h1{

	padding:17px 0 0 18px;

}
.header_menu{
	float:left;
	padding-top:10px;
}
#header_sub_area{
	width:950px;
	height:34px;

	
}
*/
#serch_area {
    float: right;
}
#serch_area p {
    height: auto;
    padding: 7px 0;
}
#serch_area input {
    border: 1px solid #DBDBDB;
    float: left;
    margin: 0;
    padding: 0 2px;
    width: 158px;
}
#serch_area input.btn {
    border: medium none;
    height: 19px;
    margin: 0 0 0 3px;
    padding: 0;
    width: 43px;
}
.focus{
	color:#888;
}
/*--------------------------
パンクズリスト
--------------------------*/
#topic_path{
	line-height:35px;
	font-size:11px;
}

.carrent_path{
	color:#0096dd;
}
/*--------------------------
グローバルナビ
--------------------------*/

#global_navi {
	height: 42px;
	width: 950px;
}
#global_navi li{
	float:left;
}
#global_navi a img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*--------------------------
グローバルナビ ドロップダウンメニュー
--------------------------*/
#global_navi li.dd_menu{
	position: relative;
}
#global_navi li.dd_menu ul{
	width:183px;
	height:174px;
	display:none;
	position: absolute;
	top:34px;
	left:0;
	z-index:5000;
	padding:3px 9px 8px 3px;
	background:url("../images/dropdown.png");
}
#global_navi li.dd_menu ul li{
	margin-bottom:4px;
}
/*--------------------------
コンテンツ
--------------------------*/
#contents{
	width:720px;
	padding:20px 0 30px;
	margin:0 auto 10px;
	overflow:hidden;

}
#contents h2{
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:20px;	
}
#contents h3{
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:20px;	
}

#contents p{
		padding:0 20px;
		margin-bottom:20px;
}
.pdf{
	margin-left:5px;

}

/*--------------------------
コンテンツ1カラム
--------------------------*/
#contents_one{
	width:950px;
	margin:0 auto;
	overflow:hidden;

}

#contents_one h2{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:38px
}
#contents_one h3{
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:20px;	
}

#contents_one p{
		padding:0 20px;
		margin-bottom:20px;
}
.contents_inner{
	padding:0 20px;
}


/*--------------------------
フッター
--------------------------*/

#footer{
	clear:both;
}

/*
#footer{
	width:950px;
	clear:both;
	border-top:1px solid #999;
	padding-top:12px;
	overflow:hidden;
	
}
.page_scroll{
	float:right;
}
#footer ul{
	margin-left:-13px;
	zoom:1;


	
}
#footer ul li{
	float:left;
	padding:0 12px;
	border-left:1px solid #999;
	
}
#footer address{
	clear:both;
	font-size:10px;
	color:#999;
	padding-top:5px;
	font-size:normal;
}
*/