/* ブラウザの初期化 */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
}
/* */

.clearboth {
    clear:both;
}	
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
	height: 120px;
}

fieldset {
	border: 0;
}

input {
	margin: -1px 0;
}


/* 文書本体 (body) */

body {
	font-size: 75%;
	font-family: "メイリオ", "Meiryo", Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	line-height: 150%;
	text-align: center;
	background: #FFFFFF url(../img/body_back.jpg) repeat-x;
}


/* リンクテキスト (a) */

a {
    overflow:hidden;
}
a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #336600;
	text-decoration: none;
}


/* 画像 (img) */
img {
    border: none;
}


/* その他制御 */

.novisible {
	display: none;
}
.font_red {
	color: #990000;
}


/* レイアウト（ブロックレベル要素） */

#container {
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	line-height: 180%;
}
#header {
	height: 143px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	float: left;
}
#main {
	float: right;
	width: 725px;
	height: auto;
	display: inline;
	margin-bottom: 10px;
	text-align: left;
}
#sidemenu {
	width: 205px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#footer {
	height: 200px;
	clear: both;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
