@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Author:         Naomi Ito
 Style Info:     universal styles, clearFix
----------------------------------------------------------- */

/*----------------------------------------------------
	general-purpose class
----------------------------------------------------*/
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 1.5em;
}
*:first-child + html body {	/* for IF7 */
	font-family: "���C���I","Meiryo";
}


.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
.area:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.b {
	font-weight: bold;
}
.red {
	color: #990000;
}
.blue {
	color: #203f78;
}
/*----------------------------------------------------
	link colors
----------------------------------------------------*/
a:link {
	color:#924d3c;
	text-decoration:none;
}
a:visited {
	color:;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/

#wrapper {
	text-align: left;
}

#wrapper .area {
	width: 860px;
	padding: 10px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 100%;
	height: 159px;
	background: #000 url(../img/bg_header.gif) repeat-x;
	color: #99F;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	background: #FFF;
}

#contents .pageTop {
	clear: both;
	margin: 0px;
	text-align: right;
}
#contents .topContents {
	height: 300px;
	background: #fff url(../img/bg_indexContents.jpg) left top no-repeat;
}

/*----------------------------------------------------
	.main
----------------------------------------------------*/

.main {
	float: left;
	width: 530px;
	padding-right: 10px;
}


/*----------------------------------------------------
	.sub
----------------------------------------------------*/

.sub {
	float: right;
	width: 290px;
	padding-left: 10px;
}

#contents .topContents .sub {
	text-align: justify;
	display: block;
	width: 340px;
	margin-right:25px;
}

/*----------------------------------------------------
	#lower-contents
----------------------------------------------------*/
#lower-contents {
}
#left {
	float: left;
	width: 263px;
	padding: 10px;
}
#middle {
	float: left;
	width: 263px;
	padding: 10px;
	/*margin-left: 5px;*/
}
#right {
	float: right;
	width: 263px;
	padding: 10px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	background: #a36058;
	color: #000;
	border-top: 1px solid #40312e;
}

#footer a {
	color: #CCF;
}

address {
	text-align: center;
}

