* {
	margin:0;
	padding:0;
}

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


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

html {
	height: 100%;
	overflow: hidden;	/*本来のスクロールバーを隠す*/
}

body {
	height:100%;
	overflow:hidden;	/*本来のスクロールバーを隠す*/

	background-image: url(../img/left-black.gif);
	background-repeat: repeat-y;

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


/* 擬似フレーム構造配置 */

#header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ccc;
	position: absolute;	/*位置を固定*/
	top: 0;
	right: 16px;	/* スクロールバー幅（15〜17px程度） */
	z-index: 2;
}

#content {
	height: 100%;
	overflow: auto;	/*スクロールバーを表示*/
	position: relative;
	z-index: 1;
}

#content-inner {
	padding: 100px 15px 20px 0;
}

#footer {
	width: 100%;
	height: 20px;
	border-top: 1px solid #ccc;
	position: absolute;	/*位置を固定*/
	bottom: 0;
	right: 16px;	/* スクロールバー幅（15〜17px程度） */
	z-index: 2;
}


/* ヘッダ */

.header {
	background-image: url(../img/header-a.jpg);
	background-repeat: repeat;
	height: 100px;
}
.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;
}


/* 本体 */

#main {
	clear: both;
	height: 100%;
	width: 100%;
}

#main-center {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-image: url(../img/main-center.gif);
	background-repeat: repeat-y;
	min-height: 1%;
}

#main-center:after { /* for modern brouser */
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

* html #main-center { /* for IE */
	/*\*/height:1%;/* for WinIE*/
	display: inline-table;/* for MacIE*/
}


/* サイドバー */

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


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

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

#menu 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);
	}

#policy a{
	background: url(../img/menu-back_policy.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;
	}

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

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


#menu 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;
	}

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

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


/* 本体_右本文 */

#main-center #honnbun {
	float: right;
	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: 10px;
	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: 20px;
	padding-left: 20px;
	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: 20px;
	padding-left: 20px;
	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: 20px;
	padding-left: 20px;
	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 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;
}


/* フッタ */
#footer2 {
	clear: both;
	background-image: url(../img/footer-back.gif);
	background-repeat: repeat;
}

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

#footer2 #footer2-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;
}





