/*リセットCSS*/*{margin:0;padding:0;}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;}table{border-collapse:collapse; border-spacing:0; font-size:inherit;}fieldset,img { 	border:0;}address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;	font-weight:normal;}ul {	list-style:none;}h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}/*基本設定*/body{ color: #505050; font-size: 14px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif; line-height: 1.7; background-image: url(../common_img/back_all.jpg); background-repeat: repeat-x; background-attachment: fixed; background-position: center top; }a:link,a:visited { color: #003394; text-decoration: none; }a:hover,a:active { color: #008eff; text-decoration: none; }/*回り込み解除する親要素*/.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }  * html .clearfix { zoom: 1; } /* IE6 */  *:first-child+html .clearfix { zoom: 1; } /* IE7 */  .clear { width: 100%; height: 0; visibility: hidden; clear: both; border-style: none; border-width: 0; }/*共通*/#menu h2, #footer h2 { text-indent: -9999px; height: 0; clear: both; }/*構成*/#wrapper { text-align: left; width: 840px; overflow: visible; margin-right: auto; margin-left: auto; }#header { background-image: url(../common_img/title.jpg); background-repeat: no-repeat; background-position: center top; width: 840px; height: 74px; overflow: auto; clear: both; }#menu { background-image: url(../common_img/menu_back_all.gif); background-repeat: repeat-x; width: 840px; height: 32px; overflow: hidden; clear: both; margin: 0; padding: 0; border-bottom: 1px solid black; }#container { background-color: #fff; width: 100%; overflow: auto; margin-right: auto; margin-left: auto; }#container_inner { width: 800px; margin-top: 20px; margin-right: auto; margin-left: auto; padding: 0; }#footer { background-color: #fff; text-align: center; clear: both; padding-top: 60px; }/*ヘッダー*/#header h1 { text-indent: -9999px; }/*メニュー*/#menu ul { width: 800px; height: 32px; overflow: hidden; float: left; margin-left: 25px; padding: 0; border-left: 1px solid black; }#menu ul li { height: 32px; float: left; margin: 0; padding: 0; border-right: 1px solid #000; }#menu ul li a { color: #ffffed; line-height: 1; background-image: url(../common_img/menu_back.gif); background-repeat: repeat-x; text-decoration: none; height: 32px; padding-top: 9px; padding-right: 21px; padding-left: 21px; display: block; }#menu ul li a:hover { color: #ffffac; line-height: 1; background-image: url(../common_img/menu_back-over.gif); background-repeat: repeat-x; text-decoration: none; height: 32px; padding-top: 9px; padding-right: 21px; padding-left: 21px; display: block; }#menu ul li.now a { color: #ffffed; line-height: 1; background-image: url(../common_img/menu_back-now.gif); background-repeat: repeat-x; text-decoration: none; height: 32px; padding-top: 9px; padding-right: 21px; padding-left: 21px; display: block; }#menu ul li.now a:hover { color: #ffffac; line-height: 1; background-image: url(../common_img/menu_back-over.gif); background-repeat: repeat-x; text-decoration: none; height: 32px; padding-top: 9px; padding-right: 21px; padding-left: 21px; display: block; }/*フッター*/.underlink { background-color: #d6d6d6; width: 100%; overflow: auto; margin-top: 20px; padding-top: 5px; padding-bottom: 5px; }.underlink p { font-size: 13px; line-height: 1.3; }.underlink p.copy { color: #fff; font-size: 11px; }#footer h4 { background-image: url(../common_img/yoshioka-call.gif); background-repeat: no-repeat; background-position: center 0; text-align: center; text-indent: -9999px; width: 800px; height: 65px; margin: 5px 20px; border-top: 2px solid #606060; border-bottom: 2px solid #606060; }#footer p { font-size: 12px; line-height: 1.5; }#footer p strong { color: #dd0035; font-size: 16px; font-weight: bold; padding-bottom: 5px; }#footer address { font-size: 13px; font-weight: bold; line-height: 1.3; padding-bottom: 10px; }/*ページアップリンク*/.page-up { text-align: right; width: 100%; clear: both; padding-top: 10px; }.page-up p { font-size: 11px; }
