/* CSS Document */

html { background:#FFFFFF url(../img/buckground.gif) repeat;
	}

body{
	width:800px;
	margin:auto;
	padding:0 0 20px 0;
	border-bottom: thick solid #000000;
	background:#CCCC99;
	color:#000000;
	}

/*フォント設定*/	
h1{
	font-size:x-small;
	font-style:normal;
	padding:3px 0 3px 3px;
	}

h2{
	font-size:larger;
	margin:0;
	}

h3{
	font-size:large;
	margin:0;
	}
	
p{
	font-size: small;
	margin:0 20px 10px 20px;
	}
	
p.thanks{
	padding:100px 30px　200px;
	}
	
p.toiawase{
	color:#FF0000;
	padding:0 60px 40px;
	/*text-align:center;*/
	width:500px;
	font-size:small;
	}
	
.title {
	padding:30px 0 5px 20px;
	}
	
.title_g{
	padding:30px 0 5px 50px;
	}
	
.thema{
	color:#FFFFFF;
	text-align:center;
	}




/* リンク設定 */
a:link {
	color: #000000;
	text-decoration: none;
}

#text a:link {
	color:#FF0000;
	text-decoration:none;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
}

#text a:visited {
	color:#FF0000;
	}


a:hover {
	text-decoration: underline;
	color: #993300;
	}
	
#header_navi a:hover {
	text-decoration:underline;
	}
	
#text a:hover {
	color:#FF0000;
	}
	
	
a:active {
	text-decoration: none;
}

.current {
	text-decoration:underline;
	color:#993300;
	}

#header{
	clear:both;
	}


/*ナビゲーション */

.nabiyou {
	margin:0;
	width:500px;
	height:20px;
	}

#header_navi li{
	display:inline;
	margin:5px 10px 0 0;
	font-size:small;
	font-weight:bolder;
	}
	

/* インデックスメイン */

#main {
	width:760px;
	margin:0px 18px;
	background:#FFFFFF;
	border:solid thin #000000;
	
		}


#thema {
　　    text-align:center;
	background-color:#006600;
	
	}
	
	
/*インデックステキスト*/

.index_p {
	font-size:small;
	margin:20px 0 20px 20px;
	}
	

/*ページメイン*/

#page_main {
	width:760px;
	margin:0 18px;
	padding:14px 0 30px 0;
	background:#ffffff;
	border:solid thin #000000;
	}
	
#page_main table{
	width:600px;
	border:2px solid #666666;
	border-collapse:collapse;
	margin:30px auto 10px ;
	font-size:small;
	line-height:1.3;
	padding:5px 0 5px 0;
	
	
	}

#page_main img{
	margin:20px 50px 0 50px;
	}
#page_main p{
	margin:0 50px 0 50px;
	}
	
#sekou_img1{
	float:left;
        	}
	
#sekou_img2{
	float:right;
	}


/*ページのサブエリア*/

#page_sub {
	width:200px;
	float:right;
	font-size:small;
	margin: 0 20px 0 0;

}

/*会社概要テーブル*/


.cap{
    margin:1px auto 1px;
	font-weight:bolder;
	color:#333333;
	}

	
col.item{ width:15%;
		}
col.comment { width:85%;}


.th,td{
	border:1px solid #666666;
	padding:5px 5px;
	}	
		
/* フッター */


#footer {
	clear:both;
	width:760px;
	margin:10px 18px 40px 18px;
	background:#FFFFFF;
	font-size:small;
	border:solid thin #000000;
	}
	
	
#footer ul {
	margin:0;
	padding:3px 3px ;
	border-bottom:1px solid #000000;
	text-align:right;
	}
	
	
#footer_navi li{
	display:inline;
	margin:5px 3px;
	}

#footer address {
	padding:10px ;
	text-align:center;
	font-style:normal;
	font-size:small;
}

