@charset "utf-8";

/* CSS Document */

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
margin: 0;
padding: 0;
line-height: 1.6;
font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
list-style-type: none;
}

img {
border: none;
}

#right_box p {
	margin: 0px 10px 20px 10px;
}
hr {
	color:#00F;
	margin-bottom:20px;
}
strong {
	color:#FF0;
}

em {
	background-color:#906;
}
h2 {
	color:#F00;
}
h3 {
	color:#0FF;
}


a {color:#F00;
}
a:visited {
	color:#0C0;
}

a:hover {color:#F0F;
}


/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */
body {
	font-size:small;
	text-align: center;
	background-color:#006;
	color:#FFF;
}

#PhotoGallery {
	font-size:small;
	text-align: center;
	background-color:#003;
	color:#FFF;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
width: 800px;
height:50px;

}
#headerG {
	width: 800px;
	height:220px;

}

#navi {
width: 800px;
height: 50px;
}
#naviG {
	width: 800px;
	height: 20px;
	padding-top:0;
	margin: 0px;
}


#main {
	width: 800px;
	text-align: center;
	margin-top: 10px;

}
#main1 {
	width: 800px;
	height:300px;
	text-align: center;
	margin-top: 10px;

}
#main2 {
	width: 800px;
	height:200px;
	text-align: center;
	margin-top: 10px;

}
#mainG {
	width: 800px;
}

#left_box {
width: 200px;
margin-bottom: 30px;
float:left;
}

#right_box {
width: 600px;
color: #FFF;
margin-bottom:30px;
float:right;
}

#right_box_white {
width: 560px;
background-color:#FFF;
color:#000;
padding-top:30px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
margin-top:20px;
margin-bottom:30px;
float:right;
}


#p1 {
	margin-left:30px;
}
#p2 {
	text-align:center;	
}
#footer {
	text-align: center;
	width: 800px;
	height: 30px;
	clear:both;
	background-image:url(../images/footer.gif);
	margin-top: 10px;
}
#footer a {
	color:#000;
}
}
#footer a:visited {
	color:#0C0;
}
}
#footer a:hover {
	color:#F00;
}
/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */

#navi ul li {
float: left;
}
#naviG ul li {
float: left;
}
