

/*-----リセット-----*/

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%;
		list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
	color:#A0A0A0;}

img { vertical-align: bottom; }

hr { display: none; }




/*フォントの基本設定*/

body {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}





#wp{
	width: 950px;
	text-align: center;
	margin:10px auto;
	
}






/*-----ヘッダー-----*/


#header{
	width: 950px;
	height: 80px;
	text-align: left;
	
}


#header a img{
	border: none;
		
}


/*.logo{	
	width: 150px;
	height: 80px;
	text-align: left;
	background-image: url(images/toplogo3.jpg);
	background-repeat: no-repeat;

}

.logo a{
	display: block;
	width: 150px;
	height: 80px;
		
}*/


/*-----メニューボタン-----*/


#menu_f{
	width: 950px;
	/*height: 42px;*/
	
	
}

.menu_b{
	width: 237px;
	/*height: 42px;*/
	float: left;
}

.menu_b a img{
	border:none;
}

.menu_b a:visited img{
	text-decoration: none;
	outline: none;
	color:none;			
}

.menu_b a:hover img{
	opacity:0.30;
	-moz-opacity:0.30;
	filter: alpha(opacity=30);

}


/*======名刺見出し======*/

.galler-head{
	width: 920px;
	margin: 70px auto 10px;
	padding: 5px 0px;
	clear:both;
	font-size: 150%;
	text-align: left;
	border: 1px solid;
}

.galler-head-txt{
	width: 800px;
	margin-left: 50px;
	padding: 3px 0px;
}

.galler-head-txt-s{
	width: 800px;
	margin-left: 50px;
	font-size: 60%;
}

.galler-head-txt-c{
	font-size: 90%;
}

/*======ページボタン======*/


.index-bar{
	clear:both;
}

.nav-buton ul{
	margin-right: 0px;
	padding: 10px 0px;
	text-align: center;
}

.nav-buton li{
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	color: #FFFFFF;
	background: #FF9999;
	
	/*
    border: 1px solid #000000;
	border-radius: 3px; 
	list-style-type: none;
	*/
}
	
.nav-buton li a{
	text-decoration: none;
	color: #FFFFFF;
	
}



/*---□---*/

.square-m{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;	
	vertical-align: baseline;
	background:#FFFFCC;
}

.square-l{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;	
	vertical-align: baseline;
	background:#E4FFEB;
}


/*=====アンダーメニュー=====*/


#Under-menu{
	background: url("images/border.gif") no-repeat scroll top transparent;
	clear:both;
	text-align: center;
	width: 948px;
	height: 199px;
}



#Under-menu ul {
	text-align: left;
	list-style: none;
	font-size: 14px;
	color: #000000;
	line-height:2;
	margin: 35px 0px 20px 100px ;
	float: left;
	width: 200px;
}

#Under-menu a{
	display: block;
	text-decoration: none;
	outline: none;
	color:#000000;

}

#Under-menu a:hover{
	opacity:0.30;
	-moz-opacity:0.30;
	filter: alpha(opacity=30);
	
}


.Under-ul-L{
	font-size:12px;
	line-height:2;
	padding-left: 1em;
	
	
}

.Under-ul-L-l{
	font-size:12px;
	line-height:2;
	padding-left: 1em;
	border-top: 1px solid #e2e2de;	
}


.Under-ul-M{
	font-size:11px;
	line-height:2;
	padding-left: 2em;
	
}



.Under-ul-S{
	font-size: 10px;
	line-height:1.5;
	padding-left: 3em;
	
}


/*コピーライト*/

#Copyright{
	clear:both;
	width: 950px;
	line-height:3.5;
	text-align: center;
	/*background: #e2e2de;*/
	
}

/*製作中*/

.seisakuchu{
	font-size: 300%;
	margin: 100px auto;
}