@charset "shift_jis";
/* dummy \*/
* html div {
 height:1%;
 }
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

html{

}

body{
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #3283B9;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

h1{
	float: left;
	padding-top: 71px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	padding: 0px;
}

h3{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

h4{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}



/* 基本レイアウト */
#wrapper{
	width:900px;
	position: relative;
	background-image: url(../images/wrapper_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#counteiner {
	background-image: url(../img/main_background02.gif);
	background-repeat: repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#counteiner02 {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



#design{
	width: 900px;
	height: 368px;
	margin-bottom: 25px;
	float: left;
	background-color: #FFFFFF;
}

#design ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;

}
#design li {
	float: left;
}
#wrapper #design p {
	float: left;
}

#wrapper #design img {
	height: auto;
	width: auto;
}




/* ヘッダ部 */
#header{
	height: 113px;
	width: 900px;
	background-image: url(../img/head_img01.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	margin-bottom: 28px;
	background-color: #FFFFFF;
}
#header h2 {
	display: none;
}

#contents {
	width: 900px;
	float: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
#contents h3 {
	float: left;
	margin-right: 16px;
}
#contents h4 {
	float: left;
	margin-right: 16px;
}

#contents #news {
	height: 112px;
	width: 282px;
	float: left;
	line-height: 160%;
	margin-left: 1px;
}
#contents #news img {
	margin-bottom: 6px;
}

#contents #news dt {
	float: left;
	margin-right: 10px;
	color: #666666;
}



#header ul.right{
	width: 520px;
	position: absolute;
	top: 71px;
	right: 15px;
}

#header ul.right li{
display:inline;
text-align:left;
}

#header ul.right img{
	margin-left: 40px;
}

#header p{
display:none;
}
#address {
	height: 35px;
	width: 900px;
	margin-bottom: 15px;
	float: left;
}
#address img {
	margin-bottom: 4px;
}


#footer {
	width: 900px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	height: 30px;
	float: left;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}



/* パン屑 */
#breadcrumb{
font-size:x-small;
line-height:2.2;
color:#4b4b4b;
padding-left:6px;
margin:0 1px !important;
border-bottom:1px solid #203164;
}
#counter {
	float: right;
	margin-top: 18px;
}

.f_right {
	float: right;
}
.f_left {
	float: left;
}
.mr_15 {
	margin-right: 15px;
}
.mr_25 {

	margin-right: 25px;
}
.mt_15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow: hidden;
}
/* End hide from IE-Mac */
.mb30 {

	margin-bottom: 30px;
}
.mb40 {

	margin-bottom: 40px;
}
