/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style About Site*/
.special_contents #main	{
	background-image:url(../images/special_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.special_contents #main .section	{
	border-bottom:2px solid #DFDFDF;
	margin-bottom:40px;
}

.special_contents #main .section h3	{
	margin-bottom:5px;
}

.special_contents #main .section img	{
	float:right;
	margin:5px 0 10px 10px;
}

.special_contents #main dl dt	{
	float:left;
	color:#888888;
	font-weight:bold;
	letter-spacing:2px;
	background-image:url(../images/arrow_2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:0.75em;
}

*+ html .special_contents #main dl dt	{
	background-position:left 7px;
}
* html .special_contents #main dl dt	{
	background-position:left 7px;
}

.special_contents #main dl	{
	margin:0;
}

.special_contents #main dl dt,
.special_contents #main dl dd	{
	display:block;
	margin-bottom:5px;
	font-size:12px;
	line-height:150%;
}

.special_contents #main dl dd	{
	margin-left:3.5em;
	text-indent:-0.7em;
	padding-left:0.7em;
}

.special_contents #main ul	{

}

.special_contents #main ul li	{
	font-size:10px;
	color:#999999;
}


.gallery_navi	{
	margin:0 0 12px;
	border-bottom:1px dotted #DCDCDC;
}

* html .gallery_navi	{
	border-bottom:1px solid #DFDFDF;
}

.gallery_navi li	{
	margin:0 0 -1px;
	float:left;
	border-top:1px dotted #FFFFFFF;
	border-right:1px dotted #FFFFFFF;
	border-left:1px dotted #FFFFFFF;
	font-weight:bold;
}

* html .gallery_navi li	{
	border:0;
}

.gallery_navi li a	{
	padding:2px 7px;
	display:block;
}


* html .gallery_navi li a	{
	padding:2px 10px;
}

.gallery_navi li.selected	{
	background-color:#FFFFFF;
	border-top:1px dotted #DCDCDC;
	border-right:1px dotted #DCDCDC;
	border-left:1px dotted #DCDCDC;
}

* html .gallery_navi li.selected	{
	background-color:#DFDFDF;
	border:0;
}

.gallery_navi li.selected a	{
	color:#0066AA;
}


.gallery_navi li.selected a:hover	{
	color:#098FE9;
}