@charset "utf-8"; 
@media all{

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,body{
	width: 100%;
	min-width: 896px;
	color: #444;
}

#container,
#top,
#header,
#headerd,
#global-menu,
#breadcrumbs,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 880px;
}


#top-in,
#page-top,
#header-in,
#breadcrumbs ol,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 880px;
}


#global-menu ul{
	margin: auto;
	width: 774px;
}


#page-top,
#header-in,
#breadcrumbs ol{ padding: 0 8px; }



/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

#container{ 
}

body {
	background: #edecfc url(http://www.sugowaza.jp/img/page_backimg3.jpg) repeat-y center;
} 

/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #333; }


/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #679; }
a:visited{ color: #666; }
a:hover{ color: #c60; }
a:active{ color: #c60; }

#bn img:hover{ border-left : 3px solid #c60; border-right : 2px solid #c60; }

/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 20px;
	background: #334466;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0px;
	right: 0;
	padding-left: 5px;
	width: auto;
	height: 20px;
}

#top-menu li{
	float: left;
	overflow: hidden;
	margin-right: 12px;
	padding: 0 9px 0 15px;
	height: 20px;
	line-height: 20px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow04.png) left 10px no-repeat;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	padding: 0 0;
}

#top-menu li a:link,
#top-menu li a:visited{ color: #FFF; }

#top-menu li a:active,
#top-menu li a:hover{ color: #c60; }


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 0px;
	height: 20px;
	background: #334466;
	border-bottom: 1px solid #aaa;
//	background: url(http://www.sugowaza.jp/img/images/common/bg-header-db22.gif) left top repeat-x;
}

#headerd{
	position: absolute;
	top: 22px;
	height: 20px;
//	background: url(http://www.sugowaza.jp/img/images/common/bg-header-db22.gif) left top repeat-x;
}

#header-in{
	position: relative;
	height: 22px;
//	background: url(http://www.sugowaza.jp/img/images/common/bg-headerin-db.gif) center top no-repeat;
}

/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 0px;
	left: 0px;
}


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 18pt;color: #FFF; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #444; }
#header-logo #logo-text a:visited{ color: #444; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーバナー*/
#header-in #header-text{
	position: absolute;
	top: 8px;
	right: 8px;
	width: 650px;
	text-align: right;
}

/*●検索ボックス*/
#header-in div.search-box{
	position: absolute;
	top: 55px;
	width: 860px;
	font-size: 1.2em;
	text-align: left;
	background: #003C8A;
	padding: 3px 10px;
}

#header-in div.search-box div{
	float: left;
	display: block;
	width: 25px;
}

#header-in div.search-box div input{
	padding: 2px;
	width: 400px;
	line-height: 17px;
}

#header-in div.search-box span{
	margin: 0;
	padding: 0;
	float: right;
	width: 245px;
}

/*●人気キーワードボックス*/
#header-in div.keywords{
	position: absolute;
	top: 86px;
	width: 860px;
	font-size: 1.2em;
	text-align: left;
	background: #EEEEFF;
	padding: 3px 10px;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 123px;/*▲ページ最上部からの距離*/
	z-index: 20;
	height: 46px;
	background: url(http://www.sugowaza.jp/img/images/common/bg-navi.gif) left top repeat-x;
}


#global-menu ul{
	padding: 3px 11px;
	height: 40px;
	background: url(http://www.sugowaza.jp/img/images/common/bg-naviin.gif) left top repeat-x;
}


#global-menu li{
	float: left;
	height: 40px;
	border-right: 1px solid #8b8d95;
	font-weight: bold;
	font-size: 1.4em;
}


#global-menu li a{
	display: block;
	padding: 10px 42px 9px 28px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow01.gif) 6px 11px no-repeat;
}


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu li a{ padding: 10px 6px 9px 28px; }*/


/*各エリアの幅を指定します。合計が全体のサイズ-15pxになるようにして下さい
（例：140+200+130+150+145 = 780-15）*/
/*#global-menu li.menu01{ width: 115px; }
#global-menu li.menu02{ width: 107px; }
#global-menu li.menu03{ width: 149px; }
#global-menu li.menu04{ width: 137px; }
#global-menu li.menu05{ width: 127px; }
#global-menu li.menu06{ width: 130px; }

#global-menu li.menu01 a{ width: 81px; }
#global-menu li.menu02 a{ width: 73px; }
#global-menu li.menu03 a{ width: 115px; }
#global-menu li.menu04 a{ width: 103px; }
#global-menu li.menu05 a{ width: 93px; }
#global-menu li.menu06 a{ width: 101px; }*/



