﻿@charset "utf-8";
/* CSS Document */
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197% 
*/

/*=======================================================
html
=======================================================*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	*font-size: samall;
	*font : x-small;
	background: #F5F5F5;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, table, th, td {
	text-align: left;
}

hr {
	display: none;
}

ul, ol, li {
	list-style: none;
}

h1 {
}

h2 {
}

h3 {
	font-size: 14px;
	font-style: normal;
}

h4 {
	font-size: 14px;
}

h5 {
}

h6 {
}

p {
	font-size: 92%;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

address {
	padding: 5px 20px 10px 10px;
	font-style: normal;
	font-size: 85%;
	text-align: right;
}

img {
	border: none;
}

/*=======================================================
layout
=======================================================*/

#container {
	width: 820px;
	margin: 0px auto 0px auto;
	background: url(../img/background_container.gif) repeat-y center top;
}

#header {
	width: 820px;
	text-align: center;
}

#headertop {
	width: 800px;
	height: 75px;
	margin: 0px auto 0px auto;
}

#mainmenu {
	width: 760px;
	height: 35px;
	margin: 0px auto 0px auto;
}

#headerimg {
	width: 760px;
	height: 200px;
	margin: 10px auto 20px auto;
}

#logo {
	width: 150px;
	height: 50px;
	float: left;
	margin: 15px auto 10px 20px;
}

#globalmenu {
	font-size: 10px;
	text-align: right;
	padding-top : 45px;
	padding-right: 20px;
}

#mainblock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainblock {
	display: inline-block;
	width: 760px;
	margin: 0px auto 0px 30px;
}

/* Hides from IE-mac \*/
* html #mainarea {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mainarea {
	display: inline-block;
	width: 540px;
	float: right;
	padding: 0px 10px auto 10px;
}

/* Hides from IE-mac \*/
* html #mainarea {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#subarea {
	width: 180px;	
	padding: 0px 0px 20px 0px;
	float: left;
}

#footer {
	width: 800px;
	height: 80px;
	background: url(../img/background_footer.jpg) no-repeat center top;
	margin: 0px auto 0px auto;
}

#footermenu {
	font-size: 10px;
	text-align: right;
	padding-top : 30px;
	padding-right: 20px;
}


/*=======================================================
mainmenu
=======================================================*/

#mainmenu {
	width: 760px;
	height: 35px;
	background: #0000ff;
}

#mainmenu li {
	height: 35px;
 	margin: 0;
 	padding: 0;
	float: left;
}

#mainmenu .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;		
  /*width: 120px;*/
  text-decoration: none;
}


/*=======================================================
submenu
=======================================================*/
#submenu {
	width: 180px;
	margin: 0px 20px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#submenu li, #submenu li a{
	display: block;
	height: 26px;
	text-indent: -9999px;
	text-decoration: none;
	/* Hides from IE-mac \*/	
	overflow: hidden;
	/* End hide from IE-mac */
}


/*================================================================
ddmenu
================================================================*/

.ddmenu {
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.ddmenu a {
  display: block;
  text-align: left;
}
.ddmenu a:hover {
}

/* サブメニューの半透明処理
--------------------*/
.ddmenu {
 filter: alpha(Opacity=80);
	opacity: 0.8;
}

/*================================================================
mainarea
================================================================*/

#mainbanner {
	height: 230px;
}

#mainbanner .comment {
	width: 263px;
	height: 170px;
	background: url(../img/back_mainbanner2.jpg) top center no-repeat;
	
}

#mainbanner p{
	height: 135px;
	padding: 10px 15px 15px 15px;
	font-size:12px;
}

#mainbanner .comment ul {
	width: 230px;
	margin-top: -85px;
	margin-left: 30px;
	font-size: 10px;
}

#mainbanner .comment ul li {
	list-style-type:disc;
	list-style-position: inside;
}

#mainbanner #box_solution {
	float: left;
}

#mainbanner #box_products {
	float: right;
}

#mainarea #news {
	margin-left: 10px;
	margin-bottom: 20px;
}

#mainarea #news h2 {
	width: 500px;
	height: 25px;
	border-left: #666666 solid 4px;
	border-bottom: #666666 dotted 1px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
}

#news #news_contents {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#news .news_box {
	margin-bottom: 10px;
}

#news .news_box1 {
	margin-bottom: 8px;
}

#news .news_date {
	float: left;
	width: 160px;
}

#news .news_date_content {
	float: left;
	width: 110px;
	padding-left: 13px;
}

#news .news_detail {
	width: 330px;
	float: right;
	padding-left: 0px;
	padding-right: 10px;
}

#news .news_detail_content {
	width: 400px;
	float: right;
	padding-left: 0px;
	padding-right: 10px;
}

#sum_contents {
	margin-bottom: 20px;
}

#sum_contents h3 {
	width: 500px;
	margin: 15px auto 5px 20px;
}

#sum_contents p {
	width: 470px;
	margin: 5px auto 10px 30px;
}

#contents h3 {
	font-size: 14px;
	font-style: normal;
	width: 484px;
	margin: 15px auto 10px 10px;
	padding-left:10px;
	border-bottom: #666666 dotted 1px;
}

#contents p {
	width: 474px;
	margin: 5px auto 20px 20px;
}

#contents p, #sum_contents p, #contents li {
	line-height:170%;
}

#pagetop {
	padding-left: 440px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#pankuzu {
	margin: 10px auto 10px; 0px;
	font-size: 12px;
}

#mainbox {
	width: 760px;
	background: url(../img/background_mainbox.gif) repeat-y top center;
	/*background-color: #3300FF;*/
}

/*================================================================
clearfix
================================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

