@charset 'utf-8';

/* Common Settings
--------------------------------------------------------------------------*/

body {
	background: #d3d3d3 url(/img/bgBody.gif) repeat-y center top;
	margin: 0;
	text-align: center;
}

body, td, th, div, p, a, pre {
	font-size: small !important;
	font-size: x-small;
	line-height: 1.2;
}

select, input, textarea {
	font-size: 100%;
}

body, td, th, div, p, a, pre,
select, input, textarea {
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
		'平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
		'ＭＳ Ｐゴシック', 'MS PGothic', 
		'ＭＳ ゴシック', 'MS Gothic',
		sans-serif;
}

/* MacIE Only */
small {
	font-weight: normal;
	font-size: 9px;
}
/* Css Hack Except MacIE5 \*/ 
small {
	font-size: 80%;
}
/* Css Hack End */

h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

a:link, a:visited {
	color: #0033cc;
}

a:active, a:hover {
	color: #0099ff;
}

a img, noscript img {
	border: 0;
}

.Sta a:link, .Sta a:visited ,
.Sta a:active, .Sta a:hover {
	color: #000000;
	text-decoration: none;
}

.Bda a:link, .Bda a:visited, 
.Bda a:active, .Bda a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 10px 0.5em;
}

ul li {
	background: url(/img/ico/16/liDefault.gif) no-repeat;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 20px;
}

p {
	margin: 1em 0;
}

p img {
	margin: 0 0 0.3em 0;
}

blockquote {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	border-top: 1px solid #cccccc;
	background: none;
}

.B {
	font-weight: bold;
}

.TxtL {
	text-align: left;
}

.TxtC {
	text-align: center;
}

.TxtR {
	text-align: right;
}

.Clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	color: #ffffff;
}

.PlusHeight {
	font-size: 10px;
	line-height: 1 !important;
	line-height: 0;
}

img.L {
	float: left;
	margin: 5px 10px 10px 0;
}

img.Border {
	border: 1px solid #cccccc;
}

span.Attention, p.Attention {
	color: #cc0000;
}

span.Hosoku {
	color: #006633;
}

#analyzer {
	position: absolute;
	left: -5000px;
	top: -5000px;
	width: 1px;
	height: 1px;
	z-index: auto;
}

.OpenCloseTitle {
	background: url(../img/ico/16/openClosePlus.gif) no-repeat left center;
	padding-left: 16px;
	font-weight: normal;
	cursor: pointer;
	color: #FF8040;
	display: block;
}

.OpenCloseContents {
	display: none;
	padding: 10px;
}


/* This Site Only
--------------------------------------------------------------------------*/

#frame {
	text-align: left;
	margin: 0 auto;
	width: 740px;
}

h1 {
	background: url(/img/logo.gif) no-repeat center top;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 32px !important;
	height: 52px;
	padding: 20px 10px 0 0;
	margin: 0;
}

#contents {
	padding: 0 5px 5px 5px;
}

.Menu {
	background: #333333;
	color: #ffffff;
	font-size: 12px;
	width: 725px !important;
	width: 730px;
	height: 1.7em;
	padding: 0 0 0 5px;
	margin: 0;
}

.Menu a {
	font-size: 12px;
}

.Menu li {
	float: left;
	display: block;
	background: url(/img/ico/16/liMenu.gif) no-repeat right;
	padding: 0.3em 1.2em 0 0;
	margin: 0;
}

.Menu a:link, .Menu a:visited{
	color: #ffffff;
	text-decoration: none;
}

.Menu a:active, .Menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#topicPath {
	width: 100%;
	height: 1.7em;
	padding: 0 0 0 2px;
	margin: 0.5em 0 0 0;
}

#topicPath li {
	float: left;
	display: block;
	background: url(/img/ico/16/liTopicPath.gif) no-repeat right;
	padding: 0.2em 1.2em 0 0 !important;
	margin: 0;
}

#col2, #col3 {
	padding: 10px 0;
}

div.L, #col2 div.C, #col3 div.C, #col3 div.R {
	height: 130em !important;
	height: 125em;
}

div.L {
	float: left;
	width: 219px !important;
	width: 220px;
	border-left: 1px solid #cccccc;
}

#col2 div.C {
	float: left;
	width: 508px !important;
	width: 510px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#col2 div.R {
	display: none;
}

#col3 div.C {
	float: left;
	width: 328px !important;
	width: 330px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#col3 div.R {
	float: left;
	width: 179px !important;
	width: 180px;
	border-right: 1px solid #cccccc;
}

#col2 .Col2 {
	float: left;
	width: 200px;
	height: 15em;
}

/* MacIE Only */
#col2 .Col2 {
	margin: 0 13px 0 25px;
}
/* Css Hack Except MacIE5 \*/ 
#col2 .Col2 {
	margin: 0 24px 0 18px !important;
	margin: 0 13px 0 15px;
}
/* Css Hack End */


#dummyFooter {
	clear: both;
	border-top: 1px solid #cccccc;
	color: #ffffff;
	font-size: 10px;
}

.Footer {
	background: #cccccc;
	color: #333333;
	width: 660px !important;
	width: 730px;
	padding: 0 0 0 70px;
}

