/* ブラウザの初期化 */

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;
}

fieldset {
	border: 0;
}

input {
	margin: -1px 0;
}


/* 文書本体 (body) */

body {
	margin: 0;
	color: #333333;
	text-align: center;
	font-family: "メイリオ", "Meiryo", Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #DDDDDD;
}


/* リンクテキスト (a) */

a {
    overflow:hidden;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}


/* 画像 (img) */
img {
    border: none;
}


/* その他制御 */

.novisible {
	display: none;
}
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 960px;
	position: relative;
}
#asist_navi {
	height: 18px;
	width: 164px;
	position: absolute;
	right: 2px;
	top: 32px;
	background-image: url(../img/assist_navi.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#mojisize {
	height: 30px;
	width: 209px;
	position: absolute;
	left: 25px;
	top: 303px;
	background-image: url(../img/mojisize.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
body#index #mojisize {
	top: 473px;
}
#otoiawase_button_waku {
	height: 34px;
	width: 300px;
	position: absolute;
	left: 651px;
	top: 66px;
}
#header {
	color:#FFF;
	height: 95px;
	width: 960px;
	background-image: url(../img/header_back.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
}
#global_navigation {
	height: 27px;
	width: 585px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../img/global_navigation.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 28px;
	top: 45px;
}
#contents {
	width: 960px;
	height: auto;
	height: auto;
	width: auto;
	background-image: url(../img/contents_back.gif);
	background-repeat: repeat-y;
	padding-top: 65px;
	padding-bottom: 15px;
}
#indeximage_waku {
	width: 910px;
	height: 300px;
	float: left;
	margin-bottom: 20px;
	background-image: url(../img/mainpict_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 25px;
}
#main {
	float: right;
	width: 645px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: 25px;
	margin-bottom: 40px;
	display: inline;
	padding-bottom: 20px;
}
body#index #main {
	background-image: url(../img/main_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#sidemenu {
	width: 245px;
	height: auto;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-left: 25px;
	background-color: #FFFFFF;
	margin-top: 46px;
}
#footer {
	width: auto;
	height: 550px;
	background-image: url(../img/footer_back.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	background-position: center top;
}
* html #indeximage_waku {
	margin-left: 12px;
}

