@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ 明朝";
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p {
   margin:0;
}

img{
	border:0;
}

h1 {
	margin:0;
	padding: 0;
	font-size:x-small;
	text-align:right;
	font-weight: normal;
}


.title {
	font-size:x-small;
	text-align:right;
	font-weight: normal;
}

#header {
	width:860px;
	height:70px;
	margin:0 auto;
	padding:0 5px 0 10px;
	background:#fff;
}
#header .logo {
	border: none;
	float: left;
	
}

#header #gnavi {
	float:right;
	font-size: small;
	height:68px;
}

#header #gnavi ul {
	width:300px;
	padding-top:30px;
}


#header #gnavi li {
	width:150px;
	float:left;
	font-weight: bold;
	color: #333;
	background-image: url(img/arrow_g.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left:15px;
}



#header #gnavi li a:hover {
	text-decoration:none;
	color: #D02222;
	list-style-type: none;
}
/*--------メニュー-----------*/
.menu {
	height: 38px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background:#fff url("img/bg_menu.gif") 0 0 repeat-x;
	clear: both;


}


#menu {
	padding: 0px;
	font-size:90%;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;

	}

#menu ul {
	padding:0;
	margin: 0;
	width: 800px;
	

}

#menu li {
	height:25px;
	float:left;
	margin:0;
	padding: 8px 15px 3px 12px;
	list-style-type:none;

}

#menu li a {
	
	display:block;
	color: #333;
	font-size: 85%;
	text-decoration:none;

}

#menu li a:hover {
	text-decoration:none;
	border-bottom:2px #D02222 solid;
}

#container {
	width: 780px;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #fff;
}
#container #topContents {
	float: left;
	width: 530px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#container #topContents h2.information {
	text-indent: 24px;
	display: block;
	color: #333;
	font-size: 100%;
	height: 36px;
	width: 518px;
	background-color: #FFF;
	background-image: url("img/information.gif");
	background-repeat: no-repeat;
	border: 1px ridge #CCC;
	line-height: 200%;
	margin-top: 20px;

}
#container #topContents ul.info {
	font-size: 95%;
	color: #333;
	list-style-image: url(img/arrow_g.png);
	list-style-position: outside;
}
#container #topContents .info li {
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}


#container #side {
	width: 225px;
	background:#fff;
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 0px;
}
#footer address {
	font-size: 80%;
	font-style: normal;
}



#container #side .box {
	width: 200px;
	font-size: 90%;
	border:1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	background-color: #fff;

}


#container .mainContents {
	margin-top:10px;
	float: left;
	width: 740px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}
.pannavi {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#container div.pannavi {
}


/*#container .mainContents h2 {
	text-indent: 24px;
	display: block;
	color: #333;
	font-size: 100%;
	height: 30px;
	width: 518px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	border: 1px ridge #CCC;
	line-height: 200%;
	margin-top: 5px;

}*/

#container h2 {
	text-indent:6px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top:15px;
	margin-left:7px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #CCC;
	background-image: url(img/h2.gif);
	height: 30px;
	line-height: 200%;
	font-size:inherit;
	background-repeat: no-repeat;
}
	
#container .mainContents h3 {
	text-indent:8px;
	font-size:inherit;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #DD2222;
	height:15px;
	margin-top:15px;
	margin-left:5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom:8px;
	margin-right: 10px;
	clear: both;
}

#container .mainContents h4 {
	text-indent:8px;
	font-size:inherit;
	height:15px;
	margin-top:15px;
	margin-left:5px;
	margin-right:20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	padding-bottom:6px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#container .mainContents h5 {
	text-indent:8px;
	font-size:90%;
	height:8px;
	margin-top:15px;
	margin-left:14px;
	margin-right:20%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #DD2222;
	padding-bottom:8px;

	clear: both;
}

#container .mainContents ul.info {
	font-size: 95%;
	color: #333;
	list-style-image: url(img/arrow_g.png);
	list-style-position: outside;
}
#container .mainContents .info li {
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#container .mainContents p {
	margin-left: 10px;
	margin-top: 20px;
}
#container .mainContents img {
	margin: 10px;
}


/*----サブナビゲーション--------*/
#container #sub_navi {
	background-image: url(img/sub_menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: small;
	width: 800px;
	border: 1px solid #CCC;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;

}

#snavi li {
	float:left;
	margin:-10px 0 0 0;
	padding: 0px 15px 0px 0px;
	list-style-type:none;
	height:25px;
}

#snavi li a {
	display:block;
	color: #333;
	text-decoration:none;

}

#snavi li a:hover {
	color:#DD2222;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D02222;
}
#snavi .active{
	color:#DD2222;
	border-bottom:solid 2px #DD2222;

}







.top {
	font-size: 70%;
	text-align: right;
	color: #333;
}



/*---------フッタ--------------*/

#footer {
	background-color: #FFF;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 80px;
	clear: both;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
#footer .fbox{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	padding-top: 5px;
}

#footer .left {
	float: left;
	width: 400px;
	font-size: x-small;
	text-align: left;
	padding-left: 100px;
}
#footer .right {
	float: right;
	width: 560px;
	font-size: x-small;
	text-align: left;
}

#footer address {
	clear: both;
	color: #000000;
	text-align: center;
}



/*-----テキスト関係------*/

.txt80{
		font-size:80%;
}
.txt90 {
		font-size:90%;
}
.txt97
{
		font-size:97%;
}

.red {
	color: #Dd2222;
}



/*-----リンクスタイル------*/
a:link{
	text-decoration:underline;
	color:#333;
}
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover{
	text-decoration:none;
	color:#D02222;
}

/*---------レイアウト関係-------*/
.fltrt {
	float:right;
}

.fltlft {
	float:left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
table#profile {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-----------テーブル--------------*/
table#profile tr,th,td {
	vertical-align:top;
	font-size:98%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .mainContents #profile tr td.intro {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table#profile2 tr,th,td {
		border:none;
		vertical-align:top;
		font-size:98%;
		}
.photoexp {
	padding: 10px;
	border: 2px solid #CCC;
	margin: 5px;
	width: 220px;
	font-size: 80%;
	margin-left: 20px;
}
.photoexp3 {
	padding: 10px;
	border: 2px solid #CCC;
	margin: 5px;
	width: 150px;
	font-size: 80%;
	margin-left: 20px;
}
table.fee {
	font-size: 95%;
	text-align: left;
	padding: 5px;
	border-collapse:collapse;
	text-indent: 5px;
	margin-top: 10px;
	margin-left: 10px;
}

table.fee th{
	background-color: #FFEAE1;
	border:1px solid #CCC;
	font-weight: normal;
}
table.fee td {
		border:1px solid #CCC;	
}
#container .mainContents form ul li {
	list-style-type: square;
	list-style-position: outside;
	line-height: 180%;
}
#container .mainContents li.fo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 10px;
}

#container .mainContents form {
	margin-left: 15px;
	text-indent: 25px;
	border: 2px dashed #CCC;
}
#container .mainContents form p {
	text-indent: 30px;
}
