/* CSS Document
Asgard Studio's v2.0
www.asgardstudios.co.uk
Copyright 2009 Asgard Studio's, All Rights Reserved
*/

/* Toolbox */
a img {border: 0;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
/* Toolbox */

/*---------------------------------------- Default Body ----------------------------------------*/
html, body 	{
	margin: 0; 
	padding: 0;
	width:100%;
	background: #CCCCCC url(../ippanshakai/page_fill.jpg);
}
body,td,th {
	font-family: "Trebuchet MS", Helvetica, "Helvetica Neue"; 
	font-size: 13px; 
	color: #111111;
	line-height: 16px; /*Fixes Internet 'crappy' Explorer bug*/
}
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------- General Text ----------------------------------------*/
.text_black {
	color: #000;
}
.text_grey {
	color: #333;
}
.text_title_grey {
	color: #333;
	font-size: 16px;
}
.text_link_em {
	color: #004080;
	font-style: italic;
}
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Hyperlinks ----------------------------------------*/
abbr {
	cursor: help;
	border-bottom:1px dotted #333;
}
a:link, a:visited, a:active {
	color: #004080;
	text-decoration: none; 
	outline: none; /*Removed Ants Outline*/
}
	a:hover { 
		color: #333;
		text-decoration: none; 
	}
a.link_black:link, a.link_black:visited, a.link_black:active {
	color: #111111;
	text-decoration: none; 
	outline: none; /*Removed Ants Outline*/
}
	a.link_black:hover { 
		color: #ccc;
		text-decoration: none; 
	}
a.link_contact:link, a.link_contact:visited, a.link_contact:active {
	color: #111111;
	text-decoration: none; 
	outline: none; /*Removed Ants Outline*/
}
	a.link_contact:hover { 
		color: #111111;
		text-decoration: none; 
	}
a.link_bar:link, a.link_bar:visited, a.link_bar:active {
	color: #333;
	text-decoration: none; 
	outline: none; /*Removed Ants Outline*/
}
	a.link_bar:hover { 
		color: #111111;
		text-decoration: none; 
	}		
/*--------------------------------------------------------------------------------------------*/
/*---------------------------------------- General Layout ----------------------------------------*/
#pageframe {
	position: relative;
	height: 100%;
	width: 100%;
}
#bar_fill {
	position: absolute;
	height: 4px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #535353 url(../ippanshakai/top_fill.png) repeat-x;
}
/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------- Header Layout ----------------------------------------*/
#header_frame {
	position: relative;
	width: 802px;
	height: auto;
	margin: 50px auto 0 auto;
}
#header_navigation_frame {
	position: relative;
	width: 802px;
	height: 67px;	
}
#header_icon {
	position: absolute;
	width: 61px;
	height: 67px;
	left: 20px;
}
#header_title {
	position: absolute;
	width: 299px;
	height: 23px;
	left: 90px;
	bottom: 8px;	
}
#header_image {
	position: relative;
	width: 802px;
	height: auto;
}
#header_shadow {
	position: relative;
	width: 802px;
	height: 13px;
	background-image: url(../ippanshakai/header_shadow.png);
}
#header_nav_contact {
	display: block;
	position: absolute;
	width: 50px;
	height: 30px;
	right: 100px;
	bottom: 8px;
	background: url(../ippanshakai/btn_contact.png) no-repeat top;
}
	#header_nav_contact:hover {
		background: url(../ippanshakai/btn_contact.png) no-repeat bottom;
	}
#header_nav_about {
	display: block;
	position: absolute;
	width: 56px;
	height: 38px;
	right: 20px;
	bottom: 8px;
	background: url(../ippanshakai/btn_about.png) no-repeat top;
}
	#header_nav_about:hover {
		background: url(../ippanshakai/btn_about.png) no-repeat bottom;
	}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Content Layout ----------------------------------------*/
