/*
name: サイトカラー・ブルー
designer: net50's LLC & OGUSYS co., ltd.
designer_url: http://www.net50.org/
developer: net50's LLC & OGUSYS co., ltd.
developer_url: http://www.net50.org/
layouts: layout-wt
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
    border: 0;
    height: 0px;
}

h1,h2 {
	font-weight: bold;
}

/*-------------------------------------
基本
-------------------------------------*/
body {
	color: #000000;
	font-size: 95%;
	background: #FFFFFF url();
	margin: 0px auto;
	padding: 0;
	width: 950px;
	text-align: left;
}

/*-------------------------------------
全体の外枠
-------------------------------------*/
div#pageWrapper {
	background: #ffffff;
	width: 98%;
	margin: auto;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/
#header div.h_left{
	width: 350px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	color: #444444;
	font-weight: bold;
	float:left;
	text-align:center;
}

#header div.h_left h1{
	color: #444444;
	font-size:20pt;
	font-weight: bold;
}

#header div.h_left a{
	text-decoration: none;
	color: #444444;
	font-size:20pt;
	font-weight: bold;
}


#header div.h_right{
	width: 580px;
	height: 80px;
	margin: 0;
	padding: 20px 0 0 0;
	background-color:#FFFFFF;
	float:left;
}

div#headerbar {
	background-image: url(./img/nav.gif); 
	background-repeat: repeat-x;
	font-size: 10pt;
	text-align: right;
	padding: 3px 5px;
	clear:both;
}

/*-------------------------------------
メインコンテンツ
-------------------------------------*/
div#contentsWrapper {
	margin-bottom: 10px;
	overflow: visible;
}

div#mainContents-layout-wtt,
div#mainContents-layout-twt,
div#mainContents-layout-ttw,
div#mainContents-layout-wt,
div#mainContents-layout-tw {
	float: left;
	width: 590px;
	font-size: 0.8em;
	padding: 10px;
}

div.mainContentsWrapper {
	margin-bottom: 10px;
	padding: 1px;
	border: solid 1px #cccccc;
}

div.mainContentsWrapper1 {
	margin-bottom: 10px;
	padding: 1px;
	border: solid 1px #cccccc;
}

div.mainContentsTitle,
div.mainContentsTitle1,
div.mainContentsTitle2,
div.mainContentsTitle3 {
	color: #000033;
	background-image: url(./img/bg.gif);
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 3px 3px 3px;
	margin: 0;
	border: solid 1px #000080;
}

div.mainContentsTitle h2 {
	text-indent:-0.7em;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 15px;
}

