@charset "utf-8";

/* ↓リセットＣＳＳここから↓ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ↑リセットＣＳＳここまで↑ */

html, body{
	height: 100%;
	text-align: center;
	background-color:#eeffee;
	/*background: -moz-linear-gradient(top, #008800, #eeffee);
	background: -webkit-gradient(linear, center top, center bottom, from(#008800), to(#eeffee));
	Filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0, StartColorStr='#008800', EndColorStr='#eeffee');*/
	font-family:  "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "平成角ゴシック", ArialMT, sans-serif, Verdana, Helvetica, century, Osaka; 
	font-size: 14px;
}


/* ヘッダ用↓ */
.topline {
	height:5px;
	font-size:1px;
	margin:0;
	background-color: darkgreen;
	}
/* 会社ロゴ */
.titlelogo{
	/* height: 40px; */
	height: 43px;
	padding: 0px 0px 0px 13px;
	background-color: #ffffff;
	/* margin-left:-22px; */
	}
.logoImg{
	vertical-align:middle;
	float:left;
	padding-top:3px;
	/*padding: 5px 0px 0px 0px;
	width : 430px;*/
}

div#top {
	height:49px;
	margin:0;
	}

/* 共通メニュー */
#main_bk{
	margin: 0 auto;
	background-image: url('bgt55.jpg');
	background-repeat: repeat-x;
	height:55px;
}
#main_d{
	margin: 0 auto;   
	padding:10px 0px 0px 0px;  /* UP RIGHT DOWN LEFT */
	height:40px;
	background-color:#004400;
	font-size: 14px; /* 固定なので修正注意 */
}
#main_menu{
   background:#eeeeee;
   margin:0 auto;
}

#main_menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
	/*border:solid 1px #004400;*/
}
/* サブメニュー1段目 */
#main_menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
   padding:1px;
}
/* サブメニュー2段目以降 */
#main_menu ul ul ul {
   top:0;
   left:100%;
}
/* リスト */
#main_menu li {
   float:left;
   width:129px;

	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #808080;
	border-bottom:solid 1px #808080;
}
#main_menu li.pmn{
   border-radius: 15px;         /* CSS3 */
   -moz-border-radius: 15px;    /* Firefox */
   -webkit-border-radius: 15px; /* Safari,Chrome */
}

#main_menu li li {
   clear:both;
   width:160px;
}

#main_menu li:hover {
   position:relative;
}

#main_menu li:hover > ul {
   display: block;
}

/* IE6用 */
* html #main_menu li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'   );
}
* html #main_menu li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'   );
}
* html #main_menu li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'   );
}
#main_menu .column1 {
position:relative;
}
#main_menu .column1 ul {
display:block;
}
#main_menu .column1 * ul {
display:none;
}
#main_menu .column2 {
position:relative;
}
#main_menu .column2 ul {
display:block;
}
#main_menu .column2 * ul {
	display:none;
}
#main_menu .column3 {
	position:relative;
}
#main_menu .column3 ul {
	display:block;
}
#main_menu .column3 * ul {
	display:none;
}

/* デザイン */
#main_menu li {
   line-height:2.2em;
   text-align: center;
   background:#eeeeee;
}
#main_menu li li {
   line-height:1.8em;
   text-align: left;
   width:160px;
}
#main_menu li a{
   display: block;
   text-decoration:none;
   color:#333;
   padding:0 5px;
}
#main_menu li:hover {
   background:#77ee77; /* #7BBA10; */
   color:#333;
}
#main_menu .column1, #main_menu .column2, 
#main_menu .column3 {
   color:#333;
   background:#77ee77; /* #7BBA10; */
}

/* ヘッダ用↑ */

/* コンテンツ共通↓ */
div#wrap{
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* height: auto;
	overflow: hidden; */
	position: relative;
}
div#screen {   
	margin: 0 auto;   
	text-align: left;   
	padding-bottom: 65px;   
}

/* コンテンツ共通↑ */

/* フッタ用↓ */
/* フッタ */
.menu{
	padding:5px 10px 0px 0px; /* UP RIGHT DOWN LEFT */
	text-align: right;
	font-size: 10px; /* 固定でOK */
	height:15px;
	background-color: #aaffaa;
	}
.menu a{
	color: #666666;
	text-decoration:none;
}
.menu a:hover{
	color: #3333ff;
	/* text-decoration:underline; */
}

.copylight{
	padding:5px 10px 0px 0px; /* UP RIGHT DOWN LEFT */
	text-align: right;
	line-height: 150%;
	font-size: 12px; /* 固定でOK */
	height:35px;
	background-color: #008000;
	color:white;
	margin:0;
	}

div#footer {
	height:	60px;
	position: absolute;
	bottom: 0;
	/*font-family:  "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "平成角ゴシック", ArialMT, sans-serif, Verdana, Helvetica, century, Osaka; 
	*/
	}
/* フッタ用↑ */

/* サイト内検索用↓ */
#srchBox
{
width:428px;
_width:426px;
margin-bottom:0px;
background-color:#ffffff;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:12px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:0px 0px 0px 0px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:150px;
margin-right:6px;
}
#srchBox #srchBtn
{
width:85qpx;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:0px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 0px 0px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:10px; /* 固定でOK */
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
/* サイト内検索用↑ */

/* 共通定義↓
	font-size
	10px 77%
	11px 85%
	12px 93% 
	13px 100%←default
	14px 108%
	15px 116%
	16px 123.1%
	17px 131%
	18px 138.5%
 */

/* フォントサイズ定義 */


/* ヘッダ（タイトル）定義 */
h1
{
	font-size:18px; /* 背景画像利用のため固定 */
	background:url(images/title_h2.jpg) no-repeat;
	color:#333;
	height:45px;
	padding:7px 0 0 26px;
	margin-bottom:20px;
}
h2
{
	font-size:16px; /* 背景画像利用のため固定 */
	background:url(images/title_h3.jpg) no-repeat;
	color:#333;
	height:24px;
	padding:9px 0 0 26px;
	margin-bottom:20px;
	clear:both;
}
h3
{
	font-size:14px; /* 背景画像利用のため固定 */
	background:url(images/title_h3.jpg) no-repeat;
	color:#333;
	height:24px;
	padding:9px 0 0 26px;
	margin-bottom:20px;
	clear:both;
}
h4
{
	font-size: 116%;
}
h5
{
	font-size: 108%;
}
h6
{
	font-size: 100%;
}

/* デフォルト定義 */
/* コンテンツ内リンク文字 */
a	{
	color:#0044bb;
	text-decoration:none;
}
a:hover	{
	color:#33aa00;
	text-decoration:none;
}

em{
	font-style:normal;
}

ol{
	list-style-type: decimal;
	list-style-posision: inside;
}

/* パンくずリスト↓ */
div#breadcrumbsBox{
	padding-top:5px;
	padding-left:35px;
}
ol#breadcrumbs{
	list-style-type: none;
	list-style-posision: inside;
	margin: 0px 0;
	padding: 0;
	font-size: 86%;
	list-style: none;
}
ol#breadcrumbs li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(images/ico_breadcrumb.gif) no-repeat 0 50%;
}
ol#breadcrumbs li.home {
	padding-left: 0;
	background: none;
}
ol#breadcrumbs li a:link,
ol#breadcrumbs li a:visited {
	color: #337979;
	text-decoration: none;
}
ol#breadcrumbs li a:hover,
ol#breadcrumbs li a:active {
	color: #337979;
	text-decoration: underline;
}
ol#breadcrumbs li em {
	font-style: normal;
	font-weight: bold;
}
/* パンくずリスト↑ */
