/* -----------------------------------------------
	ページ全体
----------------------------------------------- */

body,h1,h2,h3,ul,li,p,address,a {

	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;

}

img {

	border: 0;

}

body {
	color: #330000;
	background-color: #1111ff;
}

h2 {

	color: #000066;
	font-size: 100%;
	line-height: 130%;
	background: #88ccff url(images/mark1.gif) no-repeat left;
	text-indent: 25px;
	padding: 5px;
	margin-bottom: 10px;

}

h3 {

	font-size: 90%;
	line-height: 120%;
	padding: 5px 5px 5px 10px;
	text-indent: 2;

}

p,ul,dl,dt {

	color: #333333;
	line-height: 140%;
	letter-spacing: 1.5px;
	font-size: 85%;
	margin-bottom: 10px;

}

dd {

	line-height: 160%;
	margin-bottom: 15px;

}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:link {
	color: #6600ff;
}

a:visited {
	color: #000066;
}

a:hover {
	color: #11aa00;
	border-bottom: 1px solid;
}

.indexbox {

	width: 40%;
	float: left;
	padding: 25px;
	margin: 5px 15px 20px;
	background-color: #33aaff;

}

.indexbox2 {

	width: 89%;
	clear: left;
	padding: 20px 20px 20px 20px;
	margin: 5px 15px 30px;
	background-color: #33aaff;

}

.indexbox2 li {

	list-style: square;
	padding-left: 25px;
	text-indent: 5px;
	line-height: 170%;

}

div#container {

	background-color: #ffffff;
	width: 850px;
	border-right: solid 1px #000066;
	border-left: solid 1px #000066;
	margin: 0 auto 0 auto;

}

div#index {

	clear: both;
	width: 95%;
	padding-left: 20px;

}

/* -----------------------------------------------
	ヘッダー
----------------------------------------------- */

div#topleft {

	padding: 10px 0 10px 10px;
	float: left;

}

div#topleft a {

	border-bottom: none;

}

div#topright {

	padding: 10px 10px 10px 0;
	float: right;

}

div#menubar {

	clear: both;
	width: 850px;
	height: 33px;
	background-color: #000099;
	text-align: center;

}

div#menubar ul li {

	float: left;
	list-style-type: none;
	margin: 0;

}

div#menubar a {

	border-bottom: none;

}

div#current {

	clear: left;
	width: 100%;
	padding: 10px;
	vertical-align: middle;

}


/* -----------------------------------------------
	左（メニュー）
----------------------------------------------- */

div#left {

	width: 20%;
	clear: both;
	float: left;
	padding: 15px 15px 20px 20px;

}

div#left ul li {

	list-style-type: none;
	line-height: 100%;

}

div#left a {

	border-bottom: none;

}

/* -----------------------------------------------
	右（コンテンツ）
----------------------------------------------- */

div#right {

	width: 70%;
	float: left;
	text-align: left;
	padding: 15px;

}

.small {

	font-size: 80%;
	line-height: 130%;
}

.strong {

	color: #662233;
	font-weight: bold;

}

.box {

	border: solid 1px #668833;
	padding: 7px;
	margin: 15px;

}

.clear {

	clear: both;

}

.break {

	margin-bottom: 15px;

}

.photo {

	float: left;
	margin: 0 15px 15px 0;

}

.gotop {

	text-align: right;

}

.gotop a {

	color: #330000;
	text-decoration: underline;

}

/* -----------------------------------------------
	フッター
----------------------------------------------- */
div#footer {

	clear: left;
	background-color: #000066;
	margin: 15px 0 0 0;

}

div#footer p {

	color: #cccccc;
	font-size: 80%;
	line-height: 140%;
	padding: 5px;
	text-align : center;

}

div#footer address {

	text-style: normal;

}

div#footer a {

	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted;

}

div#footer a:hover {

	color: #333333;
	background-color: #ffffff;
	text-decoration: none;

}