@charset "UTF-8";
/* ==================================================================
    Common Css List
===================================================================== */
/*
     [基本設定]
          0. config, Reset
          1. HTML, Body, Anchor
          2. Heading, Paragraph
          3. List
          4. Table
          5. Form
          6. Other
          7. For IE6/7 bug

     [レイアウト]
          0. Layout Base
          1. Header
          2. Content(main)
          4. Footer
		  
     [汎用エレメント]
          1. 見出し
          2. 段落
          3. リスト
          4. 画像
          90. Other
          99. Clearfix/floatclear
    
     [共通モジュール]
          1. Content(main)
          2. Footer
*/

/* -----------------------------------------------
   開発Memo
-------------------------------------------------- */
/*
Font-size list (base: 13px)
 6px	= 46.2%
 7px	=	53.8%
 8px	=	61.5%
 9px	=	69.2%
10px	=	76.9%
11px	=	84.6%
12px	=	92.3%
13px	=	100%
14px	=	107.7%
15px	=	115.4%
16px	=	123.1%
17px	=	130.8%
18px	=	138.5%
19px	=	146.2%
20px	=	153.8%
21px	=	161.5%
22px	=	169.2%
23px	=	176.9%
24px	=	184.6%
*/
/*
Base Color
text
	-normal	:#000000
	-link		:#
	-hover	:#
	-accent	:# 
Accent
	-select	:#adada9
	-hover	:#f0f03b
Back main
	-base1	:#ffffff
	-base2	:#f3f3f2
Back sub
	-base3	:#cfcfcc
	-base4	:#dfdfdc
*/
/*
Grid Size(MainBody:12grid)
grid1	:55px		/	img	:45px
grid2	:110px	/	img	:90px
grid3	:165px	/ img	:145px
grid4	:220px	/ img	:200px
grid5	:275px	/ img	:255px
grid6	:330px	/ img	:310px
grid7	:385px	/ img	:365px
grid8	:440px	/ img	:420px
grid9	:495px	/ img	:475px
grid10:550px	/ img	:530px
grid11:605px	/ img	:585px
grid12:660px	/ img	:640px
*/
/* ==================================================================
		[基本設定]
===================================================================== */
/* -----------------------------------------------
  0. config, Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin:0;
	padding:0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { 
 display:block;
}
/* -----------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
}
/* for mozilla: always display scrollbar */
body {
	min-width:960px;
	color:#333;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
  font-size:12px;
	line-height:1.5;
}
html.ie6 body , html.ie7 body {font-size:77%;}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#333;
}
a:hover, a:active {
	color:#999;
	text-decoration:none;
}
/* -----------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */
/* -----------------------------------------------
	3. List
-------------------------------------------------- */
ul, ol {
 list-style: none;
}
/* -----------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
  line-height: 1.2;
	empty-cells: show;
}
caption, th, td {
	vertical-align: top;
}
/* -----------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
	border: none;
}
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
/* -----------------------------------------------
	6. Other
-------------------------------------------------- */
p {
	line-height:1.666;
}
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after {
	content: '';
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	height:0;
	margin:0 0 25px 0;
	border:none;
	border-top:1px dotted #ccc;
}
/* -----------------------------------------------
   7. For IE6/7
-------------------------------------------------- */
/* for ie7: page zoom bug fix */
*:first-child + html body, *:first-child + html br {
	letter-spacing: 0;
}
/* ==================================================================
    [レイアウト]
===================================================================== */
/* -----------------------------------------------
	0. layout Base
-------------------------------------------------- */
/* --- エリア別の背景 --- */
#wrapHead {
	width:100%;
	border-top:4px solid #666;
	background:url(../img/header_bg_01.png) #fff no-repeat center top;
}
#wrapBody {
	width:100%;
	background:#e7e8d6;
	padding:0 0 60px;
}
#wrapFoot {
	background:url(../img/footer_bg_01.png) #373737 repeat;
}
#content  {
}
/* --- 基本レイアウト・サイズ --- */
#globalHeader, #content, #globalFooter {
	width:960px;	/* deviceSize */
	margin:0 auto;
}
#main {
	width:960px;	/* deviceSize */
}
#sub {
	width:220px;	/* deviceSize */
	margin:0;
}
#extra {
	width:220px;	/* deviceSize */
}
/* --- グリッドレイアウト --- */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float:left;
  display:inline;
	padding:0;
}
.grid1 {width: 55px;}
.grid2 {width: 110px;}
.grid3 {width: 165px;}
.grid4 {width: 220px;}
.grid5 {width: 275px;}
.grid6 {width: 330px;}
.grid7 {width: 385px;}
.grid8 {width: 440px;}
.grid9 {width: 495px;}
.grid10 {width: 550px;}
.grid11 {width: 605px;}

/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
/* --- globalHeader --- */
#globalHeader {
	position:relative;
	height:404px;
	background:;
}
#globalHeader h1 {
	padding:99px 0 0 153px;
}
#globalHeader #headerImg {
	position:absolute;
	top:258px;
	right:6px;
	margin:0;
}
#globalHeader #headerContact {
	position:absolute;
	top:258px;
	right:6px;
	margin:0;
}

