@charset "utf-8";

/*
 全頁共通スタイル [
----------------------------------------------------------- */
* {
	padding:0;
	margin: 0;
}
body{
	width:100%;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Osaka","sans-serif";
	color:#333333;
	font-size:12px;
	line-height:130%;
	background-image: url(../image/common/bgimg.gif);
	background-repeat: repeat;
	background-position: left top;
}
html {
	overflow-y:scroll;
}
a img{
	border: none;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#A50021;
	text-decoration:underline;
}
h1,h2,h3,h4,h5 em strong{
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
/*
 共通背景スタイル container [
----------------------------------------------------------- */
#container{
	width:968px;
	margin:0 auto;
	background-image: url(../image/common/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#container:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
div#container{
	display:inline-block;
}
/*
 共通コンテンツ領域スタイル container-inner[
----------------------------------------------------------- */
#container-inner{
	width:962px;
	margin:0 auto;
	text-align:left;
}
div#container-inner:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
div#container-inner{
	display:inline-block;
}
/*
 共通ヘッダースタイル body_header [
----------------------------------------------------------- */
#container-header{
	width:100%;
	background-image: url(../image/common/bg_main_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
/* メインボタン */
ul#header-common-menu{
	padding:0 0 9px 9px;
	float: left;
}
ul#header-common-menu li {
	list-style:none;
	float:left;
}
ul#header-common-menu li.main-catchcopy {
	float:left;
	line-height:120%;
	font-size:11px;
	padding-top: 12px;
	width:467px;
}
#container-header a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#container-header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#container-header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*
 共通フッタースタイル container-footer [
----------------------------------------------------------- */
#container-footer{
	width:960px;
	margin:0 auto;
}
/* フッター共通メニュー領域*/
#footer-common-menu{
	background-image: url(../image/common/bg_footline.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width:950px;
	float: left;
	padding: 20px 0 0 10px;
	background-position: left 20px;
}
#footer-common-menu .footer-menubox{
	width:185px;
	float:left;
	padding:30px 20px 15px 25px;
}
#footer-common-menu .sideline{
	background-image: url(../image/common/bg_foot_sidebar.gif);
	background-position: right 35px;
	background-repeat: no-repeat;
}
#footer-common-menu .menuarea{
	height:150px;
	float:left;
	width:185px;
}
#footer-common-menu .btnarea{
	text-align:right;
	float:left;
	width:185px;
}
#footer-common-menu p{
	padding-bottom:4px;
	font-size:10px;
}
#footer-common-menu p.title{
	padding-bottom:8px;
}
#footer-common_menu strong,#footer-common-menu em{
	margin:0;
	padding:0;
	font-weight:normal;
}
/* 会社概要*/
#footer-common_menu p.ttl-foot_menu{
	padding-bottom:8px;
}
#footer-common_menu p.foot-address{
	font-size:10px;
	line-height:120%;
	color:#333333;
	padding-bottom: 10px;
}
/* 製品詳細＆ワイマックニュース*/
#container-footer ul.blog-list{
	width:185px;
	float:left;
	margin:0;
	padding:0;
}
#container-footer ul.blog-list li{
	width:170px;
	float:left;
	list-style:none;
	background-image:url(../image/common/icn_btn_small.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
	margin:0;
	font-size:12px;
}
#container-footer ul.blog-list li span.date{
	color:#A50021;
	font-size:11px;
	font-weight:bold;
}
/* お問い合わせ */
#footer-common-menu p.contact{
	height:82px;
	font-size:12px;
	line-height:160%;
	color:#333333;
}
/* 共通フッターバー*/
#footer-ber{
	padding:9px 0 0 1px;
	background-image:url(../image/common/bg_foot_bar.gif);
	background-repeat: repeat-x;
	background-position: 1px top;
	width: 959px;
	float: left;
	height: 29px;
}
#footer-ber p.copylight{
	padding:8px 0 0 365px;
	float: left;
	font-size:11px;
	color:#FFFFFF;
}
#footer-ber p.btn-footerbar{
	line-height:180%;
	float: left;
}
#footer-ber .footer-link{
	width:30%;
	float:right;
}