.Footer li {
	background: url(/img/ico/16/liFooterMenu.gif) no-repeat right;
}

.Footer a:link, .Footer a:visited{
	color: #333333;
	text-decoration: none;
}

.Footer a:active, .Footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#copyright {
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 0.5em 0;
}

#copyright a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}


/* Special
--------------------------------------------------------------------------*/

div.Box1, h2.Box1 {
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #cccccc;
}

div.Box2 {
	padding: 10px;
	border-top: 1px solid #cccccc;
}

div.ColrBox1, div.ColrBox2, div.ColrBox3 {
	color: #ffffff;
	padding: 10px;
	margin: 3px 0 0 0;
}

div.ColrBox1 a:link, div.ColrBox2 a:link, div.ColrBox3 a:link,
div.ColrBox1 a:visited, div.ColrBox2 a:visited, div.ColrBox3 a:visited {
	color: #ffffff;
}

div.ColrBox1 a:hover, div.ColrBox2 a:hover, div.ColrBox3 a:hover,
div.ColrBox1 a:active, div.ColrBox2 a:active, div.ColrBox3 a:active {
	color: #ffffff;
}

div.ColrBox1 {
	background: #4ba0d6;
}

div.ColrBox2 {
	background: #ffb200;
}

div.ColrBox3 {
	background: #73a619;
}

.ThumbArticle, .ThumbLink {
	float: left;
	width: 135px;
	margin: 0 11px 0 10px;
}

.ThumbArtcle {
	height: 16em;
}

.ThumbLink {
	height: 12em;
}

.How2Article {
	float: left;
	width: 135px;
	height: 16em;
	margin: 0 11px 0 10px;
}

.ThumbArticle img, .How2Article img {
	margin: 0.5em 0;
}

.PhotoArticle {
	text-align: center;
}

.PhotoArticle img {
	border: 1px solid #cccccc;
}

.PhotoArticle p, .PhotoArticle .Col2, .PhotoArticle .Clear {
	margin: 0 0 2em 0;
}

.PhotoArticle .Col2 p {
	margin: 0.5em 0 0 0 ;
	text-align: left;
}

pre {
	padding: 1em;
	margin: 0.5em 0 1.5em 0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

pre.Code {
	border: 1px dashed #999999;
}

pre.Prompt {
	background: #000000;
	border: 1px dashed #ffffff;
	color: #ffffff;
}

pre.Prompt b {
	color: #8fd500;
}

pre.Prompt .Command {
	color: #00ff00;
}

pre.Prompt .Comment {
	color: #00ffff;
}

pre.Code .Comment {
	color: #cc6600;
}

pre.Code .ComPlain {
	color: #999999;
}

pre.Code .ComScript {
	color: #999999;
}

pre.Code .ComCss {
	color: #006633;
}

pre.Important, p.Important, span.Important {
	color: #ff0000;
	font-weight: bold;
}

table.Width100 {
	width: 100% !important;
	width: 96%;
}

table.Width100 th, table.Width100 td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

table.Data {
	background: #cccccc;
}

table.Data th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.Data td {
	background: #ffffff;
	vertical-align: top;
}

.Data .Row1 th {
	background: #e3e3e3;
}

.Data .Row1 td {
	background: #f5f5f5;
}

.Data .Row2 th {
	background: #f2f2f2;
}

.Data .Row2 td {
	background: #ffffff;
}


/* Calendar
--------------------------------------------------------------------------*/

table.calendar {
	background: #bcbcbc;
}

table.calendar th {
	background: #929a82;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}

table.calendar td {
	background: #ffffff;
	font-size: 12px;
	text-align: center;
	color: #333333;
	width: 30px;
	height: 20px;
	vertical-align: middle;
}

table.calendar td.Today {
	background: #ffffcc;
	color: #525252;
	font-weight: bold;
}

table.calendar td.Sat {
	color: #5770c0;
	/*background-color: #FFFEFE;*/
}

table.calendar td.Sun {
	color: #ae4d67;
	/*background-color: #FFFEFE;*/
}

table.calendar td.holyday {
	color: #ae4d67;
}

table.calendar td.xday {
	font-weight: bold;
	color: #009999;
}

table.calendar td.birthday {
	font-weight: bold;
	color: #990000;
}


/* Rss Reader
--------------------------------------------------------------------------*/

.RssReader dl, .RssReader dd {
	margin: 0;
	padding: 0;
}

.RssReader dt {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.RssReader dd {
	font-size: 80%;
}

.RssReader a:link, .RssReader a:visited{
	color: #666666;
}

.RssReader a:active, .RssReader a:hover {
	color: #999999;
}


/* Lightbox 2.02
--------------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#caption a:link, #caption a:visited,
#caption a:active, #caption a:hover {
	font-weight: normal;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


/* For SEO Preview
--------------------------------------------------------------------------*/

/*
.Sta a:link, .Sta a:visited ,
.Sta a:active, .Sta a:hover {
	font-weight: bold;
	color: #669933;
}

strong, em {
	font-weight: bold;
	color: #6633cc;
}
*/

