@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- *
	全体に関わる設定  
 * ---------------------------------------------------------------- */
/* マージンをリセット */
body, div {
  margin: 0;
  padding: 0;
}

body {
/*
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 * Note: この部分の指定では、Yahoo! UI Library の Fonts CSS を利用して、各種ブラウザのフォントサイズの差をほぼなくす設定を行っています。ほとんどのモダンブラウザで、基本のフォントサイズを13pxと指定し、pixel単位で指定したときに IE でサイズが変更されない不具合を埋めるためにプロパティの先頭に*を付けるハック(ブラウザのバグを利用したinvalidなハック)を利用して IE7がsmall, IE5〜6 が x-small を読み込むように設定することで、基本のフォントサイズがほぼ揃います。
 */
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

body {
	/* 必要ならば，本文のテキストに関する設定をしてください */
  	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	color: #333333;
	background: #CCCCCC;
}

p {
  /* 基本的なテキスト要素の行送りを設定してください */
  line-height: 1.6;
}

ul, ol, dl {
  /* リスト関連要素の行送りを設定してください */
  line-height: 1.3;
}

dt,dd {
	line-height: 1.5;
}

p {
  /* パラグラフの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul, ol, dl {
  /* 箇条書きの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

/* テキスト
----------------------------*/

h1 {
	/* 見出し 1 のジャンプ率を設定してください */
  font-size: 145%;
	/* 見出し 1 の上下マージンを設定してください */
  margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #003366;
}


h2 {
	/* 見出し 2 のジャンプ率を設定してください */
  font-size: 125%;
	/* 見出し 2 の左端装飾用罫線の太さ・線種・色を設定してください */
	/* 見出し 2 の行送りを設定してください */
  line-height: 1.4;
	border: 1px solid #FFFFFF;
	padding: 0.3em 5px 0.3em 10px;
	margin: 0;
}
.div_main_h2 {
	margin: 0px 0px 0.5em;
	padding: 0px;
	border: 1px solid #E7E7E7;
	background: url(images/bg_h2.gif) left bottom;
}
#sub h2 {
	margin-left: 0px;
	padding-left: 0px;
}



h3 {
	/* 見出し 3 のジャンプ率を設定してください */
  font-size: 125%;
	/* 見出し 3 の上下マージンを設定してください */
  margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #A60053;
}

h4 {
	/* 見出し 4 のジャンプ率を設定してください */
  font-size: 110%;
	/* 見出し 4 の上下マージンを設定してください */
  margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000099;
}

h5 {
	/* 見出し 5 のジャンプ率を設定してください */
  font-size: 105%;
	/* 見出し 5 の上下マージンを設定してください */
  margin-top: 0.3em;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	border-left: 7px solid #CCCCCC;
}

h6 {
	/* 見出し 6 のジャンプ率を設定してください */
  font-size: 100%;
	/* 見出し 6 の上下マージンを設定してください */
  margin-top: 0;
	margin-bottom: 0;
	text-decoration: underline;
	line-height: 1.7em;
	color: #333333;
}

.fontbold {
	font-weight: bold;
}

.text-align_r {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.text-nomal {
	font-weight: normal;
	color: #333333;
	line-height: 1.8em;
}

/* 表示を消す
----------------------------*/
.rmv {
	display: none;
}


/* LinkStyles
----------------------------*/

a,
a:link {
	/* 必要ならば，リンクテキストに関する設定をしてください */
  color: #2643A4;
	text-decoration: underline;
}

a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
  color: #6E00BE;
}

a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
  color: #FF0000;
	text-decoration: underline;
}

a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
  color: #FF0000;
	text-decoration: underline;
}

/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}

/* テーブル
----------------------------*/
table {
	margin-bottom: 10px;
}

.tablecaption {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000099;
	font-weight: bold;
}

table p {
  margin-bottom: 0.5em;
}

.cell_mid {
	text-align: center;
}

table ul{
	margin:0px;
	padding:10px 3px;
}

table li {
	list-style: inside;
}

tr.vertical-align_top{
	vertical-align: text-top;
}


/* img 画像
----------------------------*/
.imgbox {
	border: 1px solid #E7E7E7;
	margin-bottom: 1.0em;
}

.imgbox_top {
	border: 1px solid #E7E7E7;
}


/* ---------------------------------------------------------------- *
	レイアウト
 * ---------------------------------------------------------------- */
.container {
	margin: 0px auto;
	width: 800px;
	position: relative;
}

#header {
	position: relative;
	height: 80px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF url(images/bg_header.gif) repeat-x;
	border-top: 5px double #A60053;
}