#content_frame {
	position: relative;
	width: 802px;
	margin: auto;
	margin-top: 20px;
}
.content_box {
	position: relative;
	width: 790px;
	border: 1px solid #9d9d9d;
	background: #dddddd;
	padding: 5px;
	margin: 0 auto 20px auto;
}
.content_box2 {
	position: relative;
	width: 780px;
	border: 1px solid #9d9d9d;
	background: #dddddd;
	padding: 10px;
	margin: 0 auto 20px auto;
}
	.content_box_header {
		position: relative;
		width: 800px;
		height: 25px;
		border-top: 1px solid #9d9d9d;
		border-left: 1px solid #9d9d9d;
		border-right: 1px solid #9d9d9d;
		background: #ffffff;
	}
	.content_box_header1 {
		position: relative;
		width: 800px;
		height: 25px;
		background: #d1bfa5 url(../ippanshakai/web_starter_header.jpg) repeat-x;
		font-weight: bold;
	}
	.content_box_header2 {
		position: relative;
		width: 800px;
		height: 25px;
		background: #d1bbbb url(../ippanshakai/web_brochure_header.jpg) repeat-x;
		font-weight: bold;
	}
	.content_box_header3 {
		position: relative;
		width: 800px;
		height: 25px;
		background: #aad1ad url(../ippanshakai/web_advanced_header.jpg) repeat-x;
		font-weight: bold;
	}
	.content_box_header4 {
		position: relative;
		width: 800px;
		height: 25px;
		background: #7f9bac url(../ippanshakai/web_custom_header.jpg) repeat-x;
		font-weight: bold;
	}
	.content_box_header5 {
		position: relative;
		width: 800px;
		height: 35px;
		border: 1px solid #9d9d9d;
		background: #dddddd url(../ippanshakai/web_portfolio_header.png) no-repeat;
	}
	.content_box_btt {
		position: absolute;
		display: block;
		width: 14px;
		height: 17px;
		right: 10px;
		top: 4px;
		background: url(../ippanshakai/btt.png) top;
	}
		.content_box_btt:hover {
			background: url(../ippanshakai/btt.png) bottom;
		}
	.content_desc {
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
		width: 600px;
		padding-bottom: 5px;
	}
	.content_buttons {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 180px;
		height: 100%;
		background: #ccc;
		float: right;
	}
	.content_button1 {
		position: absolute;
		bottom: 60px;
		right: 22px;
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 126px;
		height: 29px;
		background: url(../ippanshakai/content_btn.png) top;
	}
	.content_button2 {
		position: absolute;
		bottom: 25px;
		right: 22px;
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 126px;
		height: 29px;
		background: url(../ippanshakai/content_btn.png) top;
	}
	.content_button3 {
		position: absolute;
		bottom: 8px;
		left: 175px;
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 126px;
		height: 29px;
		background: url(../ippanshakai/content_btn.png) top;
	}
	.content_button4 {
		position: absolute;
		bottom: 8px;
		right: 75px;
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 126px;
		height: 29px;
		background: url(../ippanshakai/content_btn.png) top;
	}
		.content_button1:hover, .content_button2:hover, .content_button3:hover, .content_button4:hover {
			background: url(../ippanshakai/content_btn.png) bottom;
		}
		a.content_button1, a.content_button2, a.content_button3, a.content_button4 {
			color: #333;
		}
	.content_box ul, .content_box2 ul {
		list-style: circle;
		margin-top: 5px;
	}
	.content_box_img {
		position: absolute;
		top: 18px;
		right: 0px;
		width: 100%;
		text-align: center;
	}
	.content_box_custom1 {
		position: relative;
		float: left;
		width: 455px;
		margin-top: 5px;
		margin-left: 5px;
		height: 194px;
		padding: 5px;
		border: 1px dashed #bbb;
		background: url(../ippanshakai/icon4.jpg) 365px 0px no-repeat;	
	}
	.content_box_custom2 {
		position: relative;
		float: right;
		width: 295px;
		margin-top: 5px;
		margin-right: 5px;
		padding: 5px;
		border: 1px dashed #aaa;
		height: 194px;
		background: #ccc;
	}
	.content_desc2 {
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
		padding-bottom: 5px;
	}
	.content_desc3 {
		position: relative;
		width: 780px;
		margin-left: 4px;
		margin-bottom: 5px;
		background: #ccc;
		float: left;
		border: 1px dotted #888;
	}	
	.content_desc4 {
		position: relative;
		margin-top: 5px;
		margin-left: 5px;
		padding-bottom: 5px;
	}
	.content_list2 {
		position: relative;
		width: 450px;
		float: left;
	}
	.content_box_img2 {
		position: relative;
		width: 180px;
		padding-top: 10px;
		text-align: center;
		float: left;
	}	
	.content_info_img {
		position: relative;
		margin: 10px 20px;
		width: 101px;
		height: 72px;
		float: left;
	}	
	.content_info_box {
		position: relative;
		width: 630px;
		font-size: 12px;
		margin: 10px 0;
		float: left;
	}
	#domain_icon {
		position: relative;
		float: left;
		left: 200px;
		width: 100px;
		text-align: center;
	}
	#hosting_icon {
		position: relative;
		float: right;
		right: 200px;
		width: 100px;
		text-align: center;
	}
	.design_process_frame {
		position: relative;
		width: 700px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: auto;
		border-bottom: 1px dashed #999;
	}
	.design_process_icon {
		position: relative;
		float: left;
		width: 50px;
		height: 49px;
	}
	.design_process_text {
		position: relative;
		float: right;
		width: 630px;
		margin-top: 5px;
	}		
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Index Layout ----------------------------------------*/
#index_button_frame {
	position: relative;
	width: 802px;
	height: 117px;
	margin-bottom: 30px;
}
	.index_case1 {
		position: relative;
		width: 227px;
		height: 164px;
		float: left;
		margin-left: 20px;
		margin-right: 40px;
	}
	.index_case2 {
		position: relative;
		width: 227px;
		height: 164px;
		float: left;
		margin-right: 41px;
	}
	.index_case3 {
		position: relative;
		width: 227px;
		height: 164px;
		float: left;
	}
	.index_button_shadow {
		position: absolute;
		height: 13px;
		width: 227px;
		bottom: 0px;
		left: 0px;
		background: url(../ippanshakai/index_button_shadow.png) no-repeat;
	}
	.index_button {
		position: absolute;
		height: 151px;
		width: 227px;
		top: 0px;
		left: 0px;
	}
	#index_rose {
		position: absolute;
		width: 138px;
		height: 75px;
		right: 10px;
		top: 0px;
		background: url(../ippanshakai/index_rose.jpg) no-repeat;
	}
	#index_intro {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 600px;
	}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Web Design Layout ----------------------------------------*/