#global-menu li a:link,
#global-menu li a:visited{ text-decoration: none; }

#global-menu li a:active,
#global-menu li a:hover{
	background: url(http://www.sugowaza.jp/img/images/common/bg-naviin_on.gif) left center repeat-x;
	text-decoration: none;
	color: #555;
}


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{
	position: absolute;
	top: 22px;/*▲ページ最上部からの距離*/
	height: 22pxs;
/*	background: url(http://www.sugowaza.jp/img/images/common/bg-bread.gif) left center repeat-x;*/
}

#d #breadcrumbs{
	position: absolute;
	top: 157px;/*▲ページ最上部からの距離*/
	height: 22pxs;
	z-index: 20;	
/*	background: url(http://www.sugowaza.jp/img/images/common/bg-bread.gif) left center repeat-x;*/
}


#breadcrumbs ol{
	padding-top: 4px;
	height: 26px;
}


#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-breadcrumbs.gif) left 7px no-repeat;
	font-size: 1.2em;
}

#breadcrumbs li a:link,
/*#breadcrumbs li a:visited{ color: #fff; }*/

#breadcrumbs li a:active,
#breadcrumbs li a:hover{ color: #c60; }

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-top: 0;
	padding-left: 0;
	background: none;
}


/*--------------------------------------------------------
ソーシャルブックマーク
--------------------------------------------------------*/

#socialbookmark{
	padding: 0 15px;
	float: right;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{ padding-top: 42px; }/*▲ページ最上部からの距離*/

#d #main{ padding-top: 107px; }/*▲ページ最上部からの距離*/

#main-in{ padding-top: 14px; }

#d #main-in{ padding-top: 79px; }

#main-image{ margin-bottom: 20px; }

.h1-r{ float:right;width:670px;text-align:left; }
.h1-rd{ float:left; width:200px;text-align:left; margin-left: 10px;font-size: 0.9em;}
.h1-rd2{ float:right;width:360px;text-align:center;padding-top: 5px; }

#main-and-sidebar1{
	float: left;
	width: 670px;
}

.kari{font-size: 1.4em;text-align: left;}


/*--------------------------------------------------------
レポートイメージバック
--------------------------------------------------------*/

#rimage{
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 190px;
	background: #EEEDFD;
//	background: url(http://www.sugowaza.jp/img/images/common/bg-sidebar-top.gif) left top no-repeat #1954af;
	text-align: center;
}

#rimaged{
	float: left;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
	width: 80px;
	background: #EEEDFD;
	text-align: center;
}

#rimaget{
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 130px;
	background: #EEEDFD;
	text-align: center;
}

.w100px{
//	border: 1px solid #334466;
	margin-bottom: 10px;
}


/*--------------------------------------------------------
ダウンロードフォーム
--------------------------------------------------------*/

#dlform{
	width:100%;
	text-align:center;background:#EEEDFD;
	margin-bottom: 0px;
	margin-top: -15px;
	padding: 30px 0px 30px 0px;
	line-height: 1.6;
	font-size: 1.2em;
}

.goform{
	position: relative;
	z-index: 10;
	margin-top: -40px;
	margin-bottom: -2px;
	margin-left: auto;
	width: 260px;
	height: 40px;
	text-align: center;
}
#goform{
	position: relative;
	z-index: 10;
	margin-top: -40px;
	margin-bottom: -2px;
	margin-left: auto;
	width: 260px;
	height: 40px;
	text-align: center;
}

.formstyle-name{
	width: 80px;
}

.formstyle-mail{
	width: 200px;
}

input[type=checkbox] {
	width:16px;
	height:16px;
}

