@charset "UTF-8";

/****************************************************************

basic.css

****************************************************************/

/*共通---------------------------------------------*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	}
	 
* { font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif; }

p,ul,ol,li,dt,dd,th,td,h1,h2,h3 {
	margin: 0;
	padding: 0; }
	
img {
	border: none;
	vertical-align: bottom; }
	
.clr {
	line-height: 1%;
	vertical-align: bottom;
	clear: both;
	margin-top: 10px; }
	
.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearFix{
	display: inline-table;
	}
	
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
/* End hide from IE-mac */	
	
.right {	text-align:right;}
.clear {	clear: both;}
/*リンク設定---------------------------------------------*/
a:link {	color: #535353;	text-decoration: underline; }	
a:visited {	color: #535353;	text-decoration: underline; }	
a:hover {	color: #535353;	text-decoration: none; }

/*アンカーリンク-------------------------------------------*/
.skip { display: none;}	


/*大枠-----------------------------------------------------*/
#container {
	width:815px;
	margin-left:auto;
	margin-right:auto;
	font-size:80%;
	color:#535353;
	}
#content{
	clear:both;
	}
	
/*ヘッダ設定=====================================================*/

/*文字サイズ変更*/
div#textsize{
	background:url(../img/kakudai_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:right; display:inline;
	width:140px;
	}
div#textsize ul {
	display:none;
	}
		
/*フッタ設定=====================================================*/

/*ページの先頭へ戻る*/
#pagetop{ display:none;	}
	
/*コピーライト*/
#copy{	display:none;	}

/****************************************************************

top.css

****************************************************************/

#wrapper{
	width:610px;
	float:left; display:inline;
	}

/*中央カラム設定=====================================================*/
#centerBox{
	float:right; display:inline;
	width:430px;
	margin-top:10px;
	margin-bottom:20px;
	}

/****************************************************************

page.css

****************************************************************/

/*右カラム================================================*/
#leftBox{ display:none;	}

/*メインカラム=============================================*/

/*大枠---------------------------------------*/
#pageCenter{	width:580px;	}
	
/*パンくず---------------------------------------*/
#pankuzu {
	background-image:url(../page_img/pankuzu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:90px;
	padding-top:5px;	
	height:24px;
	}
#pankuzu li {	float:left; display:inline;	}
	
/*タイトルデザイン---------------------------------------*/

#pageCenter h1{
	background-image:url(../page_img/type1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FFFFFF;
	font-size:160%;
	border:solid 1px #e6e6e6;
	padding:10px 10px 5px 10px;
	}
#pageCenter h2{ clear:both; font-size:100%;}
#pageCenter h2.type1{
	background-image:url(../page_img/type2.gif);
	background-repeat:repeat-y;
	background-position:bottom left;
	font-size:130%;
	padding:8px 5px 8px 10px;
	margin-top:20px;
	}
#pageCenter h2.type3{
	border:solid 1px #FEB6B6;
	background-color:#fdf5f5;
	font-size:130%;
	padding: 6px 0px 5px 10px;
	font-size:130%;
	margin-top:10px;
	}
#pageCenter h2.type4{
	padding:10px 10px 8px 10px;
	font-size:130%;
	border-bottom:solid 3px #feb6b6;
	border-top: solid 1px #feb6b6;
	margin: 20px 0px 10px 0px;
	background-color:#FDF5F5;
	}
#pageCenter h3{
	font-size:100%;
	padding:5px 5px 5px 5px;
	margin:0px 0px 10px 0px;
	border-left: 5px solid #2a87c1;
	background-color: #ddeffa;
	}
#pageCenter h3.type3{
	background-image:none;
	background-color:#EFEFEF;
	font-size:130%;
	padding: 6px 10px 5px 10px;
	border:solid 1px #ccc;
	margin-top:10px;
	}


/*リストページ---------------------------------------*/

/*概要*/
#pageCenter .gaiyou{
	margin:10px 0;
	font-size:120%;
	clear:both;
	line-height:130%;
	}
#pageCenter .text_float{
	margin:10px 0;
	font-size:115%;
	line-height:130%;
	text-align:left;
	}
#pageCenter .gaiyou a{
	font-size:100%;
	}

/*リスト設定*/
#pageCenter ul.pageList{
	margin-top:20px;
	margin-bottom:30px;
	list-style:none;
	padding-left:0px;
	}
.pageList li{
	line-height:140%;
	border-bottom:#cac8c8 1px dotted;
	font-size:110%;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:0px 5px;
	background-image:url(../page_img/arrow1.gif);
	margin:10px 0;
	padding:5px 5px 15px 26px;
	}
.pageList li.arrow2{
	background-image:url(../page_img/arrow2.gif);}

/*横並びリスト設定*/
ul.pageList2{
	margin:10px 0px 30px -10px;
	list-style:none;
	}
.pageList2 li{
	font-size:125%;
	display:inline;
	line-height:160%;
	}
#pageCenter .pageList2 li a{
	font-weight:bold;
	margin-right:5px;
	}
	
/*ディレクトリリスト*/
#pageCenter h2.type2{
	padding: 15px 0px 12px 5px;
	font-size:130%;
	border-bottom:solid 3px #88d3ff;
	border-top: solid 1px #88d3ff;
	margin-top:10px;
	}
#pageCenter ul.directory{margin-left:20px;	}
#pageCenter ul.directory li{
	background-image:url(../page_img/arrow3.gif);
}
	
/*詳細ページ設定---------------------------------------------*/

.pageLink{
	margin-top:10px;
	margin-bottom:20px;
	list-style:none;
	}
.pageLink a{
	font-size:110%;
	color:#007083;
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-image:url(../page_img/arrow1.gif);
	padding: 5px 10px 5px 26px;
	}
.pageLink p.arrow2{	background-image:url(../page_img/arrow2.gif);}
.pageLink a.pdf{	background-image:url(../page_img/pdf.gif); padding: 12px 10px 8px 40px;	display:block;}
.pageLink a.word{	background-image:url(../page_img/word.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.excel{	background-image:url(../page_img/excel.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.power{	background-image:url(../page_img/power.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.audio{	background-image:url(../page_img/audio.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.txt{	background-image:url(../page_img/txt.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.zip{	background-image:url(../page_img/zip.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.csv{	background-image:url(../page_img/csv.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.edit{	background-image:url(../page_img/edit.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink p.mail{	background-image:url(../page_img/mail.gif); padding: 12px 10px 8px 40px; display:block;	}
	
/*お問い合わせ先*/
#toiawase{
	border: solid 1px #999;
	padding:10px;
	margin:20px 0 30px 0;
	line-height:140%;
}
#toiawase h2{
	font-size:110%;
	background-color:#c1ede6;
	padding: 10px 10px 5px 10px;
	margin-bottom:10px;
}
#toiawase a{	color:#007083;}

	

/*共通---------------------------------------------*/
/*テキスト関連*/
#pageCenter p{ 	font-size:115%;}

#content .red{		color: #FF0000;}
#content .btm15{	margin-bottom: 15px;}
#content .btm20{	margin-bottom: 20px;}
#content .btm30{	margin-bottom: 30px;}
#content .top10{	margin-top: 10px;}
#content .top15{	margin-top: 15px;}
#content .top30{	margin-top: 30px;}

/*画像関連*/
#pageCenter div.img{
	margin:10px 0;
	}
#pageCenter div.img p{
	margin-top:5px;
	}
#pageCenter div.left{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
#pageCenter div.right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
#pageCenter img.left {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#pageCenter img.right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}







	
	
	
	
	


