/* @group BASE　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
html {
}
body	{
	background: #FFF;
	color: #333;
	margin: 0;
	padding: 0;
}
.right{
	float: right;
}
.left{
	float: left;
}
.Round_2{
	border-radius: 2px;         /* CSS3 */
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius: 2px; /* Safari,Chrome */
}
.Round_3{
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
.Round_4{
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.Round_6{
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
}
.Round_8{
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
}
.Round_10{
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
.Clickable{
	cursor: pointer;
}
div#container	{
	width: 1000px;
	margin: 0px auto 0px auto;
}

div#container_500	{
	width: 500px;
	margin: 0px auto 0px auto;
}

div#container_900	{
	width: 900px;
	margin: 0px auto 0px auto;
}

a#btn_return_top	{
	position: fixed;
	right: 0px;
	bottom: 50px;
	display: none;
	width: 50px; 
	height: 50px;
	background: url(../elements/btn_return_top.png) 0px 0px no-repeat;
	cursor: pointer;
}
/* @end */

/* @group BLOCK　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Block	{
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_10_900	{
	height: 10px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_20_900	{
	height: 20px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_30_900	{
	height: 30px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_40_900	{
	height: 40px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_50_250	{
	height: 50px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_50_500	{
	height: 50px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_50_650	{
	height: 50px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_50_900	{
	height: 50px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_70_900	{
	height: 70px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_100_500	{
	height: 100px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_200_500	{
	height: 200px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_300_500	{
	height: 300px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_450_900	{
	height: 450px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_500_500	{
	height: 500px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_600_300	{
	height: 600px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#Block_600_600	{
	height: 600px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#Block_300	{
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#Block_500	{
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#Block_900	{
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_100per	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#Block_BG	{
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	float: left;
	overflow: hidden;
}
div#Block_BG_spinner	{
	height: 100%;
	width: 100%;
	margin: 0px;
	background: #FFF url(../elements/spinner01.gif) no-repeat center center;
	float: left;
	overflow: hidden;
}
/* @end */

