@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background-color: #000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-image: url(image/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
h1 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: xx-large;
	background-color: #000;
}
p {
	font-size: small;
	line-height: 140%;
}
.red {
	color: #C00;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #171717;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-table;/* MACのIE向け *//* \*/ 
	display: block;/* *//* MACのIE以外にdisplay: block;を上書き */
	min-height: 1px;/* IE7向けに親ボックスの最小高さを指定 */
	background:url(image/sideBack.jpg) repeat-y right;  
}
#container:after {
	content: ".";/*ピリオド（.）を生成*/
	display: block;/*clearを効かせるためピリオドをブロック要素に見せる*/
	visibility: hidden;/*ピリオドを隠す*/
	height: 0;/*ピリオドの高さをなくす*/
	line-height: 0;/*ピリオドの行間をなくす*/
	clear: both;/*クリアする*/
}
#header {
	width: 800px;
}
#navbar {
	width: 800px;
}
#contents {
	width: 800px;
	clear: both;
}
#footer {
	width: 796px;
	clear: both;
	background-color: #000;
	padding: 3px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#main {
	float: left;
	width: 600px;
	background-color: #FFF;
	padding: 0px;
}

#titleFlash {
	text-align: center;
	margin-top: 10px;
}
#mainMessage {
	width: 576px;
	padding: 12px;
}

#side {
	float: right;
	width: 200px;
	background-color: #000;
	height: auto;
	font-size: small;
	padding: 0px;
	zoom:1;
}
body, h1, h2, p {
	margin: 0px;
	padding: 0px;
}
#main h2 {
	background-color: #333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 545px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	font-size: small;
	color: #FFF;
	letter-spacing: 0.2em;
	background-image: none;
	background-repeat: repeat-y;
	margin-right: 12px;
	margin-left: 12px;
	clear: both;
}
#main h2 a {
	color: #FFF;
}
#side h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	list-style-type: none;
	cursor:pointer;
	color: #EEE;
}
#side .kakomi a {
	font-size: small;
	color: #EEE;
	text-decoration: none;
}
#side .kakomi h2 a {
	color: #333;
	text-decoration: none;
	background-color: #FFF;
}
#page_top {
	font-size: small;
	text-decoration: none;
	float: none;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}
.kakomi {
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #AAA;
	padding: 10px;
	background-color: #111;
}
.kakomi p.title{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	float: left;
	width: 160px;
	list-style-type: none;
	text-align: center;
}
#navbar a {
	background-color: #000;
	display: block;
	font-size: small;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
#navbar a:hover {
	background-color: #333;
}
.img_left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
.float_clear {
	clear: both;
}
th, td {
	font-size: small;
}
.galLine{
	width:					560px;
	height:					80px;
	list-style-type:		none;
	float:					left;
	padding-top: 10px;
	padding-right: 25;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
}
.galLine ul.column{
	list-style-type:none;
	float:left;
}
.galLine ul.column li{
	float:left;
	margin-right:5px;
	display:inline;
}
.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