div.mainContentsTitle1 h2 {
	background-image: url(./img/airplane.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	min-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

div.mainContentsTitle2 h2 {
	background-image: url(./img/watch.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	min-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

div.mainContentsTitle3 h2 {
	background-image: url(./img/glasses.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	min-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* IE6 hack Start */

* html div.mainContentsTitle1 h2 {
	background-image: url(./img/airplane.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

* html div.mainContentsTitle2 h2 {
	background-image: url(./img/watch.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

* html div.mainContentsTitle3 h2 {
	background-image: url(./img/glasses.gif);
	background-repeat: no-repeat;
	text-indent:1.8em;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* IE6 hack End */

div.contents {
	padding: 8px;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-bottom: solid 1px #000080;

	line-height: 170%;
	width:568px;
}

div.contents1 {
	padding: 8px;
	border-left: solid 5px #4169E1;
	line-height: 170%;
	width:550px;
}

div.contents p{
	font-size: 1.2em;
	line-height: 170%;
}

div.contents h3 {
	font-size: 14px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #000033;
	background-color: #E1E1E1;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000033;
	border-bottom-color: #000033;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

div.contents1 {
	padding: 8px;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-bottom: solid 1px #000080;
	line-height: 140%;
	width:546px;
}

/*-------------------------------------
2列表示
-------------------------------------*/
div.box_l {
	padding: 4px;
	float: left;
	width: 48%;
}

div.box_r {
	padding: 4px;
	float: right;
	width: 48%;
}

div.space {
	clear: both;
}

/*-------------------------------------
ナビゲーション
-------------------------------------*/

div#nav-layout-wtt,
div#nav-layout-twt,
div#nav-layout-ttw,
div#nav-layout-wt,
div#nav-layout-tw {
	float: right;
	background-image: url(./img/rb.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 0.8em;
	width: 313px;
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #cccccc;
}

div#nav-layout-wtt a,
div#nav-layout-twt a,
div#nav-layout-ttw a,
div#nav-layout-wt a,
div#nav-layout-tw a {
	margin: 0;
	padding: 2px;
	text-decoration: none;
}

div.navTitle {
	color: #000033;
	background: url(./img/hbar.gif) repeat-x #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 3px 3px 3px;
	margin: 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div.navContents {
	margin: 5px 2px 7px 2px;
	padding: 3px;
	line-height: 120%;
}

div.cat {
	background-image: url(./img/menu.gif);
	background-repeat: no-repeat;
	min-height: 23px;
	text-indent:22px;
}

div.child {
	background-image: url(./img/cubered.gif);
	background-repeat: no-repeat;
	min-height: 23px;
	text-indent:22px;
}

div.portal {
	background-image: url(./img/cubepur.gif);
	background-repeat: no-repeat;
	min-height: 23px;
	text-indent:22px;
}

div.rss {
	background-image: url(./img/rssfeed.gif);
	background-repeat: no-repeat;
	min-height: 16px;
	text-indent:18px;
}

/* IE6 hack Start */

* html div.cat {
	background-image: url(./img/menu.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-indent:22px;
}

* html div.child {
	background-image: url(./img/cubered.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-indent:22px;
}

* html div.portal {
	background-image: url(./img/cubepur.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-indent:22px;
}

* html div.rss {
	background-image: url(./img/rssfeed.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent:18px;
}

/* IE6 hack End */

/*-------------------------------------
フッター
-------------------------------------*/
div.footer {
	clear: both;
	color: #ffffff;
	background: #000080;
	font-size: 9pt;
	text-align: center;
	padding: 3px;
}

div.footer a {
	text-decoration: none;
	color: #ffffff;
}

div.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

div.footer a:hover {
	color: #ff8c00;
	text-decoration:underline overline;
}

/*-------------------------------------
リンク
-------------------------------------*/
a {
	color: #000080;
	text-decoration: none;
	font-weight:normal;
	background: transparent;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000080;
}

a:hover {
	color: #dc143c;
	text-decoration: underline;
}

/*-------------------------------------
リスト
-------------------------------------*/
ul {
	text-align: left;
	list-style: square outside;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*-------------------------------------
カテゴリページ
-------------------------------------*/
p {
	line-height: 140%;
	padding: 5px;
	margin: 0;
}

p.cate_desc {
	padding: 8px;
	line-height: 140%;
	font-size: 12pt;
}

.cate_exc {
	padding: 10px;
}

/*--------------------
クリア
----------------------*/

.clear{
	clear: both;
	color: #ffffff;
	border:0px;
	margin:0px;
	padding:0px;
}

/*-------------------------------------
文字装飾
-------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/

.b{ font-weight: bold!important; }

.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f16pt{ font-size: 16pt!important; }
.f18pt{ font-size: 18pt!important; }
.f20pt{ font-size: 20pt!important; }
.f22pt{ font-size: 22pt!important; }
.f24pt{ font-size: 24pt!important; }

.black{ color: #000!important; }/*黒色*/
.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/

.lh13{ line-height: 1.3em!important; }
.lh14{ line-height: 1.4em!important; }
.lh15{ line-height: 1.5em!important; }
.lh16{ line-height: 1.6em!important; }
.lh17{ line-height: 1.7em!important; }
.lh18{ line-height: 1.8em!important; }
.lh19{ line-height: 1.9em!important; }
.lh20{ line-height: 2.0em!important; }

.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/

hr1{
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: solid none none none;
	color: #ccc;
}

.left{
	float: left;
	margin: 0 15px 5px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}

/*「clearfix」でfloatを使った際のエリアが重なるバグを解除*/
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
.clearfix{ display: inline-block; }

* html .clearfix{ height: 1%; };
.clearfix{
	display: block;
}