#web_button_frame {
	position: relative;
	width: 802px;
	height: 117px;
	margin-bottom: 20px;
}
	.web_case1 {
		position: relative;
		width: 187px;
		height: 117px;
		float: left;
		margin-right: 18px;
	}
	.web_case2 {
		position: relative;
		width: 187px;
		height: 117px;
		float: left;
	}
	.web_button_shadow {
		position: absolute;
		height: 11px;
		width: 187px;
		bottom: 0px;
		left: 0px;
		background: url(../ippanshakai/web_button_shadow.png) no-repeat;
	}
	.web_button {
		position: absolute;
		height: 106px;
		width: 187px;
		top: 0px;
		left: 0px;
	}
	.www_icon {
		position: absolute;
		height: 140px;
		width: 182px;
		top: 0px;
		right: 0px;
		background: url(../ippanshakai/www_icon.jpg) no-repeat;
	}
	#w_intro {
		position: relative;
		width: 610px;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		top: 0px;
		left: 0px;
	}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Graphics Layout ----------------------------------------*/
.content_box3a {
	position: relative;
	width: 790px;
	border: 1px solid #9d9d9d;
	background: #dddddd;
	padding: 5px;
	margin: 0 auto 10px auto;
}
.content_box3b {
	position: relative;
	width: 790px;
	border: 1px solid #9d9d9d;
	background: #dddddd;
	padding: 5px;
	margin: 0 auto 20px auto;
}
.wbox_text1 {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 600px;
	padding-bottom: 5px;
	min-height: 115px;
}
.wbox_text2 {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 600px;
	padding-bottom: 5px;
	float: right;
	min-height: 115px;
}
.wbox_image1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	height: 100%;
	background: #ccc;
	text-align: center;
}
.wbox_image2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	background: #ccc;
	text-align: center;
}
.graphic_icon {
		position: absolute;
		height: 140px;
		width: 182px;
		top: 0px;
		right: 0px;
		background: url(../ippanshakai/graphic_icon.jpg) no-repeat;
	}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Table Layout ----------------------------------------*/