#menu {
	position: relative;
	background: #CCCCCC url(images/bg_menu.gif) repeat-x bottom;
	padding-top: 15px;
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
	background: #FFFFFF;
}

#main {
	margin: 0px 10px 20px 0px;
	padding: 10px 10px 15px;
	float: left;
	width: 600px;
}

#sub {
	margin: 0px 0px 50px;
	padding: 10px 10px 15px 0px;
	float: left;
}
/*subの幅は150px以下*/

#footer {
	clear: both;
	background: #CCCCCC url(images/bg_footer.gif) repeat-x;
	padding-bottom: 20px;
	padding-top: 7px;
}

.float-clear {
	clear: both;
}


/* <p>上下にマージン＆センター揃え
----------------------------*/
.center001	{
	text-align: center;
	margin: 15px 0px;
}

/* float
----------------------------*/

.float_01 {
	float: right;
}
.float_02 {
	float: left;
}



/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */

#menu ul:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#menu ul,
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html #menu ul,
* html .clearfix {height: 1%;}

#menu ul,
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------------------------------------------------------------- *
	ヘッダー部分の設定
 * ---------------------------------------------------------------- */
.headerlogo{
	position: absolute;
	left: 12px;
	top: -1px;
}

.fsc {
	color: #666666;
	text-align: right;
	font-weight: bold;
}

#header #cse-search-box {
	text-align: right;
}

/* ---------------------------------------------------------------- *
	メニュー部分の設定
 * ---------------------------------------------------------------- */

#menu ul{
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
}

#menu ul li{
	float: left;
	list-style: none;
	width:150px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
}

/* メニュー_LinkStyles
----------------------------*/

#menu a,
#menu a:link {
	display: block;
	float: none;
	width: 150px;
	text-align: center;
	/* 必要ならば，リンクテキストに関する設定をしてください */
    color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#menu a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
    color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
    color: #333333;
	text-decoration: none;
	font-weight: bold;
	background: #F5F5F5 url(images/bg_menu_hover.gif) repeat-x bottom;
}

#menu a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
    color: #FF6666;
	text-decoration: none;
}


#top #nowtop a,
#company #nowcompany a,
#products #nowproducts a,
#contact #nowcontact a,
#event #nowevent a {
	display: block;
	background: #FFFFFF;
	width: 150px;
	text-align: center;
	/* 必要ならば，リンクテキストに関する設定をしてください */
    color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

/*メイン
-------------------------------*/


#main dl dt {
	font-weight: bold;
	color: #990033;
	float: left;
	width: 9em;
	padding-top: 0.7em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#main dl dd {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 7.5em;
	margin-left: 0px;
	border-bottom: 1px dashed #999999;
}

.main_inner {
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*.main_innerの中の画像最大幅550px*/

/*サブメニュー
-------------------------------*/


#sub ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sub li {
	list-style: url(images/ico_sq_lg.gif) inside;
	margin-left: 0px;
	padding-left: 0px;
}
#sub .linow {
	list-style: url(images/ico_sq.gif) inside;
}
#sub .linow ul {
	margin-left: 0px;
	padding-left: 10px;
}






/* ---------------------------------------------------------------- *
	フッター部分の設定
 * ---------------------------------------------------------------- */

#footer ul{
	margin: 0.2em 0px 0.2em 10px;
	padding: 0px;
	clear: both;
}

#footer ul li{
	float: left;
	list-style: none;
	margin: 0.5em 0px;
	border-right: 1px solid #666666;
	padding: 0px 1.5em;
	font-size: 0.9em;
}

/* ---------------------------------------------------------------- *
	トップページ限定の設定
 * ---------------------------------------------------------------- */

#topmain {
	position: relative;
	padding-top: 15px;
	margin: 0px;
	background: #CCCCCC;
}

#top #topmain .container {
	width: 780px;
	height: 200px;
	margin: 0px auto;
	padding: 6px;
	border: 1px solid #999999;
}


#topmain_l{
	position: relative;
	float: left;
	width: 580px;
	height: 200px;
	overflow: hidden;
}
#topmain_r{
	position: relative;
	float: left;
	width: 200;
	height: 200;
}


#top h1 {
	font-size: 100%;
}

#top h2 {
	border: 1px solid #FFFFFF;
	padding: 0.2em 5px 0em 10px;
	margin: 0;
	font-size: 110%;
	line-height: 1.4;
}

#top .div_main_h2 {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_h2.gif) left bottom;
}


/*トップページのmain
-------------------------------*/
#top #main {
	width: 500px;
	margin: 0px 20px 1em 0px;
	padding: 0.5em 0.5em 1em;
}