textarea{
	font-size: 0.9em;
	width:32em;
	height:16em;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	float: right;
	padding-top: 10px;
	margin: 0;
	width: 200px;
	background: url(http://www.sugowaza.jp/img/images/common/bg-sidebar-top.gif) left top no-repeat #1954af;
	font-size: 1.2em;
}
#sidebar-l{
	float: left;
	padding-top: 10px;
	margin: 0;
	width: 200px;
	background: url(http://www.sugowaza.jp/img/images/common/bg-sidebar-top.gif) left top no-repeat #1954af;
	font-size: 1.2em;
}

#sidebar-in{
	width: 190px;
	padding: 0;
	margin: -5px;
//	background: url(http://www.sugowaza.jp/img/images/common/bg-sidebar-bottom.gif) left bottom no-repeat !important;
}

/*H3*/
#sidebar h3{
	padding: 10px 10px 10px 20px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-sidebar-title01.gif) left top no-repeat;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}

#sidebar h3 small{
	display: block;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	font-size: 0.768em;
}

/*H4*/
#sidebar h4{
	clear: both;
	margin-bottom: 18px;
	padding: 3px;
	padding-left: 19px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-h3.gif) 3px center no-repeat;
	border: 2px solid #1954af;
	font-size: 1.067em;
	font-weight: bold;
	line-height: 26px;
}

/*線*/
#sidebar hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	height: 1px;
	color: #999;
}

/*●検索ボックス*/
#sidebar dl.search-box{
	margin-bottom: 20px;
}

#sidebar dl.search-box dt{
	float: left;
	display: block;
	width: 137px;
}

#sidebar dl.search-box dt input{
	padding: 2px;
	width: 129px;
	line-height: 17px;
	border-top: 1px solid #404040;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #404040;
}


#sidebar dl.search-box dd{
	margin: 0;
	padding: 0;
	float: right;
	width: 98px;
}


/*●お問い合わせ*/
#sidebar p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}


/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
	text-align: left;
}

#sidebar div.menu{
	margin-bottom: 20px;
	padding: 5px 10px;
	background-color: #fff;
	text-align: left;
}



/*●サイドメニュー*/
#sidebar ul.side-menu{
	margin-bottom: 15px;
	padding: 0;
	background-color: #fff;
}

#sidebar ul.side-menu li{
	width: 220px;
	border-bottom: 1px solid #afb2bc;
	font-size: 1.167em;
}

#sidebar ul.side-menu li a{
	display: block;
	width: 180px;
	padding: 15px 10px 15px 30px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow01.gif) 7px 18px no-repeat;
}

#sidebar ul.side-menu li ul{ margin-bottom: 15px; }

#sidebar ul.side-menu li li{
	border-bottom: 0;
	font-size: 0.858em;
}

#sidebar ul.side-menu li li a{
	display: block;
	width: 167px;
	padding: 5px 10px 5px 43px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow02.gif) 22px 8px no-repeat;
}


/*マウスオーバー時の背景の設定*/
#sidebar ul.side-menu li a:active,
#sidebar ul.side-menu li a:hover{
	display: block;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow01_on.gif) 7px 18px no-repeat #f89b3f;
	color: #fff;
}

#sidebar ul.side-menu li li a:hover,
#sidebar ul.side-menu li li a:active{
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow02_on.gif) 22px 8px no-repeat #f89b3f;
	color: #fff;
}



/*●バナーエリア*/
#sidebar .banner li{
	margin-bottom: 18px;
	width: 220px;
	list-style: none;
	text-align: center;
}

#sidebar .banner li a{
	display: block;
	margin: auto;
	width: 160px;
}

#sidebar .banner li a img{ display: block; }


/*●ランキング*/
#sidebar ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#sidebar ul.ranking p{ margin: 0 0 10px 0; }

.no1,.no2,.no3{
	padding: 0 0 0 30px!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	color: #ff0000!important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 34px!important;
	padding: 0 0 0 30px!important;
}

/*●王冠画像*/
.no1{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-01.png) left top no-repeat; }
.no2{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-02.png) left top no-repeat; }
.no3{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-03.png) left top no-repeat; }
.no4{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-04.png) left top no-repeat; }
.no5{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-05.png) left top no-repeat; }
.no6{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-06.png) left top no-repeat; }
.no7{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-07.png) left top no-repeat; }
.no8{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-08.png) left top no-repeat; }
.no9{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-09.png) left top no-repeat; }
.no10{ background: url(http://www.sugowaza.jp/img/images/icon/icon-rank01-10.png) left top no-repeat; }



/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: left;
	width: 670px;
	font-size: 1.4em;
}
#main-and-sidebar1 #main-contents{
	float: right;
	width: 460px;
	font-size: 1.4em;
	margin-left: 10px;
}
#main-only #main-contents{
	width: 880px;
	font-size: 1.4em;
	text-align: left;
}

