@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #181818;
	background-color: #FFF;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 20px;
}
a:link {
	text-decoration: none;
	color: #181818;
}
a:visited {
	text-decoration: none;
	color: #181818;
}
a:hover {
	text-decoration: underline;
	color: #757575;
}

.thrColAbsHdr #pagetop{
	height: 15px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	text-align: right;
	padding: 0px;
}
.message {
	background-color: #FF8000;
	height: 18px;
	padding-left: 10px;
}

.thrColAbsHdr #pagetop2{
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: left;
	padding: 0px;
}
.marq {
	line-height: 16px;
	color: #FFF;
}

.thrColAbsHdr #pagetop2 img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

.news {
	height: 260px;
	width: auto;
	border: 1px ridge #C1C1C1;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 130%;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative により、このコンテナに対する相対位置に 2 つのサイドバーを配置できます */
	width: 960px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
} 

/* ヘッダーとフッターのある絶対位置指定されたサイドバーに関するヒント：
1. 絶対位置指定された（AP）エレメントには、トップ値とサイド値（右または左）が設定されている必要があります。初期設定では、トップ値を設定しなければ、AP エレメントはページのソースオーダーにある最後のエレメントの直後に配置されます。つまり、サイドバーがドキュメントのソースオーダーにある #container の最初のエレメントであれば、トップ値が設定されていなくても、サイドバーは #container の最上部に表示されます。ただし、後でサイドバーをソースオーダー内で移動した場合は、適切な場所に表示されるようにサイドバーのトップ値を設定する必要があります。
2. 絶対位置指定された（AP）エレメントは、ドキュメントのフローから除外されます。つまり、AP エレメントの周囲にあるエレメントは、AP エレメントの存在を認識せず、ページ上で AP エレメントと重複することがあります。したがって、常に中央の #mainContent div にほとんどのコンテンツが含まれることが確実である場合は、AP div はサイドバーとしてのみ使用してください。どちらかのサイドバーにより多くのコンテンツが含まれる場合、そのサイドバーは（この場合フッターも）親 div の下端の外に配置されるため、サイドバーは含まれていないように表示されます。
3. 上述の要件に対応していれば、絶対位置指定されたサイドバーにより、ドキュメントのソースオーダーを簡単に制御できます。
4. ソースオーダーが変更されると、列がヘッダーと視覚的に接触するため、トップ値はヘッダーの高さと同じである必要があります。
*/
.thrColAbsHdr #header {
	height: 400px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(top_img/top.jpg);
} 
.thrColAbsHdr #container h1 {
	font-size: 12px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
	color: #808080;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000;
	font-weight: normal;
	line-height: 20px;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	width: 345px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	left: 0px;
	top: 448px;
	margin: 0px;
	clip: rect(0px,auto,auto,auto);
}
.thrColAbsHdr #container #sidebar1 h3 {
	border-bottom-style: solid;
	border-bottom-color: #030303;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #container #sidebar1 a #wsp {
	margin-right: 5px;
}
.thrColAbsHdr #container #sidebar2 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	font-size: 13px;
}
.thrColAbsHdr #container #mainContent h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 13px;
	border-bottom-color: #030303;
}
.thrColAbsHdr #container #header h1 {
	font-size: 8pt;
	text-align: center;
	padding-top: 425px;
	color: #FFF;
}

.thrColAbsHdr #container #sidebar1 h2 {
	border-bottom-style: solid;
	border-bottom-color: #030303;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 13px;
}

.thrColAbsHdr #container #sidebar2 h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	font-size: 13px;
}
.thrColAbsHdr #container #mainContent h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 13px;
	border-bottom-color: #030303;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 2px;
	width: 225px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.thrColAbsHdr #mainContent {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 360px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 340px;
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #030303;
} 
#Profit {
	margin-bottom: auto;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FF8040;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #030;
}
.margin_5 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColAbsHdr #container .message span {
	margin-right: 10px;
}


.thrColAbsHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.margin_head30 {
	margin-top: 30px;
}

.blog2 {
	color: #808080;
}
.blog {
	font-size: 12px;
	color: #000080;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 200px;
	border: 1px ridge #C1C1C1;
	background-color: #F9F9F9;
	background-image: url(top_img/scho_bg.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.thrColAbsHdr #container #sidebar2 h4 {
	font-size: 13px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* [if IE 5]
<style type="text/css"> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 210px; }
</style>
[endif] */
.text_color_01 {
	color: #FFF;
}
.text_color_02 {
	color: #F00;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.text_color_blue {
	color: #000080;
}
.center {
	text-align: center;
}



/* ----------------------------------------------- */
/*
      BlogRoll css
*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 0px;
    padding: 0px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
	list-style-type: none;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 0px;
    color: #ccc;
    font-size: 7px;
}

