@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border: 2px #4db8e6 solid;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
	font: 12px/150% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(head_bg_bar.gif) repeat-x top;
}
p {
	margin-bottom: 1.7em;
}


/*---------------全体構造およびヘッダ関連---------------*/

#wrap {
	text-align: left;
	width: 750px;
	margin: 0px auto;
}
#head {
	width: 750px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	float: left;
}
#logo {
	float: left;
	padding: 0px;
}
#pm {
	float: right;
	margin: 0px;
	padding: 10px 0px 0px;
}
.pmList {
	display: inline;
	margin-left: 6px;
	font-size: 10px;
}
a.pmLink:link,a.pmLink:visited {
	color: #333333;
	text-decoration: none;
}
a.pmLink:hover,a.pmLink:active {
	color: #0099FF;
	text-decoration: none;
}
#topImg {
	padding: 0px;
	margin-bottom: 15px;
}


/*---------------メインナビゲーション---------------*/

#main_navi {
	height: 35px;
	background: url(main_menu.gif);
	margin-bottom: 10px;
}
#main_navi li {  
    display:inline;  
    list-style-type:none;  
}
#main_navi li a {  
    height:35px;  
    display:block;  
    float:left;  
    text-indent:-9980em;  
    text-decoration:none;  
    overflow:hidden;  
}
#main_navi li.main_navi_01 a {  
 background:url(main_menu.gif) no-repeat;
 width:116px; 
}
#main_navi li.main_navi_02 a {
	background:url(img/main_menu.html) no-repeat -116px 0px;
	width:148px;
}
#main_navi li.main_navi_03 a {  
 background:url(main_menu.gif) no-repeat 0px -264px;
 width:118px; 
}
#main_navi li.main_navi_04 a {  
 background:url(main_menu.gif) no-repeat 0px -382px;
 width:117px; 
}
#main_navi li.main_navi_05 a {  
 background:url(main_menu.gif) no-repeat 0px -499px;
 width:133px; 
}
#main_navi li.main_navi_06 a {  
 background:url(../filesimg/main_menu.html) no-repeat 0px -632px;
 width:118px; 
}

/*ロールオーバー*/
#main_navi li.main_navi_01 a:hover {  
 background:url(main_menu.gif) no-repeat 0px -35px;
 width:116px; 
}
#main_navi li.main_navi_02 a:hover {  
 background:url(main_menu.gif) no-repeat -116px -35px;
 width:148px; 
}
#main_navi li.main_navi_03 a:hover {  
 background:url(main_menu.gif) no-repeat -264px -35px;
 width:118px; 
}
#main_navi li.main_navi_04 a:hover {  
 background:url(main_menu.gif) no-repeat -382px -35px;
 width:117px; 
}
#main_navi li.main_navi_05 a:hover {  
 background:url(main_menu.gif) no-repeat -499px -35px;
 width:133px; 
}
#main_navi li.main_navi_06 a:hover {  
 background:url(main_menu.gif) no-repeat -632px -35px;
 width:118px; 
}


/*---------------メイン領域関連---------------*/

#mainBox {
	padding: 0px 0px 50px;
	width: 750px;
	margin: 0px;
	float: left;
}
#contBox {
	float: right;
	width: 500px;
	margin-top: 10px;
}
#pict {
	margin-bottom: 10px;
}


/*---------------サイドメニューボタン関連---------------*/

#sideBtn {
	margin: 10px 10px 0px 0px;
	padding: 32px 0px 0px;
	list-style: none;
	width: 230px;
	float: left;
	background: url(menu_title.gif) no-repeat left top;
}
#sideBtn li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sideBtn a.sbLink:link,a.sbLink:visited {
	background: url(menu_icon.gif) no-repeat left 10px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	display: block;
	width: 176px;
	padding: 10px 0px 10px 24px;
	border-bottom: 1px dotted #666666;
	color: #333333;
}
#sideBtn a.sbLink:hover,a.sbLink:active {
	background: url(menu_icon.gif) no-repeat left 10px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	display: block;
	width: 176px;
	padding: 10px 0px 10px 24px;
	border-bottom: 1px dotted #666666;
	color: #0099FF;
}


/*---------------フリースペース---------------*/

#topCap {
	background: #F7FBE6;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom: 15px;
}
.top_cap_title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.top_cap_txt {
	margin-bottom: 15px;
}
#topCap img {
	margin: 0px 10px 0px 0px;
}




/*---------------お知らせ関連---------------*/

#newsTitle {
	margin-bottom: 8px;
	font-size: 14px;
	background: url(info_title.gif) no-repeat;
	padding-top: 18px;
	padding-left: 35px;
	padding-bottom: 18px;
}
#news {
	padding-right: 10px;
	padding-left: 20px;
	clear: both;
}
.newsList {
	margin-bottom: 1em;
	list-style: url(info_icon.gif);
	padding-right: 10px;
	padding-left: 10px;
}
.news_date {
	font-weight: bold;
}



/*---------------フッタ関連---------------*/

#foot {
	clear: both;
	width: 750px;
	border-top: 1px dotted #999999;
	padding-top: 8px;
}
address {
	font-style: normal;
	line-height: 1.4em;
	font-size: 11px;
	padding-left: 7px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 40px;
	color: #999999;
	text-align: center;
}


/*---------------基本リンク設定---------------*/

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}

/*---------------サブページのコンテンツ---------------*/

#CenterContent {
	background: #FFFFFF;
	border: 1px solid #4db8e6;
	padding: 5px;
	margin-bottom: 15px;
}

/*--------------下階層リンク--------------------------*/
#thumbnail2 a.subLink:link,a.subLink:visited {
	background: url(menu_icon.gif) no-repeat left 10px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	display: block;
	padding: 10px 0px 10px 24px;
	color: #333333;
}
#thumbnail2 a.subLink:hover,a.subLink:active {
	background: url(menu_icon.gif) no-repeat left 10px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	display: block;
	padding: 10px 0px 10px 24px;
	color: #0099FF;
}