#table_frame {
	position: relative;
	width: 560px;
	margin: auto auto;
}
.t_title1 {
	position: relative;
	width: 248px;
	padding: 5px;
	text-align: center;
	float: left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #666;
	background: #d1bfa5 url(../ippanshakai/table_bg.jpg);
	
}
.t_title2 {
	position: relative;
	width: 89px;
	padding: 5px;
	text-align: center;
	float: left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #d1bfa5 url(../ippanshakai/table_bg.jpg);
}
.t_cell1 {
	position: relative;
	width: 248px;
	padding: 5px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
}
.t_cell2 {
	position: relative;
	width: 89px;
	padding: 5px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
}
.t_cell3 {
	position: relative;
	width: 289px;
	padding: 5px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
}
.t_cellg {
	position: relative;
	width: 89px;
	padding: 5px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
	background: #ddfed0 url(../ippanshakai/tick.png) center center no-repeat;
}
.t_cellr {
	position: relative;
	width: 89px;
	padding: 5px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888;
	background: #fed0d0 url(../ippanshakai/cross.png) center center no-repeat;
}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Footer Layout ----------------------------------------*/
#footer_frame {
	position: relative;
	width: 802px;
	height: 30px;
	padding-top: 40px;
	margin: 20px auto 20px auto;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background: url(../ippanshakai/as_logo.png) top center no-repeat;
}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Contact Layout ----------------------------------------*/
#c_formframe {
	position: relative; 
	height: 270px;
	width: 450px;
	margin-top: 15px;
	margin-left: 50px;
	float: left;
	background: url(../ippanshakai/email.jpg) no-repeat 290px 5px;
}
	#c_form {
		position: absolute;
		left: 0;
		top: 0;
		width: 365px;
		text-align: left;
	}
		.c_formtextname {
			margin: 5px 0;
			width: 250px;
			font-size: 11px;
			left: 5px;
			background: #e8e8e8 url(../ippanshakai/c_user.png) right no-repeat;
			border: 1px solid #999;
			color: #333333;
			padding: 5px;
			border-left: 4px solid #999;
		}
		.c_formtextemail {
			margin: 5px 0;
			width: 250px;
			font-size: 11px;
			left: 5px;
			background: #e8e8e8 url(../ippanshakai/c_email.png) right no-repeat;
			border: 1px solid #999;
			color: #333333;
			padding: 5px;
			border-left: 4px solid #999;
		}
		.c_formtextsubject {
			margin: 5px 0;
			width: 250px;
			font-size: 11px;
			left: 5px;
			background: #e8e8e8 url(../ippanshakai/c_subject.png) right no-repeat;
			border: 1px solid #999;
			color: #333333;
			padding: 5px;
			border-left: 4px solid #999;
		}
		.c_formbox {
			margin: 5px 0;
			width: 350px;
			height: 100px;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background: #e8e8e8 url(../ippanshakai/c_message.png) top right no-repeat;
			border: 1px solid #999;
			color: #333333;
			padding: 5px;
			border-left: 4px solid #999;
		}
		.c_formbuttonframe {
			padding-top: 10px;
			text-align: right;
		}
		.c_formbutton1 {
			border: 1px solid #999;
			background-color: #e8e8e8;
			border-left: 4px solid #999;
			border-right: 4px solid #999;
			text-align: center;
			height: 25px;
			width: 115px;
			padding-bottom: 3px;
		}
#c_confirm {
	position: relative;
	margin: auto;
	top: 20px;
	padding-top: 90px;
	height: 110px;
	width: 550px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333;
	background: url(../ippanshakai/c_bg.jpg) center no-repeat;
}
#c_contacts {
	position: relative; 
	height: 200px;
	width: 202px;
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: right;
}
	#c_contacts_general {
		position: absolute;
		top: 0;
		left: 0px;
		height: 50px;
		width: 200px;
		display: block;
		background: #e8e8e8 url(../ippanshakai/c_general.jpg) no-repeat;
		border: 1px solid #999;
	}
	#c_contacts_web {
		position: absolute;
		top: 70px;
		left: 0px;
		height: 50px;
		width: 200px;
		background: #e8e8e8 url(../ippanshakai/c_web.jpg) no-repeat;
		border: 1px solid #999;
	}
	#c_contacts_graphics {
		position: absolute;
		top: 140px;
		left: 0px;
		height: 50px;
		width: 200px;
		background: #e8e8e8 url(../ippanshakai/c_graphics.jpg) no-repeat;
		border: 1px solid #999;
	}
	.c_contacts_text {
		position: absolute;
		right: 5px;
		top: 12px;
		width: 150px;
		font-size: 11px;
		text-align: center;
		line-height: 13px;
	}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- About Layout ----------------------------------------*/
