@charset "UTF-8";

/* --------------------------------------------------------------------------------------

 1.基本レイアウト
 1-1.回り込みクリア
 1-2.画像の下方に出来る隙間を解消
 1-3.ページリンクカラー
 1-4.基本スタイル

-------------------------------------------------------------------------------------- */
/* ------------------------------------------------
 1.基本レイアウト
------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat:no-repeat;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border: 0;
}

/* ------------------------
 1-1.回り込みクリア
------------------------ */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

/* ------------------------
 1-2.画像の下方に出来る隙間を解消
------------------------ */
img {
	vertical-align: bottom;
}

/* ------------------------
 1-3.ページリンクカラー
------------------------ */
a:link { 
	color: #42c7f4;
	text-decoration: underline;
}
a:visited {
	color: #3ea4d0;
	text-decoration: underline;
}
a:hover {
	color: #42c7f4;
	text-decoration:none;
	background-color:#e5f7ff;
}
a:active {
	color: #8dd8f8;
	text-decoration: underline;
}

/* ------------------------
 1-4.基本スタイル
------------------------ */
body {
	background-color:#8dd8f8;
	text-align: center;
	line-height: 1.4em;
}

/* ------------------------------------------------
 2.基本レイアウト
------------------------------------------------ */
/* ------------------------
 2-1.コンテンツ配置用大枠
------------------------ */
#container {
	margin: 0 auto;
	text-align: left;
	width:820px;
}

/* ------------------------
 2-2.ヘッダー
------------------------ */
#header {
	position:relative;
}

/* ------------------------
 2-3.パンくず
------------------------ */
#header #crumb {
	position:absolute;
	top:0px;
	left:40px;
	width:820px;
}

#header #crumb li {
	float: left;
	margin: 0 8px 5px 0;
	padding: 0 10px 0 0;
	background-image:url(img/crumb.gif);
	background-position:right;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-size:12px;
	white-space: nowrap;
	width: auto !important;
}

#header #crumb li a {
	background-color:#8dd8f8;
	color: #ffffff;
}

#header #crumb li.now {
	background-image: none;
	font-weight:bold;
}

/* ------------------------
 2-4.メインコンテンツ 780px
------------------------ */
#main {
	margin-left:20px;
	padding-top:20px;
	background-color:#ffffff;
	text-align:center;
	width:780px;
}

#main #box {
	margin:0px auto;
	background-image:url(img/box_middle.gif);
	background-repeat:repeat-y;
	width:700px;
}
#main #box h3 {
	margin-top:10px;
}

#main #box .jyanru {
	float:left;
	margin-top:10px;
	margin-left:24px;
	font-size:12px;
	width:200px;
}
* html #main #box .jyanru {/* IE6バグ対応 */
	margin-left:16px;
}

#main #box .jyanru h4 {
	margin-bottom:10px;
	height:64px;
	overflow:hidden;
}
#main #box .jyanru strong {
	font-size:14px;
}

#main #box #link {
	margin:30px auto 0 auto;
	width:230px;
}

#main #box #link li {
	margin-top:10px;
	padding-left:15px;
	background-image:url(img/arrow.gif);
	background-position:0 2px;
	text-align:left;
}

#main #box img.left {
	float:left;
	margin:30px 0 0 30px;
}
#main #box img.right {
	float:right;
	margin:50px 30px 0 0;
}