/* @group MENU */
a#menu_title	{
	display: block;
	height: 50px;
	width: 250px;
	background: url('../elements/menu_title.png') no-repeat center center;
	margin: 0px;
}
a.menu_btn	{
	display: block;
	margin: 0px 5px 0px 20px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	float: right;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
.content_header a.menu_btn	{
	display: block;
	margin: 0px 5px 0px 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: right;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
/* @end */

/* @group ENTRY LIST　ーーーーーーーーーーーーーーーーーーーーーーーーーー */

div.ENTRY_LIST_100_500	{
	display: none;
	height: 80px;
	width: 480px;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	line-height: 20px;
	border: 1px solid #CCC;
	background: #FFF;
	float: left;
	overflow: hidden;
}
a.ENTRY_LIST_THUMB_80_80	{
	display: block;
	height: 80px;
	width: 80px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	background: #000;
	overflow: hidden;
}
div.ENTRY_LIST_TAG	{
	display: block;
	height: 15px;
	margin: 0px 10px 2px 0px;
	padding: 1px 10px 0px 10px;
	font-size: 12px;
	line-height: 17px;
	background: #777;
	color: #FFF;
	float: left;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
img#LOAD_MORE_50_500	{
	display: inline;
	height: 50px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	float: left;
}
/* @end */

/* @group ENTRY CONTENT　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div.ENTRY_CONTENT_WORDS	{
	display: block;
	line-height: 30px;
}
div.ENTRY_CONTENT_WORDS a	{
	text-decoration: underline;
	color: #03A;
}
div.ENTRY_CONTENT_WORDS a:hover	{
	color: #05C;
}
div.ENTRY_CONTENT_TAG	{
	display: block;
	height: 20px;
	margin: 0px 10px 2px 0px;
	padding: 1px 10px 0px 10px;
	font-size: 12px;
	line-height: 22px;
	background: #777;
	color: #FFF;
	float: left;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
div.ENTRY_CONTENT_DATE	{
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	color: #555;
	float: left;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
div.ENTRY_CONTENT_TITLE	{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #555;
}
div.ENTRY_CONTENT_DESCRIPTION	{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #555;
}
a#next_entry{
	behavior: url("plugin/iepngfix.htc");
	display: block;
	position: absolute;
	height: 60px;
	width: 110px;
	margin: 50px 0px 0px 800px;
	padding: 0px 10px 0px 0px;
	background-image: url(../elements/arrow_2_right.png);
	text-decoration: none;
	color: #777;
	text-shadow: 0px 1px 1px #FFF;
}
a#previous_entry{
	behavior: url("plugin/iepngfix.htc");
	display: block;
	position: absolute;
	height: 60px;
	width: 110px;
	margin: 50px 0px 0px -20px;
	padding: 0px 0px 0px 10px;
	background-image: url(../elements/arrow_2_left.png);
	text-decoration: none;
	color: #777;
	text-shadow: 0px 1px 1px #FFF;
}
div#arrow_top	{
	cursor: pointer;
	display: inline;
	height: 20px;
	width: 90px;
	margin: 12px 10px 0px 10px;
	float: left;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
div#arrow_bottom	{
	cursor: pointer;
	display: inline;
	height: 10px;
	width: 90px;
	margin: 0px 10px 0px 10px;
	float: left;
	line-height: 10px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
div#social_buttons{
	display: block;
	height: 30px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

/* @end */

/* @group FOOTER　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div.Footer_wrapper	{
	height: 50px;
	background: #000 url(../elements/bg.jpg) repeat-x;
	font-family: "Trajan Pro", Garamond, 'Times New Roman', Times, serif;
}
div#Footer_left	{
	height: 50px;
	padding: 0px 0px 0px 50px;
	float: left;
	text-align: left;
}
div#Footer_right	{
	height: 50px;
	padding: 0px 50px 0px 0px;
	float: right;
	text-align: right;
}
div#Footer_copyright	{
	height: 50px;
	margin: 0px;
	float: left;
	line-height: 50px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #AAA;
}
a#Footer_contact	{
	overflow: hidden;
	display: block;
	height: 50px;
	width: 70px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: right;
	line-height: 54px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	background: url(../elements/contact.png) no-repeat;
}
a#Footer_contact:hover {
	text-decoration: underline;
	color: #05C;
}
/* @end */

/* @group IMAGE BROWSER 450_900　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Image_Browser_450_900	{
	width: 900px;
}
#Image_Browser_450_900 .arrow_box_page_left{
	visibility: hidden;
	margin: 480px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_450_900 .arrow_box_page_right{
	visibility: hidden;
	margin: 480px 0px 0px 860px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_450_900 .pageHolder{
	margin: 480px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
}
#Image_Browser_450_900 .thumb_box{
	text-align: center;
}
#Image_Browser_450_900 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_450_900 #frame{
	position: absolute;
}
#Image_Browser_450_900 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 175px 0px 0px 450px;
}
#Image_Browser_450_900 .controller{
	position: absolute;
	width: 900px;
	height: 450px;
	margin: 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_450_900 .controller_btn{
	width: 80px;
	height: 30px;
	margin: 180px 0px 0px 818px;
	cursor: pointer;
	float: left;
	display: none;
}
#Image_Browser_450_900 .stop_box{
	display: none;
}
#Image_Browser_450_900 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 190px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_450_900 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 190px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_450_900 #main {
	width: 900px;
	height: 450px;
	background: #000 url('../elements/spinner04.gif') no-repeat center center;
}
#Image_Browser_450_900 #watermark {
	position: absolute;
	width: 900px;
	height: 450px;
	margin: 0px;
	background: url('../elements/Image_Browser_450_900_watermark.png') no-repeat center center;
}
#Image_Browser_450_900 #main div.image_wrapper {
	width: 900px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	display: none;
}
#Image_Browser_450_900 #caption {
	position: absolute;
	margin: -30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 880px;
	height: 30px;
	text-align: right;
}
#Image_Browser_450_900 #caption span{
	display: none;
	font-size: 11px;
	color: #FFF;
	line-height: 30px;
}

/* @end */



/* @group IMAGE BROWSER 600_600　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
div#Image_Browser_600_600	{
	height: 600px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Image_Browser_600_600 .arrow_box_page_left{
	margin: 520px 0px 0px 0px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_600 .arrow_box_page_right{
	margin: 520px 0px 0px 560px;
	position: absolute;
	width: 40px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
}
#Image_Browser_600_600 .pageHolder{
	margin: 520px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
}
#Image_Browser_600_600 .thumb_box{
	text-align: center;
}
#Image_Browser_600_600 .thumb_box img{
	cursor: pointer;
	display: none;
}
#Image_Browser_600_600 #frame{
	position: absolute;
	height: 500px;
	width: 600px;
	text-align: center;
	vertical-align: middle;
}
#Image_Browser_600_600 .loader{
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 200px 0px 0px 250px;
	background: url('../elements/spinner01.gif') no-repeat center center;
}
#Image_Browser_600_600 .controller{
	position: absolute;
	width: 600px;
	height: 500px;
	margin: 0px;
	opacity: 0;
	-moz-opacity: 0;				/* Firefox */
	filter: alpha(opacity=0);		/* IE6/7 */
	-ms-filter: "alpha(opacity=0)";	/* IE8 */
	background: url('../elements/blank.gif') no-repeat center center;
}
#Image_Browser_600_600 .controller_btn{
	width: 50px;
	height: 30px;
	margin: 195px 0px 0px 550px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_600_600 .stop_box{
	display: none;
}
#Image_Browser_600_600 .arrow_box_photo_left{
	width: 50px;
	height: 50px;
	margin: 225px 0px 0px 0px;
	cursor: pointer;
	float: left;
	display: inline;
}
#Image_Browser_600_600 .arrow_box_photo_right{
	width: 50px;
	height: 50px;
	margin: 225px 0px 0px 0px;
	cursor: pointer;
	float: right;
	display: inline;
}
#Image_Browser_600_600 #main img{
	display: none;
}
#Image_Browser_600_600 #main span{
	display: none;
	font-size: 11px;
	line-height: 20px;
}

/* @end */

