@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
html{
	overflow-y:scroll;
}
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size:85%;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
.clear{
	clear:both;
}
.red{color:#F00;}
.blu{color:#0000ff;}
.size120{font-size:120%;}
.size140{font-size:140%;}
.center{text-align:center;}
.mb10{margin:0 0 10px;}
.mb20{margin:0 0 20px;}
.mr{margin:0 60px 0 0;}
.mp{padding:0 60px 0 0;}
.br{border-right:#f39800 6px solid;}

#header{
	width:900px;
	margin:0 auto;
}
#header h1{
	margin:0;
	padding:0;
	display: inline-flex;
	vertical-align: top;
}
#menu{
	width:900px;
	margin:0 auto 20px auto;
}
#menu ul{
	list-style:none;
}
#menu li{
	display:inline-block;
	width:175px;
}
#menu li img{
	margin:0;
	padding:0;
}
#contents{
	width:900px;
	margin:0 auto;
}
#left{
	float:left;
	width:630px;
	margin:0 0 40px;
}
#right{
	float:right;
	width:232px;
}
#right h3{
	background:url(../image/side_mi.gif) no-repeat;
	width:194px;
	height:24px;
	padding:5px 20px;
	margin:0 0 10px;
}
#right h4{
	padding:5px;
}
#right p{
	padding:0 5px;
}

.rightbox{
	background:url(../image/side_line.gif) repeat-y;
	width:232px;
	margin:0 0 10px;
}
.rightbox img{
	display:block;
	margin:0 auto 10px auto;
}

.sidefoot{
	background:url(../image/side_foot.gif) repeat;
	width:234px;
	height:8px;

}

#footer{
	clear:both;
	width:900px;
	margin:0 auto;
	text-align:center;
}
.midasi01{
	border-left:#f39800 5px solid;
	border-bottom:#f39800 2px solid;
	padding:5px;
	font-size:120%;
	font-weight:normal;
	margin:0 0 10px;
}
.midasi02{
	border-left:#F00 5px solid;
	border-bottom:#F00 2px solid;
	padding:5px;
	font-size:120%;
	font-weight:normal;
	margin:0 0 10px;
}

.midasi03{
	border-left:#0000ff 5px solid;
	border-bottom:#0000ff 2px solid;
	padding:5px;
	font-size:120%;
	font-weight:normal;
	margin:0 0 10px;
}


#topgraph{
	list-style:none;
	margin:0 0 20px;
}
#topgraph li{
	display:inline-block;
}
#pagetop{
	text-align:right;
}
.copy{
	background:url(../image/copy_bg.gif) repeat-x;
	margin:0 0 20px;
	padding:10px;

}