/*H1、H2*/
#main-contents h1{
	clear: both;
	margin-bottom: 10px;
	padding: 12px 12px 10px 30px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-title01.gif) left top no-repeat;
	border-bottom: 4px solid #003aa2;
	border-right:4px solid #000099;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
}
#main-contents h2{
	clear: both;
	margin-bottom: 10px;
	padding: 12px 12px 10px 30px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-title01.gif) left top no-repeat;
	border-bottom: 4px solid #003aa2;
	border-right:4px solid #000099;
	font-size: 1.286em;
	font-weight: bold;
	text-align: left;
}

/*H3*/
#main-contents h3{
	clear: both;
	margin-bottom: 18px;
	padding: 3px;
	padding-left: 19px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-h3.gif) 3px center no-repeat;
	border: 2px solid #1954af;
	font-size: 1.067em;
	font-weight: bold;
	line-height: 26px;
}

#main-contents .h3{
	clear: both;
	margin-bottom: 18px;
	padding: 3px;
	padding-left: 19px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-h3.gif) 3px center no-repeat;
	border: 2px solid #1954af;
	font-size: 1.067em;
	font-weight: bold;
	line-height: 26px;
}


/*H4*/
#main-contents h4{
	clear: both;
	margin-bottom: 15px;
	padding: 2px 3px;
	padding-left: 13px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-contents-h5.gif) 3px center no-repeat;
	border: 1px dashed #1954af;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 26px;
}


/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	height: 1px;
	color: #999;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#main-contents table{
	border: 1px solid #CCC;
}

.GeneratedFormTDTitle{
background:#FFFFFF;
width:32%;
line-height:140%;
font-weight:bold;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
padding: 5px;
vertical-align: top;
}

.GeneratedFormTDInput{
background:#EEEEFF;
line-height:140%;
font-weight:normal;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
padding: 5px;
vertical-align: top;
}

.annotation{
font-size: small;
font-weight:normal;
color:#334466;
line-height:140%;
}

/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 15px;
	padding: 0 15px 0 15px;
	text-align: left;
}

#main-contents .contents2{
	margin-top: 10px;
	margin-bottom: 55px;
	padding: 0px 30px;
	text-align: left;
	line-height: 1.6;
	font-size: 1.2em;
}
#main-contents .ebookinfo{
}

#main-contents .contents-left{
	float: left;
	width: 570px;
	padding: 0px;
	text-align: left;
}

/*
#main-contents .contents3{
	margin-bottom: 55px;
	text-align: left;
	line-height: 1.6;
	font-size: 1.2em;
	float: right;
	width: 260px;
	border: 1px solid #000;
	height: auto;
}
*/

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.5;
}


/*●E-Bookリスト（リストタグ）*/
#main-contents ul.ebooklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}
#main-contents ul.ebooklist li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}

#sidebar ul.ebooklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}
#sidebar ul.ebooklist li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}

/*●E-Bookリスト（定義タグ）*/
#main-contents dl.ebooklist{
	margin: 0;
	padding: 0;
}
#main-contents dl.ebooklist dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	position: relative;
	font-size: 0.8em
}
#main-contents dl.ebooklist dd{
	margin: 0 0 6px 0;
	padding: 0 0 6px 60px;
	border-bottom: 1px dotted #aaa;
	font-size: 0.8em
}

#sidebar dl.ebooklist{
	margin: 0;
	padding: 0;
}
#sidebar dl.ebooklist dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	position: relative;
	font-size: 0.8em
}
#sidebar dl.ebooklist dd{
	margin: 0 0 6px 0;
	padding: 0 0 6px 60px;
	border-bottom: 1px dotted #aaa;
	font-size: 0.8em
}


/*●最新情報（リストタグ）*/
#main-contents ul.news,
#main-contents ul.newsn{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}
#main-contents ul.news2{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

#main-contents ul.news li,
#main-contents ul.newsn li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}
#main-contents ul.news2 li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news,
#main-contents dl.newsn,
#main-contents dl.news2{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 120px;
	position: relative;
	font-size: 0.9em
}
#main-contents dl.newsn dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	position: relative;
	font-size: 0.9em
}
#main-contents dl.news2 dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	position: relative;
	font-size: 0.8em
}

