
/*60% 75% 88.8% 100% 120% 150% 200% */

*{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* clearfix */
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */

/* アンカー */
a:link{
	color: #384D88;
	text-decoration: none;
}
a:visited{
	color: #384D88;
	text-decoration: none;
}
a:hover{
	color: #9933CC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #BA55D3;
	text-decoration: none;
}
a:active{
	color: #384D88;
	text-decoration: none;
}

a.no:link{
	color: #333333;
}
a.no:visited{
	color: #333333;
}
a.no:hover{
	color: #333333;
	border-style: none;
}
a.no:active{
	color: #333333;
}

/* 共通 */
body{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#global{
	width: 720px;
	margin: 0 auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	color: #333333;
}
#header_template{
	width: 720px;
	height: 178px;
	margin-bottom: 12px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header{
	width: 720px;
	height: 78px;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
}
#header h1{
	text-indent: -9999px;
	overflow: hidden;
}
#visual{
	width: 720px;
	height: 72px;
}
#path{
	width: 696px;
	height: 20px;
	padding-left: 24px;
	padding-top: 8px;
	background-image: url(../images/path.gif);
	background-repeat: no-repeat;
	font-size: 60%;
	line-height: 120%;
	color: #333333;
	position: relative;
	z-index: 10;
}
#main{
	width: 672px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	position: relative;
	z-index: 20;
}
#l_menu{
	width: 156px;
	background-color: #ffffff;
	overflow:hidden;
	font-size: 75%;
	line-height: 130%;
	color: #333333;
	float: left;
}
#l_menu div{
	width: 156px;
	margin-bottom: 6px;
}
#l_menu div.title{
	width: 70px;
	height: 13px;
	background-image: url(../images/l_menu_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 60%;
	line-height: 120%;
}
#l_menu ul.dir1{
	width: 156px;
	padding-left: 12px;
	padding-bottom: 6px;
	list-style-type: none;
	list-style-position: outside;
}
#l_menu ul.dir2{
	width: 144px;
	padding-left: 12px;
	padding-bottom: 6px;
	list-style-type: none;
	list-style-position: outside;
}
#l_menu li{
	padding-bottom: 1px;
	padding-left: 12px;
}
#l_menu li.menu_2{
	background-image: url(../images/l_menu_2_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#l_menu li.menu_3{
	background-image: url(../images/l_menu_3_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#l_menu li.menu_4{
	background-image: url(../images/l_menu_4_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#l_menu li.menu_5{
	background-image: url(../images/l_menu_5_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#l_menu li.menu_2_foucs{
	background-image: url(../images/l_menu_2_foucs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #aa6666;
}
#l_menu li.menu_3_foucs{
	background-image: url(../images/l_menu_3_foucs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #aa6666;
}
#l_menu li.menu_4_foucs{
	background-image: url(../images/l_menu_4_foucs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #aa6666;
}
#l_menu li.menu_5_foucs{
	background-image: url(../images/l_menu_5_foucs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #aa6666;
}
#footer{
	width: 509px;
	height: 19px;
	padding-left: 211px;
	padding-top: 5px;
	border-style: double;
	border-top-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: #cccccc;
}
#footer div.copyright{
	width: 203px;
	height: 13px;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 60%;
	line-height: 120%;
	float: left;
}
#footer div.counter{
	float: left;
}
#footer div.hits{
	width: 34px;
	height: 13px;
	background-image: url(../images/hits.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 60%;
	line-height: 120%;
	float: left;
}
