/* Base */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;
	scrollbar-face-color:#ffffff; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #ffffff; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #ffffff; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #e1e1e1; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #e1e1e1; /*矢印の色*/
	scrollbar-track-color: #ffffff; /*背面の色*/
	scrollbar-darkshadow-color: #e1e1e1;/*スクロールバー右側（下）の影*/
 }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* TYPE */
body,tr,td,th { font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "ｼｭｼｳ ｼｰ繧ｴ繧ｷ繝繧ｯ", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; }

a { color: #08c; }
a:link, a:visited, a:active { color:#333333; text-decoration:none; }
a:hover { background:#def3e4; text-decoration:none; }
a.more { white-space: nowrap; padding-right: 10px; background: url() no-repeat 100% 50%; zoom: 1; }
a[rel="external"], a.external { white-space: nowrap; padding-right: 15px; background: url() no-repeat 100% 50%; zoom: 1; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }


.last { margin-bottom: 0; }
#main .sidebar { font-size: 10px; line-height: 18px; color:#686868; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }


/* 段組 */

#wrapper {
	width: 820px;
	position:absolute;
	left:50%;
	margin-left: -410px;
}
#header {
	overflow: aute !important;
	overflow /**/: hidden;
	width 100%;
	margin: 0px 0;/* 上下方向にマージンを指定 */
	background-color: #ffffff;
	text-align: left;
}
#primary {
	float: left; /* ボックスを左寄せに変更 */
	width: 500px; /* ボックスの幅を変更 */
	margin: 0px 0;/* 上下方向にマージンを指定 */
	background-color: #ffffff;
	text-align: left;
}
#secondary {
	float: left;
	width: 150px; /* ボックスの幅を変更 */
	margin: 0px 10px 10px 0px; /* 上右下左にマージンを指定 */
	background-color: #ffffff;
	text-align: left;
}
#advertisement {
	float: right; /* ボックスを右寄せに指定 */
	width: 150px; /* ボックスの幅を指定 */
	margin: 0px 0; /* 上下方向にマージンを指定 */
	background-color: #ffffff;
	text-align: left;
}
#footer {
	clear: both;
	background-color: #333366;
	margin: 0px 0px 0px 0px; /* 上下と右方向にマージンを指定 */
	height: 22px;
	text-align: center;
}
