
*{
	color:#000000;
	padding:0;
	font-size: 12px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}




#body {
	background-color: #f1f1f1;
	background-image: url(images/bg3.gif);
	/*background-image: url(images/bg.gif);*/
	background-repeat: repeat-xy;
}




*/トップ背景*/

#img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 387px;
}








/* 会社案内画像 */
#image {
        padding: 0px 0px 0px 20px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
        wight: 280px;
	height: 700px;
}

*{
	margin: 0;
	padding: 0;
}



img{
	border: 0;
}

/* レイアウト定義 */

/*** 外ボックス ***/

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	background: #FFFFFF;
        border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/*** ヘッダー ***/



#header-inner {
        margin: 0 10px;
        padding: 0;
        background-image: url(images/header01.png);
        height:130px;
        background-repeat: no-repeat;

}



p.line {
        border-bottom: 1px solid #CCC;
}


/* メインボックス */

#main{
	padding-top: 10px;
	background: #FFF;

}


/* サイド*/

#side{
	float:left;
	width:165px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}

#side div.side_title{
	background:url("images/side_title_back.png") no-repeat left top;
	font-weight: bold;
	text-align: center;
        color: #ffffff;
	padding: 4px 5px;
	border-bottom: 1px solid #BBB;
}

#side div.side_contents{
	margin-bottom: 20px;
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
        text-align: center;
	background: url("images/side_bottom_back1.gif") no-repeat bottom #FFF;
}



#side_li a{
	display: block;
	margin-right: 1px;
	padding: 7px 5px 7px 5px;
	_padding: 8px 5px;
	width: 141px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: url("images/menu_back.png") no-repeat;
}

#side_li a:hover{
	font-weight: bold;
	background: url("images/menu_back_ov.png") no-repeat;
	text-decoration: none;
	color: #000000;
}


/* サイド（長い文字用） */
#side_li2 a{
	display: block;
	margin-right: 1px;
	padding: 10px 5px 7px 5px;
	_padding: 8px 5px;
	width: 141px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	background: url("images/menu_back.png") no-repeat;
}



/* コンテンツ */

#contents{
	margin: 30px 0 20px 130px;
	float:center;
	width: 600px;
	background: transparent;
}

#contents1{
	margin: 0 30px 20px 0;
	float:right;
	width: 600px;
	background: transparent;
}

#contents2{
	margin: 0px 0px 0px 0px;
	float:center;
	background: transparent;
}

#contents3{
	width: 100%; 
	float:right;
	background: transparent;
}

#contents4{
        width: 96%;
	margin: 5px 25px;
	background: transparent;

}


/* フッター */

#footer{
	padding: 6px 5px 5px 5px;
	background: url("images/copyright.png");
	height: 30px;
	background-position: center;
        background-repeat: no-repeat;
        background-color: #666666;
}




/* clearfix */

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

.clearfix{
	zoom: 1;
}

/* ここからスタイル定義 */

/*** 通常リンク指定 ***/

/*a:link {
     color: #FF4E02;
     text-decoration: none;
     font-weight: bold;
}

a:visited {
     color: #E77FF5;
     text-decoration:none;
     font-weight: bold;
}

a:hover { 
     color: #ffffff;
     background-color: #FF0400;
}*/


/* コンテンツ内p定義 */

#contents p{
	margin: 15px 20px;
	line-height: 1.5;
}



/* コンテンツ内リスト定義 */

#contents ul, #contents ol{
	padding-left: 25px;
}

/* サイド内リスト定義 */

#side ul, #side ol{
	padding-left: 15px;
}



#side_bg {
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    background-position: center;
    width: 150px;
    height: 180px;
}

#side_bg2 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    background-position: center;
    width: 150px;
    height: 200px;
}



/* 入力欄のテーブル枠 */
.inputFrame
{
  background-color: palegreen;
  border-style    : none;
}


.itemCell
{
  background-color: #eeffee;
}

/* テーブル内の値セル */
.valueCell
{
  background-color: white;
}

body
{
  background-color: #f1f1f1;
  color           : black;
  font-size       : 12pt;
}

/* テーブル内部 */
th
{
  font-size       : 12pt;
}
td
{
  font-size       : 12pt;
}




h1 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 3px 3px 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;


}

h2 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 3px 3px 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
}

h3 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 3px 3px 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
}

h4 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
}

h5 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 3px 3px 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
}

h6 {
    font-weight: bold;
    color: #ffffff;
    background-color: #cccccc;
    padding: 3px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
}




/* LINK */

/* #link{
	float:center;
	width:180px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}


#link_li a{
	display: block;
	margin-right: 1px;
	padding: 0px 5px 5px;
	_padding: 0px 5px;
	width: 180px;
        height: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background: url("images/link.png") no-repeat;
        background-position: center;
}

#link_li a:hover{
	font-weight: bold;
	background: url("images/link_ov.png") no-repeat;
        background-position: center;
	text-decoration: none;
	color: #444;
}*/







#head{}

#head_menu{
	background:url(images/bg_head_menu.gif) no-repeat;
	width:637px;
	height:30px;
}
#head_menu ul{
	list-style-type:none;
}

#head_menu ul li{
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:159px;
	height:30px;
	position:relative;
}

#head_menu ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	font:14px;
	width:159px;
	height:30px;
	line-height:30px;
	text-align:center;
}

#head_menu ul li.off{
	overflow:hidden;
	width:159px;
}

#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
}

#head_menu ul ol.sub{
	position:absolute;
	left:0px;
	top:30px;
	width:159px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
}

#head_menu ul li.on{
	width:159px;
}

#head_menu ul>li.on{
	overflow:visible;
}

#head_menu ul ol.sub li{
	float:none;
	width:159px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.82; /*FF*/
}

#head_menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
}

#head_menu ul ol.sub li a:hover{
	background-color:#F9C1D3;
	color:#000000;
	}


/* link */
a:link {
     color: #0982FC;
     font-weight: bold;
}

a:visited {
     color: #E77FF5;
     text-decoration:none;
     font-weight: bold;
}

a:hover {
     
     color: #000000;
     background-color: #72B8FE;
}



/* estate_link */
#link_li a{
    display: block;
    width: 180px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background: url("images/link.png") no-repeat;
    background-position: center;

}

#link_li a:hover{
    font-weight: bold;
    background: url("images/link_ov.png") no-repeat;
    background-position: center;
    text-decoration: none;
    color: #000000;
}



#link_li01 a{
    display: block;
    width: 180px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background: url("images/link01.png") no-repeat;
    background-position: center;

}

#link_li01 a:hover{
    font-weight: bold;
    background: url("images/link01_ov.png") no-repeat;
    background-position: center;
    text-decoration: none;
    color: #000000;
}



/* 一覧表のテーブル枠 */
.listFrame {
  background-color: #D1D1D4;
  border-style    : none;
}
