﻿@charset "utf-8";

/* リセットスタイル */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* float-clear */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* 以下、ページヘの指定 */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/small_steps.png);
/*	background-image: url(images/dot_blue.gif);*/
	background-attachment: fixed;
	background-color: #e9e9e3;
	text-align: center;
}

/*--コンテナ（最大領域）の指定--*/

#container {
/*	position: relative;*/
/*	top: 110px;*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/containerback.png);
	background-repeat: repeat-y;
}

/*--ヘッダーの指定（fixed）--*/

#header {
	width: 1000px;
	heidht: 110px;
	background-color: #fff;
	position: fixed;
	border: solid #f0f5f6 0px;
	border-radius: 0 0 20px 20px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

/*--ヘッダー内ロゴ画像の指定--*/

#header p {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#header p img {
	border: solid #f0f5f6 0px;
	border-radius: 0 0 20px 20px;
}



/*--ヘッダー内ボタンの指定（fixed）--*/

#nav_a {
	float: left;
	position: relative;
	left: 20px;
	top: 65px;
	display: block;
}

#btn_a li a {
	color: lightblue;
}

#btn_a li a.selected {
	color: blue;
}

#btn_a li {
	width: 105px;
	float: left;
	border-bottom: solid lightblue 2px;
	border-right: solid lightblue 2px;
	border-radius: 20px;
	background-color: white;
	padding: 10px 0 10px 0;
	margin-right: 5px;
	font-size: 15px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#btn_a li a:hover {
	color: red;
	border-top: solid red 2px;
	border-left: solid red 2px;
	border-radius: 20px;
	padding: 5px;
}

/*--メインの指定--*/

#main {
	float: left;	
	width: 770px;
	padding: 130px 20px 20px 20px;
}

/*--ナビ（画面右ボタン）の指定（fixed）--*/

#nav_b {
	display: block;
	float: right;
	width: 150px;
	padding: 20px;
}

#btn_b {
	width: 145px;
	position: fixed;
	top: 140px;
	border-bottom: solid #fff 3px;
	border-right: solid #fff 3px;
	border-radius: 20px;
	padding: 5px 5px 5px 0;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#btn_b li a {
	color: #fff;
}

#btn_b li {
	border-bottom: solid #fff 2px;
	border-right: solid #fff 2px;
	border-radius: 20px;
	padding: 10px 0 10px 0;
	margin: 15px 0 15px 0;
	font-size: 11px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#btn_b li a:hover {
	color: red;
	border-top: solid red 2px;
	border-left: solid red 2px;
	border-radius: 20px;
	padding: 5px;
}

/*--メイン内テキストの指定（fixed）--*/

.topic {
	margin-top: 10px;
	border-top: solid #f0f5f6 4px;
	border-right: solid #f0f5f6 4px;
	border-radius: 20px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);

	/*角丸インセット画像配置*/

	background-image: url(images/kadoinset.png);
	background-repeat: no-repeat;
	background-position: 212px 0px;
}

.image {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.image img {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 0;
	border-bottom: solid #f0f5f6 0px;
	border-right: solid #f0f5f6 0px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.image p a {
	display: block;
	margin: 10px 0 10px 0;
	font-size: 12px;
	color: lightblue;
}

.image p a:hover {
	color: red;
}

.text p a {
	color: lightblue;
}

.text p a:hover {
	color: red;
}

.text {
	width: 545px;
	float: right;
	padding-bottom: 10px;
	text-align: left;
	margin-left: 10px;
}

.text h2 {
	color: #0f4556;
	font-size: 20px;
	background-color: #f0f5f6;
	padding: 10px 10px 10px 20px;
	overflow: auto;
	border-top: solid #f0f5f6 2px;
	border-right: solid #f0f5f6 2px;
	border-radius: 0 10px 0 10px;
}

.text h3 {
	color: #0f4556;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 10px 20px 0 0 ;
	text-align: right;

	/*角丸インセット画像配置*/

	background-image: url(images/kadoinset.png);
	background-repeat: no-repeat;
	background-position: 536px 0px;
}

.text h4 {
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 16px;
	color: orange;
}

.text p {
	font-size: 13px;
	border-top: solid #f0f5f6 2px;
	border-bottom: solid #f0f5f6 4px;
	border-left: solid #f0f5f6 2px;
	border-right: solid #f0f5f6 4px;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 7px;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.text p:first-letter {
	font-size: 32px;
	color: ##0f4556;
}

/*--ルビのサイズ指定--*/

rt {
	font-size: 6px;
}

/*--フッターの指定--*/

#footer {
	font-size: 14px;
	color: #fff;
	background-color: #0f4556;
	padding: 10px;
	border: solid #f0f5f6 0px;
	border-radius: 20px 20px 0 0;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

/*--ページ内リンクのズレ防止措置--*/

.zure a {
	margin-top: -157px;
	padding-top: 157px;
}