@charset "UTF-8";

html{
	height:100%;
	margin-bottom:1px;
}

body,div,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	height:100%;
	background-color: #FFFFFF;
}

body img {
	border: none;
	max-width: 100%;
    height: auto;
}

body a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=70);
}

body a {
	overflow:hidden;
	outline:none;
}

* html div#box {
    height:100%;
}

div #box {
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #box {
        height: auto;
}

#box_left {
	float: left;
	height: 800px;
	width: 40px;
}

#cont {
	text-align: left;
	margin: auto;
	height: auto;
	width: 900px;
}

#page_up {
	height:24px;
	width:98%;
	text-align:right;
	font-size: 10px;
	padding-top: 50px;
	clear: left;
}

#page_up a {
	COLOR: #666666;text-decoration: none;
}
#page_up a:visited {
	COLOR: #666666;text-decoration: none;
}
#page_up a:active {
	COLOR: #666666;text-decoration: none;
}
#page_up a:hover {
	COLOR: #CC0000;
	text-decoration: none;
}

#footer {
	/*position:absolute;*/
	height:26px;
	width:100%;
	text-align:center;
	font-size: 10px;
	padding-top: 7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer a {
	COLOR: #666666;text-decoration: none;
}
#footer a:visited {
	COLOR: #666666;text-decoration: none;
}
#footer a:active {
	COLOR: #666666;text-decoration: none;
}
#footer a:hover {
	COLOR: #666666;text-decoration: none;
}

a {
	COLOR: #666666;
	text-decoration: underline;
}
a:visited {
	COLOR: #666666;
	text-decoration: underline;
}
a:active {
	COLOR: #666666;
	text-decoration: underline;
}
a:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}

/*ページングここから*/
#page {
	height: 50px;
	width: 900px;
	clear: left;
}

#pages {
	text-align: right;
	line-height: 24px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}

#pages div {
	margin-top: 0px;
	float: left;
	width: 900px;
}

#pages span {
	float: left;
	margin-left: 5px;
	margin-bottom: 7px;
	background: url(../media/page_bg.gif) repeat-x 0 0;
}

#pages i {
	display:none;
}

#pages span a,
#pages span b {
	display: block;
	padding: 0 6px;
	line-height: 24px;
	font-weight: normal;
}

#pages span a {
	border: 2px solid #aaa;
}

#pages span b {
	color: #fff;
	background: url(../media/page_bg.gif) repeat-x 0 -50px;
	border: 2px solid #000000;
}

#pages span a:hover {
	color: #CC0000;
	border: 2px solid #000000;
}
/*ページングここまで*/

/*ブログここから*/
#blog_s {
	width:800px;
	height: 50px;
}

#blog_box {
	width:817px;
	height: auto;
	margin-left: 5px;
	padding-left: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: left;
}

.blog_table {
	width: 800px;
	border-collapse:collapse;
	border: 0px;
	text-align: left;
}

.blog_table tr th {
	width: 120px;
	border: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.blog_table tr td {
	width: 680px;
	border: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#blog_line {
	width:800px;
	height: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*ブログここまで*/