@charset "utf-8";

/* ：共通
------------------------------------------------------------ */

.clearfix,
.content,
.pr { 
	overflow:hidden; 
}

* html .clearfix,
* html .content { 
	zoom: 1; 
}

a img { 
	border-style:none;
}

* {
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #585858;
	text-align: left;
}

body {
	background-attachment: scroll;
	background-image: url(../img/theme/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F8F8F8;
	text-align: center;
}
#wrapAll {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 30px;
	margin-bottom: 35px;
}
#header h1 {
	float: left;
	width: 320px;
}
#header p#caption {
	float: right;
	width: 500px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1D5F9C;
	font-size: 12px;
	line-height: 120%;
}
#mainContent {
	padding: 10px;
	background-color: #FFFFFF;
}
#mainContent div#line {
	border: 1px solid #6C6C6C;
	padding: 10px;
	background-image: url(../img/index/img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#footer {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6C6C;
}
#footer li {
	float: left;
	list-style-type: none;
	font-size: 12px;
}
#footer p.copyright {
	clear: both;
	font-size: 12px;
}
#index   p#copy {
	text-align: right;
	margin-bottom: 60px;
}
#index div.contentL {
	border: 1px solid #ABABAB;
	background-image: url(../img/index/back_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#index div.contentL div.right {
	margin-left: 220px;
}
#index  div.contentL  h2.title {
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
}
#index div.contentL p.click {
	text-align: right;
}
#index div.contentL p.siteimg {
	position: absolute;
	left: 17px;
	top: -17px;
}
#index  div.pr {
	margin-bottom: 10px;
	margin-left: 20px;
}
#index  div.pr  li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
}
