* {
	margin:0;
	padding:0;
}

a img {
	border-style:none;	/*画像のリンクの枠を消す*/
}


/* 擬似フレーム基本構造 */

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	/* 文字のフォント */
	font-size: 90%;	/* 文字のサイズ */
	line-height: 1.4;	/* 行送り設定 */
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background-image: url(../img/header-a.jpg);
	background-repeat: repeat;
	z-index: 3;
}

#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 28%;
	height: 100%;
	background-color: #000000;
	padding-top: 100px;
	z-index: 2;
}

#contents {
	padding: 100px 0 24px 28%;
	z-index: 1;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	clear: both;
	background-image: url(../img/footer-back.gif);
	background-repeat: repeat;
	width: 100%;
	height: 24px;
	z-index: 3;
}


/* ヘッダ部 */

#header-logo {
	height: 90px;
	width: 210px;
	float: right;
}

#header-logo-back {
	width: 26%;
	float: left;
	height: 100px;
}

#header-logo h1 {
	font-size: 9px;
	text-indent: -9999px;
}

/* ヘッダリスト */
#header-list-back {
	background-image: url(../img/header-b.gif);
	background-repeat: repeat;
	height: 96px;
	width: 74%;
	float: left;
}

#header-list-r {
	background-image: url(../img/header-b.gif);
	background-repeat: repeat;
	float: left;
	height: 100px;
	width: auto;
}


/* メニュー部 */

#sidebar {
	background-color: #000000;
	background-image: url(../img/menu-back.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 180px;
	height: 800px;
}


/* サイドバーメニュー */

#menu2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#menu2 li a{
	display:block;
	height:25px;
	width:160px;
	margin:25px 10px;
	padding:0;
	text-indent:-9999px;
	}

#info a{
	background: url(../img/menu-back_project.gif);
	}

#about a{
	background: url(../img/menu-back_about.gif);
	}

#news a{
	background: url(../img/menu-back_news.gif);
	}

#service a{
	background: url(../img/menu-back_service.gif);
	}

#contact a{
	background: url(../img/menu-back_contact.gif);
	}

#laws a{
	background: url(../img/menu-back_laws.gif);
	}

#link a{
	background: url(../img/menu-back_link.gif);
	}

#info a:hover{
	background: url(../img/menu-back_project.gif) 0 -25px;
	}

#about a:hover{
	background: url(../img/menu-back_about.gif) 0 -25px;
	}

#news a:hover{
	background: url(../img/menu-back_news.gif) 0 -25px;
	}

#service a:hover{
	background: url(../img/menu-back_service.gif) 0 -25px;
	}

#contact a:hover{
	background: url(../img/menu-back_contact.gif) 0 -25px;
	}

#laws a:hover{
	background: url(../img/menu-back_laws.gif) 0 -25px;
	}

#link a:hover{
	background: url(../img/menu-back_link.gif) 0 -25px;
	}


#menu2 li #open{
	display:block;
	height:25px;
	width:160px;
	margin:25px 10px;
	padding:0;
	text-indent:-9999px;
	}

#info #open{
	background: url(../img/menu-back_project.gif) 0 -25px;
	}

#about #open{
	background: url(../img/menu-back_about.gif) 0 -25px;
	}

#news #open{
	background: url(../img/menu-back_news.gif) 0 -25px;
	}

#service #open{
	background: url(../img/menu-back_service.gif) 0 -25px;
	}

#contact #open{
	background: url(../img/menu-back_contact.gif) 0 -25px;
	}

#laws #open{
	background: url(../img/menu-back_laws.gif) 0 -25px;
	}

#link #open{
	background: url(../img/menu-back_link.gif) 0 -25px;
	}


/* 本体_コンテンツ部 */

#honnbun {
	float: left;
	width: 720px;
	background-color: #FFFFFF;
}

#honnbun #main-back-1 {
	background-image: url(../img/main-back-1.gif);
	height: 82px;
	width: 715px;
	margin-left: 5px;
	margin-top: 5px;
}

#honnbun #main-back-1 h2 {
	font-size: 16px;
	color: #333333;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 240px;
	padding-top: 14px;
	padding-left: 30px;
}

#honnbun #main-back-2 {
	background-image: url(../img/main-back-2.gif);
	background-repeat: repeat;
	width: 715px;
	margin-left: 5px;
}

#honnbun #main-back-3 {
	background-image: url(../img/main-back-3.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 715px;
	margin-bottom: 25px;
	margin-left: 5px;
}

#main-back-0 {
	background-image: url(../img/main-back-0.gif);
	height: 15px;
	width: 715px;
	margin-top: 10px;
	margin-left: 5px;
}

#main-back-line {
	background-image: url(../img/main-back-line.gif);
	width: 715px;
	margin-left: 5px;
	background-repeat: no-repeat;
	height: 21px;
}

#main-back-list {
	margin-left: 25px;
}

#main-back-list ul {
	margin: 0;
	padding :0;
}

#main-back-list li {
	padding :0;
	margin:0;
	float: left;
	list-style-type : none;
}

#main-back-list a {
	text-decoration:none;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/main-back-listA.jpg);
	background-repeat: no-repeat;
}

#main-back-list a:hover {
	text-decoration:underline;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/main-back-listB.jpg);
	background-repeat: no-repeat;
}

#main-back-list span {
	text-decoration:underline;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/main-back-listB.jpg);
	background-repeat: no-repeat;
}

#main-h2 {
	padding-top: 20px;
	padding-left: 30px;
}

#main-h3 {
	padding-top: 30px;
	padding-bottom: 20px;
}

#main-p {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#main-p h4 {
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-p p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 1em;
}

#main-p hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.img_left {
	padding: 5px;
	margin-right: 10px;
	float: left;
}	/* 画像の右に回り込み */

.cl {
	clear: both;
}	/* 回り込み解除 */

#underbar {
	text-decoration: underline;
}

#main-p ol {
	margin-left: 20px;
}

#main-p ul {
	margin-left: 20px;
}

#main-p li {
	margin-top: 20px;
}

#syomei {
	text-align: right;
	margin-top: 10px;
}

#main-p #main-table {

}

#main-p #main-table th {
	width: 80px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-p #main-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-p #list_a {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#main-p #list_b {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
}

#main-p #list_c {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}


#anchor {
	padding-top: 100px;
	margin-top: -100px;
}	/* アンカー位置修正 */

#fontbold {
	font-weight: bold;
}	/* 文字太字 */


/* フッタ部 */

#footer #footer-center {
	height: 20px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer #footer-center p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}


/* フォーム */
#main-p #foam {
}

#foam th {
	width: 150px;
	background-color: #2856AC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 14px;
}

#foam td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-p #input {
	text-align: center;
}





/* 記事 */
#kiji {
	margin: 0 auto;
}

