@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000000;
	text-align: center;
	color: #DCDCB8;
}

img{
	border: none;
	vertical-align: bottom;
}
a{
	overflow: hidden;
}



/*#container開始
===============================*/
#container{
	width: 860px;
	margin:0 auto;
	text-align: left;
	position:relative;
}

/*#header開始
===============================*/
#header{
	width: 860px;
	padding-top: 10px;
}

#header h1{
	width: 260px;
	height: 333px;
	position:absolute;
	background: url(img/logo.png) no-repeat;
	text-indent:-9999px;		
}

#header h1 a{
	width: 260px;
	height: 133px;
	display:block;
}

/*ぱんくず*/
#pan_nav{
	font-size:77%;
	text-align:right;
	padding:10px 10px 0px 0px;
}
#pan_nav a{
	padding: 0px 5px;
	text-decoration: none;

}
/*#header 終了
===============================*/

/*#main開始
===============================*/
#main{
margin:30px 20px 50px 20px;
font-family:"メイリオ", "小塚ゴシック Pro R";
}

h2{
background:url(img/h2_smap.gif) no-repeat;
width:820px;
height:30px;
text-indent:-5000px;
}
#s_map{
padding:40px 86px;
}
h3{
font-size:85%;
background:url(img/icon_maru01.gif) no-repeat;
padding-left:20px;
margin-bottom:5px;
line-height:1.3;
}
h3 a{
color:#996699;
text-decoration:none;
}
h3 a:hover{
color:#CC6633;
text-decoration:underline;
}

#s_map p{
font-size:80%;
background:url(img/icon_sankaku.gif) no-repeat;
padding-left:18px;
margin-left:20px;
margin-bottom:25px;
line-height:1.5;
}
#blog {
text-decoration:none;
}
#blog:hover{
color:#CC3333;
}

/*#footer 開始
================*/
#footer{
	width: 860px;
	height: 60px;
	background: url(img/footer.jpg) repeat-x;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 25px;
}
#footer ul{
	text-align: center;
}
#footer li{
	display: inline;
	padding: 0px 15px;
}
#footer li a{
	color:#CC9966;
	text-decoration: none;
}
address{
	background:url(img/ad.gif) no-repeat;
	width: 290px;
	height: 15px;
	margin-left:266px;
	margin-top: 5px;
	text-indent: -5000px;
}