#top #main dl dt {
	font-weight: bold;
	color: #990033;
	float: left;
	width: 7.5em;
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-bottom: 0px;
}

#top #main dl dd {
	padding-top: 0.2em;
	padding-bottom: 4px;
	padding-left: 8.5em;
	margin-left: 0px;
	border-bottom: 1px dashed #999999;
}


#top #news,#eventtopic {
	margin: 0px 0px 1em;
	padding: 0.5em 0.5em 1em 0.5em;
	border-top: none;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}

#top .andmore {
	text-align: right;
	padding-top: 0.2em;
	padding-right: 2px;
}


/*トップページのsub
-------------------------------*/
#top #sub {
	width: 250px;
	padding: 0.5em 0px 0px;
}
#top #sub #topic li {
	margin: 0px;
	list-style: none;
	padding: 0px 0px 2px;
}


#iten201002 {
	margin: 10px 0px;
	padding: 7px;
	line-height: 1.2em;
	background: #FFCCCC;
	border: 1px solid #CCCCCC;
}

/* ---------------------------------------------------------------- *
	productの設定
 * ---------------------------------------------------------------- */
#products .clear {
	clear: both;
}

.product_list {
	padding: 0px;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	clear: both;
}
.product_list h3 {
	background: url(images/ico_tri.gif) no-repeat 7px center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 20px;
	border-bottom: 1px solid #E7E7E7;
}

.product_img {
	float: left;
	padding: 20px 25px;
}


.product_d {
	padding: 20px 10px 5px 5px;
	width: 380px;
	float: left;
}

/* ---------------------------------------------------------------- *
	companyの設定
 * ---------------------------------------------------------------- */

#accessmap {
	float:left;
	margin-right: 5px;
}

#access1 {
	float: right;
	width: 250px;
}
#access2 {
	clear: both;
}
#access3{
	margin:0px;
	padding:10px 3px;
	list-style: inside;
}

#gaiyou_dl dt {
	color: #333333;
	font-weight: normal;
}

/*個人情報保護ページ
-------------------------------*/

.dai {
	margin-left: 0px;
	padding-left: 0px;
	list-style: decimal inside;
}
.dai li {
	padding-bottom: 5px;
}

.tyuu {
	margin-left: 0px;
	padding-left: 20px;
	list-style: decimal inside;
	font-weight: normal;
}

.syou {
	margin-left: 0px;
	padding-left: 40px;
	list-style: lower-roman inside;
	font-weight: normal;
}


/* ---------------------------------------------------------------- *
	ist2010（特設サイト）の設定
 * ---------------------------------------------------------------- */

#ist2010container {
	margin: 0px auto;
	width: 800px;
	position: relative;
	background: url(event/ist2010/img/haikei.gif);
}


#ist2010header {
	background: #FFFFFF url(event/ist2010/img/haikeiheader.gif);
	width: 800px;
	position: relative;
	height: 285px;
}

#ist2010body {
	background: url(event/ist2010/img/wp_note03_pk.gif);
	margin: 0px auto;
	width: 750px;
	position: relative;
}

.ist2010body-inner {
	margin: 0px auto 30px;
	width: 650px;
	position: relative;
}

#ist2010footer {
	background: #FFFFFF url(event/ist2010/img/haikeifooter.gif);
	width: 800px;
	position: relative;
	height: 50px;
}

#ist2010title {
	position: relative;
	left: 10px;
	top: 5px;
}

#ist2010header_right {
	background: #FFFFFF url(event/ist2010/img/wp_note03_pk.gif);
	height: 220px;
	width: 425px;
	position: relative;
	left: 350px;
	top: 65px;
}

.ist2010_p {
	margin: 0px 10px;
}

.ist2010diary {
	margin: 0px 10px 15px;
}

#fusen1 {
	left: 250px;
	top: -60px;
	position: relative;
	float: left;
}


#fusen_20100512 {
	float: right;
}

.okomari {
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

.okomari_01 {
	float: right;
}
.okomari_02 {
	float: left;
}


#ist2010table table {
	margin-top: 15px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#ist2010table th {
	background: #FFFF66;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-style: none;
	border-left-style: none;
}

#ist2010table td {
	padding: 5px;
	text-align: left;
	text-indent: 15px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top-style: none;
	border-left-style: none;
	font-weight: bold;
}

.ist2010_table01 {
	color: #6600CC;
}

.ist2010_table02 {
	color: #FF3300;
}

.ist2010_table03 {
	color: #009933;
}

.ist2010_table04 {
	color: #3399CC;
}