/* -----------------------------------------------
	2. Content(Main)
-------------------------------------------------- */
/* --- Main Body --- */
#mainBody {
	padding:0;
	zoom:1;
}
#mainBody section {
	padding:0;
}
#mainBody .contents {
	width:310px;
	float:left;
	padding:0 15px 0 0;
}
#mainBody .contents h3.typImg {
	margin:0 0 12px;
}


/* -----------------------------------------------
	4. Footer
-------------------------------------------------- */
#globalFooter {
	min-height:262px;
}
#globalFooter #footerContact {
	padding:24px 215px 0;
}
#globalFooter #copyright {
	padding:35px 0 25px;
	color:#fff;
	text-align:right;
}

html.ie6 #globalFooter {height:262px;}


/* ==================================================================
    [汎用エレメント]
===================================================================== */
/* -----------------------------------------------
  1. 見出し 
-------------------------------------------------- */
/* --- typeImg --- */
#mainBody .typeImg{
	margin:0 0 20px 0;
}
/* -----------------------------------------------
  2.段落
-------------------------------------------------- */
/* --- 文章の右寄せ、中央せ --- */
#mainBody p {
	margin:0 10px 25px;
}
/* -----------------------------------------------
  3.リスト 
-------------------------------------------------- */
/* --- リスト（共通） --- */
#mainBody li {
	margin:0;
}
/* --- 標準リスト・番号リスト --- */
#mainBody ul {
	list-style:disc outside;
}
#mainBody ol {
	list-style:decimal outside;
}
#mainBody ul, #mainBody ol {
	margin:0 30px 25px 30px;
}
/* -----------------------------------------------
  4.画像
-------------------------------------------------- */
#mainBody figure {
	margin:0 10px 25px 10px;
}
/* -----------------------------------------------
	90. Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden ,.navSkip {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/* Noscript Message */
#msgNoscript {
	display:block;
	width:100%;
	background:#fcc;
	color:#f00;
	text-align:center;
}
#msgNoscript p {
	border: 5px solid #f00;
	text-align:left;
	padding:20px;
}
/* NoScript */
.noScript {
	display:none;
}
/* -----------------------------------------------
	99. Clearfix / floatclear
-------------------------------------------------- */
/* clearfix */
.clearfix, #mainBody section, #mainBody div, #globalHeader, #globalNav, #categoryNav, #content {
	zoom: 1;
}
.clearfix:after, #mainBody section:after, #mainBody div:after, #globalHeader:after, #globalNav:after, #categoryNav:after, #content:after {
	content: "";
	display: block;
	clear: both;
}
/* ---  floatclear --- */
.clearer {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* ==================================================================
    [共通モジュール]
===================================================================== */
/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
#globalHeader #headerContact {
	padding:7px 25px 0 55px;
	background:url(../img/header_bg_02.png) 0 0 no-repeat;
	overflow:hidden;
}
#globalHeader #headerContact ul {
	margin:0;
	padding:0 0 16px;
	line-height:0;
}
#globalHeader #headerContact ul li {
	padding:9px 0 0;
}
#globalHeader #headerContact ul #contactMail {
	padding:7px 0 0;
}

html.ie6 #globalHeader #headerContact h2,
html.ie6 #globalHeader #headerContact ul {
	font-size:12px;
}
/* -----------------------------------------------
	1. Content(Main)
-------------------------------------------------- */
#mainBody .contents ul {
	margin:0 10px 0 2.1em;
}
/* --- 事業案内 --- */
#mainBody #business section {
	margin:0 0 25px;
}
#mainBody #business p {
	margin:0 10px 5px;
}
/* --- 会社概要 --- */
#mainBody #company dl {
	margin:0 10px;
	overflow:hidden;
	clear:both;
	zoom:1;
}
#mainBody #company dl dt {
	width:55px;
	float:left;
	padding:0 12px 0 0;
	text-align:right;
	font-weight:bold;
	clear:both;
}
#mainBody #company dl dd {
	margin:0 0 8px;
	padding:0 0 0 67px;
}
#mainBody #company p {
	margin:0 0 25px 77px;
	line-height:1.5;
	font-size:10px;
}
html.ie6 #mainBody #company p {
	font-size:80%;
}
/* --- 事業内容 --- */
#mainBody #company ul li {
	margin:0 0 6px;
}
/* --- アクセス --- */
#mainBody .contents#access {
	padding:0;
}
#mainBody #access #accessMap {
	padding-top:3px;
}
#mainBody #access #accessMap small{
	display:block;
	text-align:right;
}

/* -----------------------------------------------
	2. Footer
-------------------------------------------------- */
#globalFooter #footerContact h2 {
	margin:0 0 24px;
}
#globalFooter #footerContact p {
	text-align:center;
	margin:0 0 20px;
}
#globalFooter #footerContact #footerNumber {
	margin:0 auto;
	list-style-type:none;
}
#globalFooter #footerContact #footerNumber li {
	margin:0 0 15px;
	text-align:center;
}
