@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#dce2ec url(../img/bg.png) repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:dce2ec;
	letter-spacing:0.1em;
}
a:link,
a:visited {
	color:#2585C6;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#FF9933;
}
a img {
	border:none;
}

/* -------------------------------------------------------- */

/* 共通　コンテンツ用（全体） */
#wrap {
	width:864px;
	margin:0 auto;
	background:url(img/bg_contents_inner.png) repeat-y;
}

/* 共通　ヘッダー用 */
#header {
	width:864px;
	height:111px;
	padding-top:30px;
	background:url(img/bg_contents_header.png) no-repeat;
}
#header h1 {
	width:358px;
	margin-bottom:25px;
	padding-left:32px;
	float:left;
}
#header .copy {
	width:358px;
	padding:5px 32px 0 0;
	float:right;
	line-height:1.5em;
	color:#0066FF;
	text-align:right;
}

/* 共通　ナビゲーションバー（上） */
#navi {
	clear:both;
	width:840px;
	height:42px;
	margin:0 auto;
	list-style-type:none;
}
#navi li {
	width:140px;
	height:42px;
	float:left;
}
#navi a {
	display:block;
	width:100px;
	height:32px;
	padding:10px 10px 0 30px;
	background:url(img/navi.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	line-height:1.5em;
}
#navi_01 a:hover,
#contents_01 #navi_01 a {
	background-position:0 -42px;
}
#navi_02 a,
#navi_03 a,
#navi_04 a,
#navi_05 a {
	background-position:-140px 0;
}
#navi_02 a:hover,
#navi_03 a:hover,
#navi_04 a:hover,
#navi_05 a:hover,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a {
	background-position:-140px -42px;
}
#navi_06 a {
	background-position:-280px 0;
}
#navi_06 a:hover,
#contents_06 #navi_06 a {
	background-position:-280px -42px;
}
#navi a:hover,
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a,
#contents_06 #navi_06 a {
	color:#FF9933;
}

/* 共通　メインコンテンツ内容（右側） */
#contents {
	clear:both;
	padding-top:20px;
}
#contents_footer img {
	padding-top:10px;
}
address {
	padding:20px 0;
	line-height:1.5em;
	font-size:10px;
	font-style:normal;
	color:#666666;
	text-align:center;
}
#main_area {
	width:580px;
	margin-right:32px;
	float:right;
}
*html #main_area {
	width:580px;
	margin-right:16px;
	float:right;
}

/* 共通　サイドナビゲーション（左側） */
#sub_area {
	width:190px;
	margin-left:17px;
	padding:10px;
	float:left;
	background:url(img/bg_sub.png) repeat;
}
*html #sub_area {
	width:190px;
	margin-left:8px;
	padding:10px;
	float:left;
	background:url(img/bg_sub.png) repeat;
}
#sub_area h2 {
	height:30px;
	padding:5px 0 0 10px;
	line-height:1.5em;
	background:url(img/bg_sub_tit.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	overflow:hidden;
}
#sub_area ul {
	margin-bottom:20px;
	list-style-type:none;
}
#sub_area ul li {
	padding:10px 0;
	border-bottom:dotted 1px #526396;
}
#sub_area ul li a {
	padding-left:20px;
	line-height:1.5em;
	background:url(img/icon_01.png) no-repeat 10px 2px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#sub_area ul li a:hover {
	color:#7293c5;
}

/* 共通　お問合わせ（左側下） */
#contact h2 {
	width:180px;
	height:25px;
	background:url(img/bg_contact.png) no-repeat;
}
#contact dl {
	border:solid 1px #6699FF;
	padding:10px;
	background-color:#FFFFFF;
}
#contact dl dt {
	line-height:1.5em;
	font-weight:bold;
	color:#0066FF;
}
#contact dl dd {
	line-height:1.5em;
}

/* メインイメージ　index.html */
#main {
	margin-bottom:20px;
}

/* 新商品　index.html */
#new {
	clear:both;
	width:580px;
	padding-top:20px;
}

#new h2,
.second h2 {
	width:550px;
	height:29px;
	margin-bottom:10px;
	padding:6px 0 0 30px;
	line-height:1.5em;
	background:url(img/bg_head_l.png) no-repeat;
	font-size:14px;
	font-weight:bold;
}

#new ul {
	width:620px;
	margin-right:-30px;
	list-style-type:none;
}

#new ul li {
	width:130px;
	height:140px;
	/* border-bottom:dotted 1px #526396; */
	margin-right:20px;
	padding:10px 0;
	float:left;
	overflow:hidden;
}

#new ul li h4 {
	line-height:1.5em;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

#new ul li .photo {
	padding-right:10px;
	float:left;
}

#new ul li .text {
	line-height:1.5em;
}

#new ul li .more {
	margin-top:8px;
	text-align:right;
}

