@charset "Shift_JIS";

body *{
	margin:0px;
	padding:0px;
	font-size: 95%;
}html>body *{
	font-size: 100%;
}
/* 全体構造
---------------------------------------------------- */
body {
	color: #CCC;
	background:#000000;
	font-size: small;
	line-height:1.5;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	text-align:center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* ライブラリ
---------------------------------------------------- */
.clear{
	clear:both;
}
.tacenter{
	text-align:center;
}
.taright{
	text-align:right;
}
.taleft{
	text-align:left;
}
.flright{
	float:right;
}
.flleft{
	float:left;
}
.Stext{
	font-size:x-small;
}
.text{
	font-size:small;
}
.Ltext{
	font-size:medium;
}
.LLtext{
	font-size:larger;
}
.LLLtext{
	font-size:200%;
}

img{
	text-decoration: none;
	vertical-align:bottom;
}
.colorRed{
	color:#FF0000;
}

iframe{
	border:none;
}


/* リンク
---------------------------------------------------- */
a:link {
	color: #CCC;
	text-decoration:underline;
}
a:visited {
	color: #CCC;
	text-decoration:none;
}
a:hover, a:active {
	color: #FFF;
	background: #333;
}

/* メニュー
---------------------------------------------------- */
ul#menu  {
	float:right;
	margin:5px 5px 0px 0px;
	list-style: none;
}
#menu li {
	float:left;
	margin-left:10px;
}
#menu li a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
	padding:0px 3px;
	border:1px solid #000;
	outline : 0 ;
}
#menu li a:hover{
	background-color:transparent;
	border:1px solid #FFF;
}

#menu li a:visited {
	background: transparent;
	text-decoration:none;
}

/* 共通
---------------------------------------------------- */
#fotter{
	clear:both;
	border-top:1px solid #FFF;
	padding:3px 5px 3px 5px; 
	margin-top:5px;
	text-align:left;

}
#fotter .info{
	float:left;
	padding-bottom:5px;
}
#fotter .gotoTop{
	float:right;
	padding-bottom:5px;
}


/* 会社概要
---------------------------------------------------- */
#corp{
	width:800px;
	margin:-20px auto 5px auto;
	padding-top:10px;
	text-align:left;
}html>body #corp {
/*IE 5.x 〜 IE 6.0以外に適用*/
	margin-top:0px;
}
#corpback{
	background:url(../img/corp/back.gif) no-repeat 0px 20px;
	padding-bottom:10px;
}html>body #corpback {
/*IE 5.x 〜 IE 6.0以外に適用*/
	background-position: 0px 15px;
}
#corp #left{
	padding:30px 0px 20px 20px;
	width:300px;
	float:left;
}
#corp #right{
	padding:30px 0px 20px 0px;
	width:480px;
	float:right;
}

#corp h2{
	margin:60px 0px;
	text-align:center;
}
#corp h3{
	font-size:small;
	font-weight:normal;
	margin:10px 0px 15px 0px;
}
#corp h4{
	font-size:small;
	font-weight:normal;
	margin-bottom:10px;
}
#corp .banner{
	float:right;
	font-size:xx-small;
	margin:0px 0px 10px 20px;
	padding:7px 5px 5px 7px;
	background:#222;
}
#corp .banner img{
	margin-bottom:5px;
}

#corp dl{
}

#corp dt{
padding-bottom:10px;
text-align:right;
margin-right:10px;
float:left;
clear:left;
width:7em;
line-height:1.7;
}html>body #corp dt {
/*IE 5.x 〜 IE 6.0以外に適用*/
width:7em;
}
#corp dd{
width:70%;
padding-bottom:10px;
padding-left:10px;
float:left;
line-height:1.7;
border-left:1px solid #666;
}
#corp #left dt{
width:5em;
}
#corp #left dd{

}
/*----------------------------------------------------
　トップ・ティッカー
---------------------------------------------------- */
#ticker {
	margin: 5px 0 10px 0;
	text-align: right;
}
