@charset "shift_jis";
/***********************
        初期設定
************************/
/***********************
       リンク設定
************************/
h4 a:link,h4 a:visited{
	color: #666666;
	text-decoration: none;
}
h4 a:active,h4 a:hover{
	color: #4DAC26;
}
/***********************
       レイアウト
************************/

/* コンテンツ */

#content{
	clear: both;
	width: 800px;
	height: auto;
}

#content_top{
	width: 800px;
	height: auto;
}

#content_top h1{
	background-image: url(../img/fla_global_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	text-indent: -9999px;
}

#main_wrapper{
	width: 666px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#main{
	width: 600px;
	height: auto;
	margin-left: 40px;
	background-color: #FFFFFF;
}

#right_menu{
	width: 134px;
	height: auto;
	float: right;
}


/* メイン部 */

/* 右部メニュー */
#sub_menu{
	width: 134px;
	height: auto;
}
#sub_menu h1{
	background-image: url(../img/fla_navi_title.gif);
	background-repeat: no-repeat;
	width: 134px;
	height: 27px;
	text-indent: -9999px;
}
#sub_menu ul{
	list-style: none;
	width: 134px;
	height: 27px;
}
#sub_menu li{
	display: inline;
	width: auto;
	height: 27px;
}


/* Flashサムネイル */

.main_column{
	width: 600px;
	height: 240px;
	margin: auto;
	padding-bottom: 40px;
}

.main_left{
	width: 280px;
	float: left;
}

.main_right{
	width: 280px;
	float: right;
}

h4{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}

.credit{
	width: 280px;
	text-align:left;
}

.credit_left{
	width: 130px;
	float: left;
}
.credit_left .part_name1{
	clear: both;
	width: 50px;
	float: left;
	height: auto;
	white-space: nowrap;
}
.credit_left .part_name2{
	width: 80px;
	float: left;
	height: auto;
}

.credit_right{
	width: 150px;
	float: right;
}
.credit_right .part_name1{
	clear: both;
	width: 60px;
	float: left;
	height: auto;
	white-space: nowrap;
}
.credit_right .part_name2{
	width: 90px;
	float: left;
	height: auto;
}

