@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #f9f9f9;
	color: #666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align:justify;
	background-image:url(../images/bg.gif);
}
div {
	background-color: transparent;
}
ul,li {
	list-style-type: none;
}
/*
----------------------------------------------- */
div.left{
	float:left;
	display:block;
	overflow:visible;
}
.clear {
	clear: both;
	overflow:hidden;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}
img.top{
	float:left;
	text-align:left;
	vertical-align:top;
	margin-bottom:5px;
	margin-right:10px;
}
table{
border-collapse: collapse;
}
/* link
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #000000; }
a:visited { color: #333333; }
a:hover {
color: #ffffff;
background: #333333;
}
a.anchorimg:hover {
background-color: transparent;
}
a img {
	border: 0;
	background-color: transparent;
}

/* font
----------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 140%;
}
.mini { font-size: 85%; }
.s { font-size: 80%; }
em {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* header
----------------------------------------------- */
#header{
	width:860px;
	margin:20px 20px 50px;
}
#menu{
border-top:5px solid #000;
}
#menu ul {
font-size:0;
}
#menu li {
font-size:0;
display: inline;
}
/* footer
----------------------------------------------- */
div#footer{
	clear:both;
	width:860px;
	margin:20px 20px;
	font-size:10px;
	letter-spacing: 1px;
	border-top:1px solid #CCC;
	padding-top:5px;
}
div#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
div#footer a { text-decoration: none; }

/* contetnts
----------------------------------------------- */
#contents{
	width: 860px;
	margin: 0 20px 20px;
}
.box{
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.box_left{
	float:left;
	width: 420px;
	margin-right: 20px
}
.box_right{
	float:left;
	width: 420px;
}
.box_q{
	float:left;
	width: 200px;
	border-bottom: #CCCCCC solid 1px;
	padding: 5px 0 10px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.box_sub{
	display: block;
	clear: both;
	font-size:30px;
	background-image:url(../images/link_title_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom: 5px;
}
