@charset "shift_jis";



body {
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url(images/bg.jpg) no-repeat center top;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	line-height: 120%
}
ul{
	list-style-type: none;
}
img {
	border: none;
}

.color1 {
	color: #976a95;
}
.look {
	background: #222222;
}

img.left{
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}

img.right{
	float: right;
	margin-left: 0.8em;
	margin-bottom: 0.5em;
}


ul { text-align:center; }


a {
	color: #CCCCCC;
}
a:hover {
	color: #938293;
}



.pop a:hover{ /*マウスが乗ったら*/
        position: relative;
        top: 0px; left: 0px;
}
.fukidasipop { /*吹き出し本体*/
        position: absolute;
        top:360px; left:50px;
        display: none; /*何も表示しない*/
        padding: 5px; /*内側の余白*/
        width: 300px; /*ブロックの幅
        font-weight: bold; /*文字の太さ*/
        text-decoration: none; /*文字飾り*/
        color: #ffffff; /*文字色*/
        background-color: #b22222; /*背景色*/

        border-top:black solid 10px;
        border-left:#b22222 solid 10px;

     filter: alpha(opacity=85); /* IE */
　　-moz-opacity:0.85; / *Firefox・Netscape */
  　opacity:0.85; /* Opera・Safari */
}
a:hover .fukidasipop {
        display: block; /*ブロック要素で表示*/
}





h1 {
	font-size: 10px;
	text-align: left;
}


h3 {
	font-size: 30px;
	text-align: left;
}

hr {
	border-style:dotted;
	border-color:#000E55;
}


#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 917px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



#image-container {
	background: url(images/image1.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	
}



ul#menu li {
	float: left;
	width: 151px;
}




#contents {
	clear: left;
	width: 100%;
}




#move{
	text-align: center;
	margin-top: 5px;
	margin-right: 8px;
}




#main {
	display: inline;
	float: left;
	width: 500px;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 100px;
}

#main h1 {
	font-size: 150%;
	color: #FFFFFF;
}

#main h2 {

	font-size: 100%;
	border-top: 1px solid #2A1C29;
	border-bottom: 1px solid #2A1C29;
	line-height: 20px;
	background: url(images/h2_bg.jpg) no-repeat right center;
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}

#main h3 {
	font-size: 150%;
	text-decoration:
	color: #FFFFFF;
}


#main h4 {
	font-size: 200%;
	line-height: 10px;
	color: #FFFFFF;
}


#main2 {
	display: inline;
	float: left;
	width: 700px; 
	margin-left: 100px;
	padding-top: 20px;
	padding-bottom: 100px;
}


#main2 h2 {
	font-size: 100%;
	border-top: 1px solid #2A1C29;
	border-bottom: 1px solid #2A1C29;
	line-height: 20px;
	background: url(images/h2_bg.jpg) no-repeat right center;
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}

#main2 h3 {
	font-size: 150%;
	text-decoration:
	color: #FFFFFF;
}

#main2 h4 {
	font-size: 110%;
	color: #FFFFFF;
}

#main3 {
	display: inline;
	float: left;
	width: 850px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 100px;
}

#main3 h2 {
	font-size: 100%;
	border-top: 1px solid #2A1C29;
	border-bottom: 1px solid #2A1C29;
	line-height: 20px;
	background: url(images/h2_bg.jpg) no-repeat right center;
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}

#main3 h3 {
	font-size: 150%;
	text-decoration:
	color: #FFFFFF;
}

#main3 h4 {
	font-size: 110%;
	color: #FFFFFF;
}


#main p {
	padding: 0.5em 10px 1em;
}



#side {
	display: inline;
	float: right;
	width: 250px;
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 100px;
}

#side h3 {
	background: #130d13;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 100%;
	border: 1px solid #2A1C29;
	color: #FFFFFF;	
}

#side h2 {
	font-size: 15px;
	text-align: left;
}


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


#side dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#side dt {
	font-weight: bold;
	color: #976a95;	
	margin-bottom: 0.2em;
}
#side dd {
	border-bottom: 1px dotted #274B89;
	margin-bottom: 1em;
}



#map {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;

table#ryoukin {border-collapse: collapse}
table, th, td {border: 2px solid #000aaa}
th{
	font-size: small;
	color: #ffffff;
	background-color: #000000;
}

#footer {
	clear: both;
	width: 909px;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	line-height: 1.4;
	height: 70px;
	padding-top: 30px;
}