/* 中タイトル　002/003/004.html */
#contents #main_area h3 {
	margin:10px 5 5px 0px;
	padding-left:15px;
	line-height:1.5em;
	font-size:18px;
	font-weight:bold;
	border:solid ;
	border-width:0px 0px 2px 10px;
	border-color:#99CCFF;
}


/* お知らせ、ピックアップ　index.html */
#topics {
	clear:both;
	width:580px;
	padding-top:20px;
}

#topics h2,
.second h2 {
	width:550px;
	height:29px;
	margin-bottom:10px;
	padding:6px 0 0 30px;
	line-height:1.5em;
	background:url(img/bg_head_l.png) no-repeat;
	font-size:14px;
	font-weight:bold;
}

#topics ul {
	width:620px;
	margin-right:-40px;
	list-style-type:none;
}

#topics ul li {
	width:280px;
	height:120px;
	border-bottom:dotted 1px #526396;
	margin-right:20px;
	padding:10px 0;
	float:left;
	overflow:hidden;
}

#topics ul li h4 {
	line-height:1.5em;
	font-size:14px;
	font-weight:bold;
	color:#0033CC;
}

#topics ul li .photo {
	padding-right:10px;
	float:left;
}

#topics ul li .text {
	line-height:1.6em;
}

#topics ul li .more {
	margin-top:10px;
	text-align:right;
}

/* 中タイトル　002/003/004.html */
#contents #main_area h3 {
	margin:10px 5 5px 0px;
	padding-left:15px;
	line-height:1.5em;
	font-size:18px;
	font-weight:bold;
	border:solid ;
	border-width:0px 0px 2px 10px;
	border-color:#99CCFF;
}

/* 商品紹介用領域　002/003/004.html */
#product {
	padding:15px;
	background-color:#EEEEEE;
}

#product_img {
	width:150px;
	float:left;
}

#product_img img {
	border:solid 1px #FFFFFF;
}

#product_text {
	width:378px;
	float:right;
}

#product_text h4 {
	margin-top:5px;
	line-height:3em;
	font-size:12px;
	font-weight:bold;
}

#product_text p {
	margin-top:10px;
	line-height:1.6em;
}

/* サービス　003/004.html用 */
.service .photo {
	float:right;
	margin:0 0 20px 15px;
}

.service .text {
	padding:10px 0 0 10px;
	line-height:1.6em;
}

.service .text p {
	margin-top:10px;
}

.service ul {
	clear:both;
	list-style-type:none;
}

.service ul li {
	line-height:1.6em;
}

.service ul li h4 {
	margin-bottom:10px;
	border-bottom:dotted 1px #526396;
	padding:2px 2px 2px 15px;
	line-height:1.5em;
	background:url(../img/icon_01.png) no-repeat 5px 8px;
	font-size:14px;
	font-weight:bold;
	color:#526396;
}

.service ul li .text {
	margin-bottom:20px;
	padding:0 15px;
}
.service .pagetop {
	line-height:1.5em;
	font-size:10px;
	text-align:right;
}
.service .pagetop a {
	padding-left:10px;
	background:url(../img/icon_03.png) no-repeat 0 4px;
	color:#526396;
	text-decoration:none;
}
.service .pagetop a:hover {
	color:#006633;
}

/* メーカーリンク　005.html用 */
.link .photo {
	float:left;
	margin:0px 15px 0px 15px;
}
.link .text {
	padding:10px 0 0 10px;
	line-height:1.6em;
}
.link .text p {
	margin-top:10px;
}
.link ul {
	clear:both;
	list-style-type:none;
}
.link ul li {
	line-height:1.6em;
	margin:0px 10px 20px 0px;
}
.link ul li h4 {
	margin-bottom:10px;
	border-bottom:dotted 1px #526396;
	padding:2px 2px 2px 15px;
	line-height:1.5em;
	background:url(img/icon_01.png) no-repeat 5px 8px;
	font-size:14px;
	font-weight:bold;
	color:#0033CC;
}
.link ul li .text {
	margin-bottom:30px;
	padding:0 15px;
}
.link .pagetop {
	line-height:1.5em;
	font-size:10px;
	text-align:right;
}
.link .pagetop a {
	padding-left:10px;
	background:url(img/icon_03.png) no-repeat 0 4px;
	color:#52965B;
	text-decoration:none;
}

/* 会社概要　006.html用 */
#contents_06 #main_area img {
	margin-top:10px;
}
#contents_06 #main_area dl {
	position:relative;
	margin-bottom:30px;
}
#contents_06 #main_area dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:100px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#0033CC;
	line-height:1.6em;
}
#contents_06 #main_area dl dd {
	padding:5px 0 5px 100px;
	border-bottom:dotted 1px #526396;
	line-height:1.6em;
	color:#666666;
}
#contents_06 #main_area .text {
	margin:10px 0 20px 0;
	line-height:1.6em;
}

#p_greetings{
	font-family:ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.6em;
}

/* -------------------------------------------------------- */

/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}