@charset "UTF-8";
/* formatting style
---------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	font-style: normal;
	font-weight: normal;
}

/* link style
---------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


/* basic layout
---------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#header {
	height: 235px;
	width: 858px;
}


/* main layout
---------------------------------*/

#main {
	float: left;
	width: 478px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 20px 30px 15px;
}
#main h1 {
	font-size: 100%;
	font-weight: normal;
	color: #FF6600;
	padding: 15px 0px 4px;
	font-style: normal;
}
#main  h2 {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}
#main h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	padding-bottom: 5px;
	padding-top: 20px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* photo layout
---------------------------------*/

#photo {
	background-color: #FFFFFF;
	width: 290px;
	float: left;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-left: 30px;
	list-style: none;
}

/* footer layout
---------------------------------*/

#footer {
	padding: 15px;
	clear: both;
	border-top: 1px solid #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 85%;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}


/* text style
---------------------------------*/

#main .mini {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 20px;
}