#main-contents dl.news dd{
	margin: 0 0 6px 0;
	padding: 0 0 6px 183px;
	border-bottom: 1px dotted #aaa;
	font-size: 0.9em
}
#main-contents dl.newsn dd{
	margin: 0 0 6px 0;
	padding: 0 0 6px 110px;
	border-bottom: 1px dotted #aaa;
	font-size: 0.9em
}
#main-contents dl.news2 dd{
	margin: 0 0 6px 0;
	padding: 0 0 6px 60px;
	border-bottom: 1px dotted #aaa;
	font-size: 0.8em
}

/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	font-size: 0.715em;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(http://www.sugowaza.jp/img/images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(http://www.sugowaza.jp/img/images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(http://www.sugowaza.jp/img/images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(http://www.sugowaza.jp/img/images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(http://www.sugowaza.jp/img/images/icon/icon-color05.gif) center center no-repeat #c46506; }



/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}
#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-check02-blue.png) no-repeat 0 8px;
	line-height: 2.5em;
}

#main-contents div.checklist_spo{
	list-style-type: none;
	list-style-position: outside;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
	margin: 0 10px 1.4em 10px;
}
#main-contents div.checklist_spo div{
	padding-left: 24px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-check01-black.png) no-repeat 0 4px;
	line-height: 1.4em;
}

#main-contents ul.checklist_osu{
	list-style-type: none;
	list-style-position: outside;
	padding: 10px;
	border: 1px solid #999;
}
#main-contents ul.checklist_osu li{
	padding-left: 0px;
	line-height: 1.4em;
}

/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	border-bottom: 1px dotted #7070ba;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(http://www.sugowaza.jp/img/images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(http://www.sugowaza.jp/img/images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}


/*--------------------------------------------------------
エンドリンク
--------------------------------------------------------*/


#end{
	padding: 0;
	background-color: #fff;
	float: right;
	text-align: right;
}

#end div{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px -20px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow01.gif) no-repeat;
}
.end{
	padding-bottom: 15px;
	background-color: #fff;
	float: right;
	text-align: right;
}

.end div{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px -20px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow01.gif) no-repeat;
}



/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	position: relative;
	z-index: 10;
	margin-top: 43px;
	margin-bottom: -2px;
	margin-left: auto;
	width: 276px;
	height: 40px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	padding: 12px 0 19px;
	background: url(http://www.sugowaza.jp/img/images/common/bg-footer.gif) center top repeat-x #00398f;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	text-align: center;
}

#footer2{
	padding: 12px 0 19px;
	background:#DDDDFF;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	text-align: center;
}

/*H3*/
#footer-in h3{
	padding: 0 8px 0 16px;
	background: url(http://www.sugowaza.jp/img/images/title/bg-footer-title01.gif) left top no-repeat #0b4f1f;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.167em;
	color: #fff;
	line-height: 26px;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が740pxになるように）*/

#area01{ width: 382px; }
#area02{ width: 358px; }

#area01,
#area02{
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 20px;
}

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(http://www.sugowaza.jp/img/images/icon/icon-arrow03.gif) left 3px no-repeat;
}

#footer div.access,
#footer div.footer-menu{
	padding: 14px 10px;
	background-color: #efefef;
}


/*●フッターバナー*/
#footer-banner{
	padding: 11px 0;
	background: url(http://www.sugowaza.jp/img/images/common/bg-prnavi.gif) center top repeat #00591a;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#footer-banner li{
	float: left;
	padding-right: 5px;
}


/*●コピーライト*/
.copyright{
	width: 100%;
	padding: 16px 0;
	background-color: #334466;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}


/*--------------------------------------------------------
その他
--------------------------------------------------------*/
.soku{
	background:#FFD396;font-weight:bold;
}



/*●*/
.textbox{
	font-size: 1.3em;
}

#header-in dl.cate_menu dt{
	float: left;
	display: block;
	border: 1px solid #000;
}


#cate_menu{
	position: absolute;
	top: 110px;
	width: 880px;
	background:#5C8ECC;
	padding-top: 1px;
}
#cate_menu a{

	color:#ffffff;
	text-decoration:none;
	font-size:0.8em;
}

