
a {color:#27d;text-decoration:none;}

/* コンテナ */
div#container	{width: 700px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(img/sky.jpg);
	background-repeat: no-repeat;
	padding: 28px 20px 10px}

#menu{font-size: 0.75em;
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	clear: left;
}

#menu p{
	width: 138px;
	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #888 1px solid;
	letter-spacing: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu a {
	color: #27d;
	background-color: #def;
	padding: 3px;
	display: block;
	font-weight: bold;
	text-align: center;
}

#menu a:hover { color: #777; background-color: #fff; }


div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}

/* コンテンツ */
div#content	{width: 564px;
	margin-left: auto;
	margin-right: auto}

div#content h2	{background-color: #014471;
	background-image: url(img/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(img/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

div#second{
float: left;
width: 700px;
clear: both;

}
.box{font-size: 0.75em;
float: left;
width: 200px;
margin-left:  20px;


}

.box img{
float: left;

}

/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	margin-top: 25px;
	padding-top: 8px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
div#copyright{
	width: 700px;
	font-size: x-small;
	color: #000000;
        margin-left:  auto;
        margin-right:  auto;
	border-top: solid 1px #000000;
	text-align: center;
	clear: both}
