@charset "utf-8";

/* HANABUSA ACTIVITY.CSS  */


/*--------------------------------------
*	
*	00.ACTIVITY_COMMON
*	01.ACTIVITY_INDEX
*	02.ACTIVITY_PERM
*	03.ACTIVITY_PRESS
*	04.ACTIVITY_FORUM
*	0N.ACTIVITY_CLEARFIX
*
*--------------------------------------*/


/**-------------------------------------
	00.ACTIVITY_INDEX
---------------------------------------**/
.bannerList
{
	margin-top: 10px;
	width: 230px;
	text-align: center;
}

.bannerList a:hover img
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

div#activityIndex
{

}

div#activityIndex h3
{
	margin: 0 0 20px 0;
}

div#activityIndex p.activiyBoxLeft
{
	float: left;
	width: 200px;
}

div#activityIndex div.activiyBoxRight
{
	float: right;
	width: 406px;
}

div.activityTopLeft
{
	float: left;
	width: 400px;
}

div.activityTopLeft p
{
	margin: 0 0 20px 0;
}

p.activityTopRight

{
	float:right;
	width: 207px;
}

/**-------------------------------------
	01.ACTIVITY_CAT
---------------------------------------**/

div.activityWrappBox
{
	clear: both;
	margin: 0 0 40px 0;
	width: 630px;
}

div.activityWrappBox h3
{
	margin: 0 0 30px 0;
}

div.activityWrappBox table
{
	margin: 0 0 40px 0;
	width: 630px;
	border-collapse: collapse;
}

div.activityWrappBox table,
div.activityWrappBox table tr,
div.activityWrappBox table tr th,
div.activityWrappBox table tr td
{
	border: 1px solid #F3F3F3;
}

div.activityWrappBox table tr th,
div.activityWrappBox table tr td
{
	padding: 7px 10px;
}

div.activityWrappBox table tr th
{
	width: 20%;
	background: #F9F9F9;
}


/**-------------------------------------
	02.ACTIVITY_PERM
---------------------------------------**/

div.activityPermBox
{
	padding: 30px 0 0 0;
	width: 630px;
	background: url(../../common/images/separater.jpg) no-repeat;
}

div.activityPermBox strong
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/activity_perm_ico_b.gif) no-repeat 0 5px;
	font-size: 107%;
	font-weight: bold;
}

div.activityPermBox p
{
	margin: 0 0 20px 0;
}


div.activityWrappBox table.activityPermTable
{
	margin-bottom: 15px;
}

div.activityWrappBox p.activityBackToIndex
{
	margin: 0 0 30px 0;
	padding: 0 5px 0 0;
	text-align: right;
}


/**-------------------------------------
	02.ACTIVITY_PRESS
---------------------------------------**/

p.topCopy
{
	padding: 10px;
	background-color: #FDFDFD;
	border: 1px dotted #E1E1E1;
}

div.activityPressBox
{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 630px;
	background: url(../../common/images/cmn_dotted_devider630.gif) no-repeat left bottom;
}

div.activityPressBox p.pressImage
{
	float: left;
	width: 110px;
}

div.activityPressBox p.pressImage img
{
	display: block;
	padding: 5px;
	background: url(../images/activity_press_pic_bk.gif) repeat;
}

div.activityPressBox dl
{
	float: right;
	width: 500px;
}

div.activityPressBox dl dt
{
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../images/activity_perm_ico_b.gif) no-repeat 0 6px;
	font-weight: bold;
}


/**-------------------------------------
	04.ACTIVITY_FORUM
---------------------------------------**/

div.forumIndexBlock
{
	margin-bottom: 50px;
}

div.forumIndexBlock h4
{
	margin-bottom: 11px;
}

p.fibPic
{
	float: left;
	margin-right: 20px;
}

p.fibTex
{
	float: left;
	width: 500px;
}

p.fibBtn
{
	display: inline;
	float: right;
	margin: 8px 10px 0 0;
}

div#forumAlbum,
div#forumProgram,
div#forumComment,
div#forumEnd
{
	margin-bottom: 50px;
}

div#forumAlbum p
{
	float: left;
	margin:  0 10px 10px 0;
}

div#forumAlbum p img
{
	width: 190px;
	height: 133px;
	padding: 5px;
	background: url(../images/pic_bg.gif) repeat;
}

div#forumProgram dl
{
	margin-bottom: 32px;
}

div#forumProgram dl dt
{
	margin-bottom: 10px;
	padding: 0 0 0 22px;
	background: url(../images/forum_pin_circle.gif) no-repeat left 4px;
	font-size: 107%;
	font-weight: 800;
	color: #333333;
}

div#forumProgram dl dd
{
	margin-bottom: 10px;
	padding: 0 0 0 22px;
}

div#forumComment ul li
{
	margin-bottom: 1.4em;
	padding: 0 10px 0 22px;
	background: url(../images/forum_pin_triangle.gif) no-repeat 3px 7px;
}

div#forumEnd
{
	width: 630px;
	padding-top: 10px;
	background: url(../../common/images/cmn_dotted_devider630.gif) no-repeat top;
	text-align: center;
}



/**-------------------------------------
	0N.ACTIVITY_CLEARFIX
---------------------------------------**/


div.activityPressBox:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


div.activityPressBox
{
	display:inline-block;
}

div.forumIndexBlock:after
{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

div.forumIndexBlock{ display: inline-block; }

/* \*/
* html div.forumIndexBlock{ height: 1%; }
/* */

div#forumAlbum:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

div#forumAlbum{ display: inline-block; }

/* \*/
* html div#forumAlbum{ height: 1%; }
/* */

