@charset "UTF-8";

/****************************************************************

basic.css

****************************************************************/

/*共通---------------------------------------------*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	 }

p,ul,li,dt,dd,th,td,h1,h2,h3 {
	margin: 0;
	padding: 0; }
	
img {
	border: none;
	vertical-align: bottom; }
	
		
.right {	text-align:right;}
.clear {	clear: both;}
.top-10{	margin-top: 10px;}
.btm-10{	margin-bottom: 10px;}

/*リンク設定---------------------------------------------*/
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:570px;
	margin-left:auto;
	margin-right:auto;
	}
	
/*ヘッダーCSS---------------------------------------------*/
#header p#logo{
	width:203px;
	height:68px;
	}
noscript{	display: none;}
#sub ul#subnavi {	display: none;}
#kensaku {	display: none;	}
/*グローバルナビCSS-------------------------------*/
#menu { display:none;	}
	
/*ナビ以下コンテンツCSS-------------------------*/	
#content{
	width:396px;
	background-color:#FFFFFF;
	font-size:80%;
	color:#535353;
	}
	
		
/*フッター設定=====================================================*/

/*ページの先頭へ戻る*/
#pagetop{ display:none;	}
	
/*フッタ*/
#footer{	display:none;	}
/*コピーライト*/
#copy{	display:none;	}

/****************************************************************

top.css

****************************************************************/

/*中央カラム設定=====================================================*/
#centerBox{
	width:394px;
	margin-left:80px;
	}

/****************************************************************

page.css

****************************************************************/

/*右カラム================================================*/
#leftBox{ display:none;	}

/*メインカラム=============================================*/

/*大枠---------------------------------------*/
#pageCenter{	width:570px;	}
#pageCenter .miniBox{ display:none;}
	
/*パンくず---------------------------------------*/
#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;	}
#pankuzu li a{	color:#007083;	}
	
/*タイトルデザイン---------------------------------------*/

#pageCenter h1{
	background-image:url(../page_img/page_title01.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;}
#pageCenter h2.type1{
	background-image:url(../page_img/page_title02.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#fdf2f2;
	font-size:130%;
	border:solid 1px #feb6b6;
	padding:9px 5px 5px 10px;
	margin-top:20px;
	}
#pageCenter h3{
	background-image:url(../page_img/page_title03.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:120%;
	border-bottom:solid 2px #feb6b6;
	padding:9px 5px 3px 10px;
	margin:20px 0px 10px 0px;
	}


/*リストページ---------------------------------------*/

/*概要*/
.gaiyou{
	background-color:#fff;
	margin:10px 0;
	font-size:120%;
	clear:both;
	}

/*リスト設定*/
ul.pageList{
	margin-top:20px;
	margin-bottom:30px;
	list-style:none;
	}
.pageList li{
	font-size:120%;
	margin-bottom:20px;
	line-height:140%;
	border-bottom:#cac8c8 1px dotted;
	padding-bottom:20px;
	}
.pageList li a{
	font-size:110%;
	font-weight:bold;
	color:#007083;
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-image:url(../page_img/arrow1.gif);
	padding: 5px 0px 5px 26px;
	}
.pageList li a.arrow2{
	background-image:url(../page_img/arrow2.gif);}
.pageList li a.arrow3{
	background-image:url(../page_img/arrow3.gif);}
	
/*ディレクトリリスト*/
#pageCenter h2.type2{
	background-repeat:no-repeat;
	background-position:0px 48%;
	background-image:url(../page_img/arrow2.gif);
	padding: 15px 0px 12px 26px;
	font-size:130%;
	border-bottom:solid 3px #feb6b6;
	border-top: solid 1px #feb6b6;
	margin-top:10px;
	}
#pageCenter ul.directory{margin-left:20px;	}
#pageCenter ul.directory li a{background-image:url(../page_img/arrow4.gif);}

/*各課トップページテンプレート*/
#kakuka{
	padding:10px 0 20px 0px;
	font-size:120%;
	}
#kakuka p.kakukaTitle{
	font-size:110%;
	font-weight:bold;
	margin-bottom:20px;
	}
#kakuka a{
	background-image:url(../page_img/arrow0_b.gif);
	background-repeat:no-repeat;
	background-position:0px 52%;
	padding-left:12px;
	font-size:90%;
	}
	
/*詳細ページ設定---------------------------------------------*/

.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 a.arrow3{	background-image:url(../page_img/arrow3.gif);}
.pageLink a.pdf{	background-image:url(../page_img/pdf.gif);
	padding: 12px 10px 8px 40px;	}
.pageLink a.word{	background-image:url(../page_img/word.gif);
	padding: 12px 10px 8px 40px;	}
.pageLink a.excel{	background-image:url(../page_img/excel.gif);
	padding: 12px 10px 8px 40px;	}
.pageLink a.power{	background-image:url(../page_img/Power.gif);
	padding: 12px 10px 8px 40px;	}
	
/*お問い合わせ先*/
#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 .btm-15{	margin-bottom: 15px;}
#content .btm-20{	margin-bottom: 20px;}
#content .btm-30{	margin-bottom: 30px;}
#content .top-10{	margin-top: 10px;}
#content .top-15{	margin-top: 15px;}
#content .top-30{	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;
	}







	
	
	
	
	


