@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, 
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

a:link{ 
	color: #00b6d7; 
	text-decoration: none; 
	outline:none;}
	
a:visited{
	color: #00b6d7;
	text-decoration: none;
}

a:active { 
	text-decoration: none; 
}

a:hover { 
	color: #00b6d7; 
	text-decoration: 
	underline; 
}

body {
	margin: 0 auto;
	padding: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #000;
	width: 800px;
	/*border-left: double 3px #000;
	border-right: double 3px #000;*/
	position: relative;	
	background-image: url(../images/bg.jpg);
}

p {
	text-align:justify;
}

#wrapper{
	min-height: 630px;
}

.sns {
	position: absolute;
	top: 185px;	
	/*margin-top: 115px;*/
	float: left;
}

.sns img {
	margin-bottom: 115px;
}

.mainten {
	position: absolute;
	left: 83px;
	top: 98px;
	z-index:-10;
}


h1#logo {
	/*background-image: url(../images/tengraph_logo.png);
	background-repeat: no-repeat;*/
	height: 121px;
	width: 201px;
	position: absolute;
	left: 83px;
	top: 278px;	
	display: block;	
	/*text-indent: -9999px;*/
}



.menu {
	position: absolute;
	left: 685px;
	top: 184px;
}
	

.menu li {
	margin: 0 0 11px 0;
	/*list-style-image:url(../images/ten_menu.png);*/
	list-style-position: inside;
	height:30px;

}

/*#menu li img {
	padding-left: 30px;
	padding-bottom: 5px;
}*/

.menu li a {
	background-image:url(../images/menubg.png) no-repeat;
	text-decoration: none;
	display: block;
	padding-left:30px;
	/*height: 30px;*/
	padding:0 0 5px 0;
}

.menu li a:hover {
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	/*border-bottom: dashed 1px #00a0c9;*/
}

.menu_ls {
	position: absolute;
	left: 620px;
	top: 168px;
	width: 23px;
}

.menu_ls img {
	margin-bottom: 10px;
	padding-right: 43px;
}
	

.dm-btn {
	position: absolute;
	left: 550px;
	top: 406px;
}

.dm-btn a {
	background-image:url(../images/ten_dm.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 213px;
	height: 179px;
	display:block;
}
.dm-btn a:hover {
	background-image:url(../images/ten_dm_g.png);
	background-repeat: no-repeat;
}

.news {
	position: absolute;
	left: 126px;
	top: 516px;
	line-height: 2em;
}

.news a {
	color: #000;
	text-decoration: none;
}

.news a:hover {
	color: #000;
	border-bottom: dashed 1px #000;
}

.totop {	
	clear: both;
	margin-bottom:20px;
	text-align:right;
}

.footer {
	text-align: right;
	font-size: 9px;	
	clear: both;
}

.footer a {
	color: #000;
}

