/*** ABC Inc. ***/

/********************/
/*** 初期設定 START */
/********************/
*{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color: #000;
	line-height : 18px;
	list-style : none;
	text-decoration : none;
	font-family : "ＭＳ Ｐゴシック";
}
/*** 初期設定 END */

/********************/
/*** タグ設定 START */
/********************/
img{
	border:0px;

}

p{
	margin-bottom:7px ;
}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

bold{
	font-weight:bold;
	font-style:normal;
}

a:link {
	color:#0000ff;
}

a:hover {
	color:#0000ff;
	text-decoration:underline;
}



/*** タグ設定 END */

/******************/
/*** ボディ START */
/******************/
body{
	background:url("../images/bg.png") repeat-x ;
	background-color:#000;
	background-attachment:fixed;
	height:100%;
	width:100%;
}

#grand {
	background:url("../images/body.png") no-repeat ;
	width:822px;
	height:523px;
	margin:0 auto;

}


/*** ボディ END */

/******************/
/*** ヘッダ START */
/******************/
#head{
	margin:-5px auto;
	width:800px;
	height: 61px;
	padding:25px 0 0 0;
}

#head h1{
	width:700px;
	margin:0 auto;
	font-size:90%;
	color:#666;
	padding:0;
}

#head h1 a{
	display:block;
	float:left;
	width: 207px;
	height: 28px;
}

#head h1 a span{
	display:none;
}

.float_h1{
	padding:0 0 0 20px;
	float:left;
	font-size:90%;
	color:#ccc;
	margin-top:-9px;
	display:inline;/*forWinIE6*/
}


/*** ヘッダ END */

/******************/
/*** タイトル START */
/******************/
#title {
	height:40px;
	background-color:#5E9833;
	clear:both;
}


/*** タイトル END */


/*****************************/
/*** コンテンツエリア START **/
/*****************************/
#content {
	width:800px;
	padding:30px 0 0 0;
}


#corp_area {
	width:570px;
	float:left;
}

#corp {
	float:left;
	width:150px;
	padding:0 0 0 10px;
}

#corp p {
	padding:5px 15px 1px 2px;
	font-size:12px;
	font-weight:600;
	text-align:right;
	line-height:15px;
}

#corp p span {
	font-size:12px;
	font-weight:500;
	text-align:left;
	border-bottom:dotted 1px #333399;
	line-height:15px;
}

#corp_data {
	float:right;
	width:400px;
	padding:0 0 0 10px;
}

#corp_data p {
	padding:5px 15px 1px 2px;
	font-size:12px;
	font-weight:600;
	text-align:left;
	line-height:15px;
}

#corp_data p span{
	font-size:12px;
	font-weight:500;
	text-align:left;
	border-bottom:dotted 1px #333399;
	line-height:15px;
}

#news {
	width:700px;
}

#news h2 {
	font-size:14px;
	font-weight:600;
	color:#0066ff;
}

#news p {
	font-size:12px;
	text-slign:left;
	font-weight:500;
}

#news p a {
	font-size:14px;
	font-weight:600;
	color:#ff6600;
}

#news p span {
	font-size:12px;
	font-weight:600;
	color:#990000;
}

#news h3 {
	font-size:14px;
	font-weight:600;
	color:#0066ff;
}

#news hr {
	color:#666;
	padding:1px 0 0 1px;
}

/*** コンテンツエリア END */


/******************/
/*** Help START */
/******************/
#help {
	width:200px;
	height:451px;
	float:right;
	padding:35px 10px 0 5px;
	background:url("../images/help_bg.png") no-repeat left top;

}

#help p {
	padding:5px 15px 1px 2px;
	font-size:12px;
	font-weight:600;
	text-align:left;
}

#help p span {
	font-size:11px;
	font-weight:500;
	text-align:left;
	border-bottom:dotted 1px #333399;
	line-height:15px;
}

#help p span .title {
	font-size:11px;
	font-weight:600;
	text-align:left;
	color:#990000;
}

#help p a {
	color:#0000ff;
	font-size:12px;
	font-weight:600;
	line-height:15px;
}


/*** Help END */


/********************/
/*** フッター START */
/********************/
#footer{
	clear:both;
	hight:300px;
	background:url("../images/foot.png") repeat-x ; /* 背景 */
	text-align:center;
	margin:0 auto;

}

#footer a{text-decoration:underline;}
#footer a{color:#efefef;}
#footer p{margin:-1px ;padding:0;}
.text {
	color:#fff;
	font-size:10px;
	padding:12px 0 0 0;
}

/*** フッター END */



/********************/
/*** 部品設定 START */
/********************/
.clear{
	margin:5px;
	padding:0px;
	clear:both;
}

.hr_clear{
	clear:both;
	height:1px;
	width:1px;
	margin /*forWinIE6*/ :0px 0 15px 0;
	padding:0px;
	border:0;
	visibility:hidden;
}

.foot_clear{
	margin-bottom:-5px;
}

.style10 { color: #FFFFFF; line-height: 20px; background-position: center center }

/*** 部品 END */