@charset "utf-8";

/*


 * ============================================
 * COPYRIGHT(C)2004-2007 CYBRiDGE CORPORATION.
 * URL: http://www.cybridge.jp/
 * ============================================
 */
 
@import url("/common/css/common.css");
@import url("/common/css/common-hf.css");

/* Common Style
-----------------------------------------------------------------------------  */

hr{
	display:none;
	}
body{
	font-size:80%;
	}
#container	{
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	width:740px;
	margin:0px auto;
	}

#contents{
	margin:0 auto;
	width:690px;
	}

#main{
	float:right;
	width:505px;
	padding-bottom:40px;
	}
#main:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}


/* Contents
-----------------------------------------------------------------------------  */
#main h1{
	width:473px;
	height:35px;
	margin-bottom:10px;
	padding-left:32px;
	line-height:35px;
	background:url(/img/common/h1.jpg) no-repeat 0 0;
	font-weight:normal;
	font-size:1.2em;
	
	}
#main p{
	width:480px;
	padding:0 10px 10px;
	line-height:1.6em;
	}

#gn h2{
	margin-top:15px;
	padding:8px 0px;
	border-top:1px solid #DDD;
	font-weight:normal;
	}
ul#link{
	}
ul#link li{
	margin-bottom:0.8em;
	}
ul#link li a{
	padding-left: 22px;
	background: url("/img/common/icon.gif") 0% 50% no-repeat;
	}

/* TABLE Styles
-----------------------------------------------------------------------------  
table.sheet	{ width:90%; background:#FFF;	
.sheet th,
.sheet td	{ padding:5px; border:1px solid #CCC;}
.sheet th	{ font-weight:normal; background-color: #EEE; text-align:left; vertical-align:top; white-space: nowrap;}
.sheet td	{ }
.sheet tfoot td	{ text-align:center; background-color:#AAA; padding:8px; border:none; border-bottom:3px solid #DDD;}
.sheet td ul{ margin:0px;}
.sheet td ul li{ float:left; width:100px; } */