body{
	width:750px;	/*　ページ全体の横幅指定　*/
	font-size:small;
	margin:0px;
	margin: 0 auto;
	border-left:3px #dcdcdc solid;
	border-right:3px #dcdcdc solid;
}
img {
    border-style:none;
}
.submenu{
	width:20%;
	float:left;
	padding-left:20px;
}
.headerbox_left{
	float:left;
	margin-top:10px;
}
.headerbox_right{
	float:right;
}

.a_noline{              /*  	リンクの文字にした線をつけないときはこれ　　　*/
	text-decoration:none;
}
.space{
	clear:both;
	height:0px;	
}


.submenu-list-ul{              /*  サブメニューの全体の設定はページごとにするので↓参照　　　*/
	list-style-type:none;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
}
.submenu-list-li{
	margin-top:10px;
	margin-bottom:10px;
}

.page-headlink{
	font-size:x-small;
	text-decoration:none;
	position: fixed; 
 	bottom: 10px; left: 50px; 
}