
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}



address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}


html{ overflow-y: scroll; }
body,x:-moz-broken { margin-left:-1px; }


.fl-r{ float:right; margin-left: 20px; }
.fl-l{ float:left; margin-right: 20px; }
.fl-c{
	clear: both;
	margin-top: 20px;
}


/*「clearfix」でfloatを使った際のエリアが重なるバグを解除*/
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
.clearfix{ display: inline-block; }

* html .clearfix{ height: 1%; };
.clearfix{
	display: block;
}



body {
background-color: #ffffff;
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top;
font :12px "ＭＳ Ｐゴシック";
color: #666666
}

a	{color: #017acd}

h1	{font-size: 0.75em;
         margin-left: 250px}


/* コンテナ */
div#container	{border: solid 1px #c78867;
        background-color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto}


/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(img/top-d.jpg);
        height: 194px}

div#header h1	{font-size: 0.1em;
margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}


/* パンくずリスト */
div#menu	{font-size: 1em;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px}

div#menu2	{font-size: 1em;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px}


/* コンテンツ */
div#content	{width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2	{background-color: #ffffff;
	background-image: url(img/bar1.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 23px;
	padding-left: 30px;
	padding-top: 1px;
}

div#content h3	{background-color: #ffffff;
	background-image: url(img/bar1.jpg);
	color: #ffffff;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	padding-top: 1px;
	margin-bottom: 0}

div#content p	{font-size: 1em;
	line-height: 1.6;
	margin-top: 30px;
        margin-bottom: 30px}



/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 8px}
div#footer p	{font-size: 0.75em;
	line-height: 1.6;
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}


ul.red{
	padding-left: 30px;

	list-style: none;
	background-color: #fff;
	border-bottom: 0px solid #e7e7e7;
	float: left;
	clear: left;
}

ul.red li {
	float: left;

}

ul.red li a {
	float: left;
	text-align: center;
	color: #ffffff;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 900 14px "Arial", Helvetica, sans-serif;
width: 150px;
	background: url(img/red.png) no-repeat top right;
}

ul.red li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
	background: url(img/red.png) no-repeat top left;
}

ul.red li a:hover {
 	color: #ffff00;
	background: url(img/red.png) no-repeat top right;
}

ul.red li a:hover span {
	background: url(img/red.png) no-repeat top left;
}

ul.red li a.current {
	background: url(img/red.png) no-repeat top right;
 	color: #fff;
}

ul.red li a.current span {
	background: url(img/red.png) no-repeat top left;
}



ul.red2{
	margin-left: 203px;

	list-style: none;
	background-color: #fff;
	border-bottom: 0px solid #e7e7e7;
	float: left;
	clear: left;
}

ul.red2 li {
	float: left;
	margin-right: 0px;
}

ul.red2 li a {
	float: left;
	text-align: center;
	color: #ffffff;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 900 14px "Arial", Helvetica, sans-serif;
width: 150px;
	background: url(img/red.png) no-repeat top right;
}

ul.red2 li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
	background: url(img/red.png) no-repeat top left;
}

ul.red2 li a:hover {
 	color: #ffff00;
	background: url(img/red.png) no-repeat top right;
}

ul.red2 li a:hover span {
	background: url(img/red.png) no-repeat top left;
}

ul.red2 li a.current {
	background: url(img/red.png) no-repeat top right;
 	color: #fff;
}

ul.red2 li a.current span {
	background: url(img/red.png) no-repeat top left;
}






hr{
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #c78867;
}

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}


table{
	width: 480px;
	margin: 10px 0;
	font-size: 11px;
        background-color: #ffffff;
	border: 0px solid #ffffff;
}

td{
	width: 280px;
	padding: 0.8em;
	border: 1px;
	vertical-align: top;
}



table#aa{
	width: 100%;
	margin: 10px 0;
	font-size: 100%;
        background-color: #ffffcc;
}

th,td#aa{
	padding: 0.8em;
	border: 1px solid #333;
	vertical-align: top;
}

th#aa{
	width: 28%;
	font-weight: bold;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: left;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* ツイッター */


#wrap{
	width:960px;
	margin:10px auto;
}

#social_box{
	background:#fff;
	width:140px;
	padding:15px;
	margin-left:-80px;
	margin-top:-30px;
	text-align:center;
	position:fixed;
	top:300px;
	list-style-type:none;
}

#main{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}

ul#social_box li {
	margin-bottom: 20px;
}
