/*--------- 各ブラウザの違いをリセット ----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, addr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4em;
	font-size: 12px;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup {
	vertical-align:super;
	font-size:smaller;
}
sub {
	vertical-align:sub;
	font-size:smaller;
}
/*-------- リセットここまで --------*/


/*-------常に縦スクロールバーを表示-------*/
html{	
/*
margin-bottom:1px;
height:100%;
*/
overflow-y: scroll;
}
/*----------------------------------------*/


.header1 {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-width: 0;

}
.head_otoiawase {
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 612px;
}

.header {
	background-image: url(img/p_01.jpg);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	height: 75px;
}


body {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left {
	background-color: #FFF;
	float: left;
	width: 165px;
}
.center_box {
	background-color: #fff;
	float: right;
	width: 545px;
}

.left-menu1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

.left-menu-div1 {
	background-image:url(img/menu_home_off.gif);
}
.left-menu-div2 {
	background-image:url(img/menu_kakou_off.gif);
}
.left-menu-div3 {
	background-image:url(img/menu_sample_off.gif);
}
.left-menu-div4 {
	background-image:url(img/menu_setsubi_off.gif);
}
.left-menu-div5 {
	background-image:url(img/menu_annai_off.gif);
}
.left-menu-div6 {
	background-image:url(img/menu_toiawase_off.gif);
}
.left-menu-div7 {
	background-image:url(img/menu_link_off.gif);
}


.left-update {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	overflow: auto;
	height: 100px;
	width: 165px;
}
.left-update dt {
	font-size: 80%;
	font-weight: bold;
	color: #f79832;
	padding-left: 10px;
}
.left-update dd {
	color: #666;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}
.footer {
	background-color: #fff;
	text-align: center;
	clear: both;
}
.footer_a {
	background-color: #ffffbf;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footlink a:link {
	color:#666;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}
.footlink a:visited {
	color:#666;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}
.footlink a:hover {
	color:#268;
	text-decoration:none;
	padding:3px 6px 3px 6px;
}
.footlink a:active {
	color:#ccc;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}

.footlink li {
	font-size: 80%;
	color: #666;
	text-align: center;
	display: inline;
	list-style-type: none;
}
.clear {
	clear: both;
}
.left-bana {
	text-align: center;
	padding-top: 5px;
}
.footer_b {
	font-size: 80%;
	background-color: #ffffbf;
}
.footaddr {
	background-color: #ffffbf;
	float: left;
	padding-left: 5px;
}
.copyright{
	padding-right:5px;
	float:right;
	background-color:#ffffbf;
}
