body {
	margin : 0;
	padding : 0;
	font-size : 12px;
	line-height : 20px;
	color : #17191e;
}

img { border : none; }

a:link { color : #3963A7; }
a:visited { color : #5B78A7; }
a:hover, a:visited:hover, a:active { color : #660000 }

body#bg01 {
	background : #FFFFFF;
}

body#bg02 {
	background : #000000;
}

.clearer {
	clear : both;
}
#Container {
	width : 600px;
	margin : 5px auto;
}

#Header {
	width : 568px;
	height : 10px;
	margin : 0;
	padding : 0 16px;
	float : left;
	_float : none;
	display : block;
}
.hbg01 { background : url(../commonimg/sph_g.gif) repeat-y left top; }

#Contents {
	width : 568px;
	margin : 0;
	padding : 0 16px;
	float : left;
	_float : none;
}

.cbg01 { background : url(../commonimg/spbak_g.gif) repeat-y left top; }
.cbg02 { background : url() repeat-y left top; }

h2 {
	margin : 0 0 30px 0;
	padding : 0;
}

h3 {
	margin : 0 15px 10px;
	padding : 0 0 0 17px;
	font-size : 13px;
	color : #303640;
	background : url(../commonimg/spparam.gif) no-repeat left 6px;
}
.Block {
	width : 528px;
	margin : 0 10px 20px;
	padding : 0 10px;
	float : left;
	_float : none;
}
.bggray { padding : 10px; background : #CCCCCC; }
.bordered { border-bottom : #666666 1px solid; }


.Block a:link img, .Block a:visited img { border : #535353 1px solid; }
.Block a:hover img, .Block a:visited:hover img { border : #939393 1px solid; }

a:link { color : #3963A7; }
a:visited { color : #5B78A7; }
a:hover, a:visited:hover, a:active { color : #660000 }


/* 画像下と上 */

.b04imgs {
	width : 528px;
	margin : 0 0 10px 0;
	float : left;
	_float : none;
}

.b04img {
	width : 176px;
	float : left;
	text-align : center;
}
.b04img p {
	margin : 0 0 10px 0;
	font-size : 11px;
}

/* 画像下と上（横並び） */
.b01txt {
	margin : 0 0 20px 0;
}

.b01img {
	margin : 0 0 10px 0;
	text-align : center;
}
.b01img p {
	margin : 0 0 10px 0;
	font-size : 11px;
}


/* 画像右 */
.b02txt {
	width :310px;
	float : left;
	margin : 0 16px 0 0;
}

.b02img {
	width : 202px;
	float : left;
	margin : 0 0 0 0;
	text-align : center;
}
.b02img p {
	margin : 0 0 10px 0;
	font-size : 11px;
}

/* 画像左 */
.b03txt {
	width :310px;
	float : left;
	margin : 0 0 0 16px;
}

.b03img {
	width : 202px;
	float : left;
	margin : 0 0 0 0;
	text-align : center;
}
.b03img p {
	margin : 0 0 10px 0;
	font-size : 11px;
}

.b05txt {
	width :430px;
	float : left;
	margin : 0 0 0 16px;
}

.b05img {
	width : 82px;
	float : left;
	margin : 0 0 0 0;
	text-align : center;
}
.b05img p {
	margin : 0 0 10px 0;
	font-size : 11px;
}

#Footer {
	width : 568px;
	height : 35px;
	padding : 30px 16px 0;
	font-size : 10px;
	color : #FFFFFF;
	float : left;
	background : url(../commonimg/ft_g.gif) no-repeat left top;
}

#Link {
	width : 528px;
	margin : 0 10px 20px;
	padding : 0 10px;
	text-align : center;
	clear : all;
}
#Link span { margin : 0 5px; color : #666666; }
#Link a { margin : 0 5px; }

h3#result {
	margin : 10px 15px 5px;
	padding : 0 0 0 17px;
	font-size : 12px;
	color : #303640;
	background : url(../commonimg/spparam.gif) no-repeat left 6px;
}
#Result {
	width : 528px;
	margin : 0 10px 20px;
	padding : 10px;
	background : #EEEEEE;
}

#Result table {
	width : 528px;
	margin : 0;
	padding : 0;
	font-size : 11px;
}

#Result table th {
	padding : 0 4px;
	colot : #333333;
	font-weight : normal;
	border-bottom : #333333 1px solid;
}
#Result table td {
	padding : 2px 4px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
