@charset "utf-8";


/*****************************サイト全体に適用される基本的な設定です*****************************/

/*マージン・余白などをリセットしています*/
h1,h2,h3,h4,h5,h6,ul,ol,li,p,td,th,form,dd,dl,dt{
	margin: 0px;
	padding: 0px;	
}
/*リストの設定をリセットしています*/
li,ul {
	list-style-type: none;
}
/*imgにリンクを張った際にborderがつかないようにします*/
img {
	border:0px;
	vertical-align: top;
}
/*サイト全体の基本設定です*/
body {
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../img/bg.jpg);
	background-position: center 0px;
}

/*リンクの設定です*/
a:link, a:active, a:visited {
	color: #2F82AC;
}
a:hover {
	text-decoration: none;
}

/*コンテンツエリアの横幅の指定です。*/
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
}
/*IE6用のハックです*/
*html #wrapper {
	width: 920px;
}
/*リンク用のアイコンです*/
.icon {
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 17px;
}

/*コンテンツのセンター部分のエリアの設定です*/
.center {
	width: 650px;
	padding-right: 10px;
	float: right;
	display:inline;
	padding-bottom: 20px;
}
/*コンテンツのレフト部分のエリアの設定です*/
.left {
	float: left;
	width: 240px;
	display:inline;
	padding-bottom: 20px;

}
/*ナビの設定です*/
ul#navi li {
	background-image: url(../img/bt02.jpg);
	height: 27px;
	width: 240px;
	font-size: 14px;
	line-height: 27px;
	color: #006699;
	text-indent: 38px;
}
/*ナビの設定です 一番目のボタン*/
ul#navi li.first {
	background-image: url(../img/bt01.jpg);
	height: 27px;
	padding-top: 15px;
}
/*IE6ハックナビの設定です 一番目のボタン*/
*html ul#navi li.first {
	height: 42px;
}
/*ナビの設定です 最後のボタン*/
ul#navi li.bottom {
	background-image: url(../img/bt11.jpg);
	height: 40px;
}

/*おすすめリンクエリアの設定です*/
.sideBg {
	background-image: url(../img/leftBg.jpg);
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
}
/*おすすめリンクエリアの設定です*/
.sideBg p {
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 14px;
	padding-top: 5px;
}
/*おすすめリンクIE6用のハックです*/
*html .sideBg {
	width: 240px;
}
.sideBottom {
	background-image: url(../img/leftBottom.jpg);
	width: 240px;
	height: 11px;
	overflow: hidden;
}
/*メールマガジンエリアの設定です*/
.mail {
	background-image: url(../img/mail.jpg);
	height: 126px;
	width: 650px;
	position: relative;
	margin-bottom: 20px;
}
/*メールマガジンエリアの設定です*/
.mail p {
	text-indent: -9999px;
}
/*メールマガジンエリアの設定です*/
.mail .form {
	position: absolute;
	left: 216px;
	top: 97px;
	width: 350px;
}
/*トップのテキスト部分の設定です*/
.text p {
	padding-bottom: 15px;
}

