@charset "utf-8";
/* CSS Document */

/*************H-TEXT**************/

h6 {
	margin-bottom:10px;
}

/************INTRO************/

#intro {
	background:url(../img/bigtop.png) repeat-x;
	border:2px solid #E6E6E6;
	width:896px;
	height:323px;
}

/************CAPBOX************/

#capbox {
	width:900px;
}

#capbox ul{
	display:block;
	margin-bottom:20px;
	list-style-type:none;
}

.cap{
	float:left;
	display:block;
	margin-right:4px;
}

.lastcap{
	float:left;
}



/************PLANBANNER************/


table.planning {
	width:100%;
	text-align:left;
}

.planning th{
}

.planning td{
	font-size:100%;
	line-height:160%;
	letter-spacing:normal;
	vertical-align:top;
}

.caption {
	text-align:right;
	font-size:90%;
	letter-spacing:normal;
	line-height:normal;
	color:#BBB;
	margin-bottom:20px;
}

/**/

.intro {
	margin-bottom:10px;
	padding:0 2px;
	text-align:left;
	text-align:justify;
	text-justify:inter-ideograph;
}

/*************TOPICS*************/

table.topics {
	border-collapse:collapse;
	font-size:100%;
	width:100%;
	line-height:150%;
}

table.topics th{
	border-bottom:1px solid #EEE;
	font-weight:normal;
	text-align:left;
	padding:8px 10px 8px 0;
	vertical-align:top;
	width:105px;
}

table.topics td{
	border-bottom:1px solid #EEE;
	padding:8px 0;
	text-align:left;
}

ul.topiclist{
}

ul.topiclist li {
	background:url(../img/icon.gif) no-repeat;
	padding-left:15px;
	list-style-type:none;
}

/*****トップスライド部分*****/

#feature_list strong {
	display:block;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	margin: 0;
	padding:7px;
	font-size: 120%;
	letter-spacing:0;
	text-transform: uppercase;
}

.t_cap {
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
}

div#feature_list {
	width: 900px;
	height: 320px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding:1px 0;
	margin: 0;
}
ul#tabs {
	background: url(../img/bar_bg.jpg) #000;
	left: 0;
	z-index: 2;
	width: 220px;
	height:320px;
	line-height:normal;
}
ul#tabs li {
	padding:1px;
	font-size: 100%;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:4px;
}
ul#tabs li img {
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#tabs li a {
	border:1px dotted #777;
	background: url(../img/bar_bg.jpg);
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 50px;
	outline: none;
}
ul#tabs li a:hover {
}
ul#tabs li a.current {
	background-image:none;
	background-color:#FFF;
	color: #000;
}
ul#tabs li a.current:hover {
	background-image:none;
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 680px;
	height: 320px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 680px;
	height: 320px;
}
ul#output li a {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 5px 12px;
	text-decoration: none;
	font-size: 100%;
	color: #000;
	background: #FFF;
}
ul#output li a:hover {
	background: #000;
	color:#FFF;
}
/********************/