#cate_menu a:hover{


	text-decoration:underline;

}

/* ★★★ ドロップダウンメニュ ★★★ */

/* ナビゲーション */
#navi_continer {
position: relative;
z-index:50;
width: 880px;
height:26px;
}

#navi {
position: absolute;
top: 0px;
left: 25px;
width: 880px;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
color: #ffffff;
float: left;
width: 135px;
margin: 0;
}

#navi li a {
font-size: 1.1em;
color: #ffffff;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
background-color: #5C8ECC;
}

.submenu {
font-size: 1.1em;
color: #ffffff;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
background-color: #5C8ECC;
}

#navi li a:hover {
color: #ffffff;
background-color: #3366cc;
}

/* サブメニュー */
#navi ul.sub {
background: #eeeeee;
}

#navi ul.sub li {
float: none;
}

#navi ul.sub li a {
color: #666666;
background: none;
font-size: 12px;
font-weight: normal;
padding: 3px 0;
border-top:1px solid #000099;
}

#navi ul.sub li a:hover {

color: #ffffff;
background-color: #ff9900;
}

#navi ul li.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}

#navi li.navi_menu{
border:1px solid #D5D5D8;
}

#navi li.navi_menu_on{
border:1px solid #D5D5D8;
}


.spall {
	display: none;
}
#tributton {
//	display: none;
}
#topbar {
	display: none;
}
.graytitle {
	display: none;
}
.searchbox {
	display: none;
}


/* ★★★ ycss ★★★ */

table.sugoadmin{

    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sugoadmin th{

    border:1px solid #D5DFE5;
    background-color:#F0F0F0;
    background-position:left top;
    padding:0.3em 0.3em 0.3em 1em;
    text-align:left;
}
.sugoadmin td{
    border:1px solid #D5DFE5;
    padding:0.3em 0.3em;
    text-align:left;
}

.tabh1 {
	font-size:1.4em;
	font-weight:bold;
	color:#444444;
	text-align: left;
	font-family:verdana, arial, helvetica, Sans-Serif;
	border: 3px solid #5C8ECC;
	background-color:#F8F8F8; 
	background:url(http://www.sugowaza.jp/img/title_new.gif);
	padding:.3em;
	margin: 0.8em 0 0.2em 0;
	}
.tabh2 {
	margin-top:5px;
	font-size:small;
	border-top:1px solid #5c8ecc;
	font-weight:normal;
	}
.tabbd {
	border:1px solid #9baab1;
	}

body#tab_sample #h1 {
	margin-bottom:2em;
	font-size:200%;
	font-weight:normal;
	line-height:100%;
	text-align:center;
	}

body#tab_sample div#javascript_tab_sample {
	margin:0px auto 0 auto;
	width:100%;
	text-align:left;
	}

div#javascript_tab_sample ul#tab {
	margin:0;
	padding:0;
	border-bottom:1px solid #9BAAB1;
	background-color:#fff;
	float:left;
	width:100%;
	}

div#javascript_tab_sample ul#tab li {
	padding:0.2em;
	text-align:center;
	border:1px solid #9BAAB1;
	border-bottom:none;
	float:left;
	width:107px;
	list-style-type: none
	}

div#javascript_tab_sample ul#tab li.selected {
	background-color:#9BAAB1;
	}

div#javascript_tab_sample ul#tab li.selected a {
	color:#fff;
	}

div#javascript_tab_sample dl {
	}

div#javascript_tab_sample dl dt {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #fff;
	}

div#javascript_tab_sample dl dd {

	}

.inputText{width: 180px;}


/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 1.4em;
background-color: #FFCFA8;
margin: 8px 0px;
font-weight: bold;
}

.error_message {
clear: both;
}

.error em {
font-size: 1.4em;
color: #003d4c;
}

.notice {
color: #656565;
font-size: 1.4em;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}

.tip {
font-size: 1.4em;
font-weight: normal;
color: #656565;
background-color: #ddd;
}

.form_error_message{
font-size: 1.4em;
font-weight:bold;
color:#ff0000;
}

.message
{
font-size: 1.4em;
padding:6px;
color:#000;
background-color:#fff9d9;
text-align:center;
}


/*------------------------------------------------------------
　written＆copyright by WEB-RIDER
-------------------------------------------------------------*/
}