@charset "shift_jis";
/*CSS Document

/*■初期設定*/

body{
	color:#666666;/*通常のテキストカラー*/
	text-align:center;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	text-decoration: none;
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	
}
p,th,td,li{
	font-size:12px;

	*font-size:90%;
	*font:90%;
	}


/***見出しタグ***/
h1{
	font-size:11px;
	font-weight:normal;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#333333;
	text-indent:10px;
	line-height:18px;
	vertical-align:top;
	padding:20px 0 0 0;
	}	
h2{
	background:url(images/bg_h2.jpg) no-repeat;
	font-size:16px;
	color:#F00;
	text-indent:10px;
	vertical-align:top;
	height:42px;
	line-height:42px;
	}

h3{
	font-size:14px;
	color:#FF0099;
	font-weight:normal;
	text-decoration: none;
	margin-left: 10;
	}

.obj{
	margin:0 6px 0 6px;
	}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
	}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}

/**レイアウト**/
#bg{
	width:920px;
	background:url(images/bg_con.gif) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
	}

#head{
	width:918px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	}

#head p#logo a{
	text-decoration:none;
	color:#F63;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 30px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	}	
	
#head p#logo a:hover{
	text-decoration:none;
	color:#F90;
	}	

/*ヘッダーメニュー*/			
#head_menu{
	width:900px;
	background:url(images/bg_menu.gif) no-repeat;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	margin:0 0 0 10px;
	}
#head_menu ul{
	list-style-type:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	}
#head_menu ul li{
	float:left;
	background:url(images/bg_menu_sub.gif) right no-repeat;
	text-align:center;
	height:36px;
	line-height:36px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
	width: 110px;
	left: 226px;
	top: 54px;
	}		
#head_menu a{
	color:#333333;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
	   


#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}

#left_menu{
	float:left;
	width:180px;
	}

#left_menu p{
	}
	
#left_menu ul{
	width:180px;
	list-style-type:none;
	margin-bottom:20px;
	padding:0 0 1px 0;
	background:url(images/bg_left_menu.gif) repeat-y;
	border:solid #EEEEEE;
	border-width:1px 0 1px 0;
 	}

#left_menu ul li{
	width:176px;
	background:url(images/bg_left_menu_sub.gif) no-repeat top left;
	margin:0 2px 0 2px;
	}

#left_menu ul li.title{
	color:#FFF;
	font-size:13px;
	text-indent:5px;
	font-weight: bold;
	background-image: url(images/left01.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 25px;
	padding-top: 5px;
}


#left_menu ul li a{
	color:#666;
	display:block;
	text-decoration:none;
	vertical-align:top;
	font-size:12px;
	line-height:26px;
	height:26px;
	width:174px;
	text-indent:4px;
	}					
#left_menu ul li a:hover{
	color:#FF9900;
}
#main{
	width:700px;
	float:left;
	margin:0 0 0 20px;
	zoom:100%;
	}
#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
}
#main p{
	line-height:2.0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	}
#foot_up{
	clear:left;
	}
#foot{
	border:solid #cccccc;
	border-width:1px 0 1px 0;
	color:#999999; /*コピーライトのテキストの色*/
	height:40px;
	clear:both;
	text-align:center;
	margin:20px 0 0 0;
	font-size:11px;
	padding:6px 0 0 0;
	background-image: url(images/foot.gif);
	}
#foot a{
	color:#999999;
	text-decoration:none;
	}
#foot a:hover{
	color:#999999;
	}

/******************************************トップページ**********************************************/
#top{
	}
#top div#bg_main_image{
	width:700px;
	height:300px;
	margin:0 0 20px 0;


	}
#top div#main_image{
	width:690px;
	height:290px;
	margin:5px;
	}
	

	
	

#top div#info{
	background:url(img/top/bg_info_main.gif) repeat-y;
	border: 1px solid #CCC;
	}	
#top div#info h2{
	text-indent:0;
	padding-left: 10px;
	}
	
	#top div#info h3{
	padding-left: 5px;
	color:#F09;
	font-size: 14px;
	text-decoration: none;
	margin-top: 5;
	margin-left: 5;
	margin-bottom: 5;
	}
	
	#top div#info p{
	margin:10;
	font-size: 14px;
	text-decoration: none;
	padding-left: 5px;
	}
	
	
	#top div#info .contents{
	text-align: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
	
	
#table{
	margin-left: 10px;
	border: 1px solid #CCC;	
	}
	
td {
	padding:5px;
	border: 1px solid #CCC;
}
	


.color1{
	color:#F60;
	
	}
	
.color2{
	color:#06F;
	
	}
	
.color3{
	color:#F00;
	
	}

	
/******************************************************************************************************/
#p-copy{
	width:920px;
	text-align:left;

	}
#p-copy p a{
	background:url(images/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 896px;
	}
	
@media print{

#container{

	}
}			


	   
