﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * トップページ  index.html                              *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import url("reset-fonts-grids.css");
/*@import url("reset-min.css");*/
@import url("global-style.css");    /* 初期設定と共通定義         */
@import url("global-sidebar.css");  /* サイドバーブロック定義     */

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */

#toppage_header {
	width: 780px;
	background-image: url(../images/toppage_header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	padding: 0px;
	margin: 0px;
	text-align: left;
} 

#toppage_header h1 {
	padding: 0px;
	margin: 0px;
} 


/*#toppage_header_navi {
	text-align: right;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 24px;
}

#toppage_header_navi ul {
	color: #FFF;
	font-size: 1em;
}

#toppage_header_navi li {
	float: right;
	margin-right: 10px;
	list-style-type: none;
}*/ 

#toppage_image {
	background-image: url(../images/toppage_image.jpg);
	background-repeat: no-repeat;
	height: 206px;
	margin-bottom: 10px;
}

.text {
	width: 520px;
	margin: 0 0 20px 50px;
	line-height: 160%;
	font-size: 120%;
	letter-spacing: 1px;
	text-justify: inter-ideograph; /*--IE用--*/
	text-align: justify;
}

ul.parallel {
float: left;
width: 8em;
margin-right: 5px;
padding: 2px;
border: 1px #ffb366 solid;
background-color: #fffdee;
text-align: center;
}

li {	
} 

.clearLeft { 
clear: left; 
}

dl {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1em;
	margin-left: 5px;
} 

dt,dd {
	display:block;
	line-height: 150%;
}
dt {
	width: 8em;
	margin-right: 5px;
	padding: 2px;
	border: 1px #ffb366 solid;
	background-color: #fffdee;
	text-align: center;
	float:left;
	clear:right;
}
dd {
	margin-right: 5px;
	padding: 2px;
←複数行に渡る時用
	/*height:1%;*//*←あまり使いたくないのですがddが複数行に渡る時のIE用*/
	margin-bottom: 1em;
	margin-left: 120px;
	line-height: 150%;
}

.image1 {
	text-align: center;
	float: right;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
} 

#address {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

#counter {
	text-align: right;
	display: block;
	height: 40px;
	margin-top: 20px;
	margin-right: 10px;
}