#about_rose {
	position: relative;
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
	background: url(../ippanshakai/rose.jpg) center no-repeat;
}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Order Form Layout ----------------------------------------*/
.o_textbox {
	width: 250px;
	font-size: 12px;
	left: 5px;
	background: #e8e8e8;
	border: 1px solid #999;
	color: #333333;
	padding: 5px;
	border-left: 2px solid #999;
}
.o_textbox_r {
	width: 250px;
	font-size: 12px;
	left: 5px;
	background: #e8e8e8 url(../ippanshakai/o_required.png) right top no-repeat;
	border: 1px solid #999;
	color: #333333;
	padding: 5px;
	border-left: 2px solid #999;
}
.o_textboxs {
	width: 40px;
	font-size: 12px;
	left: 5px;
	background: #e8e8e8;
	border: 1px solid #999;
	color: #333333;
	padding: 2px;
	border-left: 2px solid #999;
}
.o_textboxsr {
	width: 40px;
	font-size: 12px;
	left: 5px;
	background: #e8e8e8 url(../ippanshakai/o_required.png) right top no-repeat;
	border: 1px solid #999;
	color: #333333;
	padding: 2px;
	border-left: 2px solid #999;
}
.o_messagebox {
	width: 550px;
	height: 100px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	border: 1px solid #999;
	color: #333333;
	padding: 5px;
	border-left: 2px solid #999;
}
.o_messagebox_r {
	width: 550px;
	height: 100px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8e8 url(../ippanshakai/o_required.png) right top no-repeat;
	border: 1px solid #999;
	color: #333333;
	padding: 5px;
	border-left: 2px solid #999;
}
.o_case  {
	position: relative;
	width: 740px;
	padding: 10px;
	margin-left: 20px;
}
.o_label1 {
	position: relative;
	float: left;
	width: 75px;
	line-height: 24px;
}
.o_label2 {
	position: relative;
	width: 760px;
	line-height: 24px;
}
.o_box1 {
	position: relative;
	float: left;
	left: 10px;
	width: 100px;
}
.o_box2 {
	position: relative;
	width: 750px;
	margin-left: 10px;
}
#o_submit {
	text-align: center;
	height: 38px;
	width: 100%;
	margin-bottom: 30px;
}
#o_bg {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 20px;
	right: 40px;
	background: url(../ippanshakai/o_bg.jpg) no-repeat;
}
.divider {
	border: 1px solid #999;
}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Showcase Layout ----------------------------------------*/
.content_boxs {
	position: relative;
	width: 800px;
	border: 1px solid #9d9d9d;
	background: #dddddd;
	margin: 0 auto 20px auto;
}
.s_trigger { /* Button Frame*/
	position: relative;
	padding-left: 40px;
	background: url(../ippanshakai/showcase_btn.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	width: 760px;
	cursor: pointer;
}
.s_trigger a {
	font-size: 14px; 
	line-height: 36px; 
	padding: 10px;
	color: #111;
}
.s_trigger.active {/*--Changed BG State--*/
		background-position: left bottom;
		} 
.s_container { /*Fold Content Box*/
	padding: 0;
	overflow: hidden;
	width: 800px;
	padding-top: 8px;
	clear: both;
	border-top: 1px solid #bbb;
}
.s_thumb_frame {
	position: relative;
	height: 125px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.s_thumb {
	position: relative;
	width: 148px;
	height: 125px;
	float: left;
	margin-right: 10px;
	background: #ccc;
}
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- Error Layout ----------------------------------------*/
#error_frame {
	position: relative;
	width: 802px;
	height: 375px;
	background: url(../ippanshakai/error404.jpg) no-repeat;
}
#error_frame2 {
	position: relative;
	width: 802px;
	height: 375px;
	background: url(../ippanshakai/error403.jpg) no-repeat;
}
#error_text {
	position: absolute;
	width: 500px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	right: 35px;
	top: 215px;
}
/*-----------------------------------------------------------------------------------------------*/



/*====================================================================================================*/
/*---------------------------------------- Lightbox (Slimbox) ----------------------------------------*/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {background: #fff url(../ippanshakai/lightbox/loading.gif) no-repeat center;}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url(../ippanshakai/lightbox/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(../ippanshakai/lightbox/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 100px;
	height: 22px;
	background: transparent url(../ippanshakai/lightbox/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {margin-right: 71px;}
#lbCaption {font-weight: bold;}
/*-----------------------------------------------------------------------------------------------*/