/*パン屑エリアの設定です*/
.pankuzu {
	background-image: url(../img/pankuzu.jpg);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*****************************タイトル・フォント・マージン・行間などの部分的な設定です*****************************/
h1.bottom {
	font-size: 26px;
	height: 38px;
	width: 650px;
	background-image: url(../img/h1.jpg);
	text-indent: 32px;
	line-height: 32px;
}
h2.bottom {
	font-size: 20px;
	line-height: 35px;
	height: 35px;
	width: 635px;
	background-image: url(../img/h2.jpg);
	text-indent: 17px;
	margin-bottom:15px;
}
h3.bottom {
	font-size: 16px;
	line-height: 20px;
	width: 603px;
	text-indent: 8px;
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
h4.bottom {
	font-size: 14px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}


/*上・左にマージン5pxを取ります。*/
.indent5 {
	padding-top: 5px;
	padding-left: 5px;
}
/*上・左にマージン10pxを取ります。*/
.indent10 {
	padding-top: 10px;
	padding-left: 10px;
}
/*上・左にマージン15pxを取ります。*/
.indent15 {
	padding-top: 15px;
	padding-left: 15px;
}
/*上・左にマージン20pxを取ります。*/
.indent20 {
	padding-top: 20px;
	padding-left: 20px;
}

/*上部マージン5pxの設定*/
.top5 {
	padding-top: 5px;
}
.top10 {
	padding-top: 10px;
}
.top15 {
	padding-top: 15px;
}
.top20 {
	padding-top: 20px;
}

/*下部マージン5pxの設定*/
.bottom5 {
	padding-bottom: 5px;
}
/*下部マージン10pxの設定*/
.bottom10 {
	padding-bottom: 10px;
}
/*下部マージン15pxの設定*/
.bottom15 {
	padding-bottom: 15px;
}
/*下部マージン20pxの設定*/
.bottom20 {
	padding-bottom: 20px;
}

/*下部マージン30pxの設定*/
.bottom30 {
	padding-bottom: 30px;
}

/*下部マージン30pxの設定*/
.bottom40 {
	padding-bottom: 40px;
}



/*行間の設定100%*/
.line100 {
	line-height: 100%;
}
/*行間の設定125%*/
.line125 {
	line-height: 125%;
}
/*行間の設定150%*/
.line150 {
	line-height: 150%;
}
/*行間の設定175%*/
.line175 {
	line-height: 175%;
}
/*行間の設定200%*/
.line200 {
	line-height: 200%;
}

/*****************************フッターの設定です*****************************/

/*フッターの設定です*/
.footer {
	background-color: #D9F1FB;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
}

/*コンテンツエリアの横幅の指定です*/
.copy {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.bold{
	font-weight:bold;
}

.color1{
	color:#187199;
}

.fo11{
	font-size:11pt;
}

.left-m{
	margin-left:500px;
}

/*****************************ここから加川が書いた*****************************/

.text1 p{
	line-height:1.8;
	margin-bottom:10px;
}

.sita p{
	margin-bottom:15px;
}

.midashi {
	font-size: 16px;
	line-height: 36px;
	height: 35px;
	width: 635px;
	background-image: url(../img/h2.jpg);
	text-indent: 17px;
	margin-bottom:15px;
	font-weight:bold;
}

.midashi2 {
	font-size: 16px;
	line-height: 36px;
	height: 35px;
	width: 635px;
	background-image: url(../img/h2.jpg);
	text-indent: 17px;
	margin-bottom:15px;
	font-weight:bold;
	color:#1B7597;
}


.komidashi{
	font-size: 15px;
	line-height: 30px;
	height: 35px;
	width: 635px;
	background-image: url(../img/h2.jpg);
	text-indent: 17px;
	margin-bottom:12px;}

.mannaka{
	text-align:center;
}

.indent{
	text-indent:17px;
}

.point{
	font-weight:bold;
	color:#06F;
	font-size:16px;
}


/*---------------テーブル設定----------------------------------------*/

.ta1 table {
	border-collapse: collapse;
	border: 2px solid #1b7597;
	margin: 2em;
	width:90%;
}

.ta1 th, td {
  padding: 0.5em 1em;
  font-size:11pt;
}

.ta1 th {
	border: none;
	color:#666;
	font-weight:bold;
	background-color: #e8f7fe;
	text-align:center;
}

.ta1 td {
	border: 1px solid #1b7579;
}

.f-size14{
	font-size:14pt;
}

.color2{
	color:#078ec5;
}

.red{
	color:#C00;
}

.blue{
	color:#009;
}

.kakoi{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #00C;
	padding: 20px;
	background-color: #fef8ec;
	margin-bottom:30px;
}

.gazoule{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.gazouri{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}


/*--------------アドワーズ広告用ボックス-----------------------*/

.googlead{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}




