/*------------------------------------------------
--- useful ページ用　ＣＳＳ　2008/12/03	ver. 
------------------------------------------------*/

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
* {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0;
}
img {
	border:0;
}
#page {
	background: url(../images/bg.gif) repeat-y right;
	height: auto;
	width: 760px;
}

/*------------------------------------------------
--- ヘッダー部分 
------------------------------------------------*/

/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	background: no-repeat left top;
	width: 760px;
	margin: 0px;
	height: 90px;
	padding: 0px;
}
#header h1 {
	font-size: 10px;
	color: #333333;
	margin: 3px 10px 3px 0px;
	float: right;
}
#header h3 {
	margin: 2px 5px 2px 0px;
	padding: 0px;
	float: right;
}
#header img {
	float: left;
	padding: 0px;
	margin: 0px;
}

/*---- ↓　ヘッダー右上キャッチ----*/
#header .topshoulder {
	font: bold 80%;
	color: #333333;
	margin: 3px 10px 3px 0px;
	text-align: right;
	}
/*---- ↓　ヘッダー右下テキストリンク----*/
#header .smenu {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	clear: both;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header .smenu ul {
	list-style: none;
	margin: 0px;
}
#header .smenu li {
	display: inline;
	border-right: 1px solid #33CC00;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
/*---- ↑　ヘッダー右下テキストリンク　ここまで----*/

/*------------------------------------------------
--- 緑の帯　部分 
------------------------------------------------*/

#nav {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	clear: both;
	width: 758px;
	height: 30px;
	background: #006600;
}
/* リスト全体 */
#nav ul
   {
	width:760px;             /* リスト全体の幅 */
	height:30px;             /* リスト全体の高さ */
	list-style:none;
   }

/* 各項目 */
#nav li
   {
    width:125px;             /* 項目の幅 */
    height:30px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

#nav .search a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;  /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
	background: url(images/navi.gif) no-repeat 0px 0px;
    }
#nav .search a:hover
   {
	background: url(images/navi.gif) 0px -30px;                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .about a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-125px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .about a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-125px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .layout a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-250px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .layout a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-250px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
#nav .trade a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);   /* リンク範囲の背景画像設定 */
    background-position:-375px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
#nav .trade a:hover
   {
    background-image:url(images/navi.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:-375px -30px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .mylist a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-500px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .mylist a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-500px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .contact a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-625px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .contact a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-625px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
}

/*------------------------------------------------
--- サイド　グレーナビ　部分 
------------------------------------------------*/

#side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: auto;
}
#side ul {
	margin: 0px;
	list-style: none;
}
#side li {
	height: 28px;
	width: 140px;
	display: block;
	background: #666666;
	margin: 0px 0px 1px;
	text-align: left;
	border-left: 10px solid #333333;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 3px;
}

#side  a {
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	color: #FFFFFF;
}
#side a:hover {
	display: block;
	text-decoration: none;
	color: #FF9900;
}

/*------------------------------------------------
--- メイン　部分 
------------------------------------------------*/

#main {
	margin: 0px 2px 0px 0px;
	width: 595px;
	float: right;
	background: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main h1 {
	background: url(../css/images/title_bg04.gif) no-repeat left bottom;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 10px;
	margin: 5px;
}
/*------　メイン内パンくず　------*/
#topicPath {
	margin:10px 0;
}
#topicPath li {
	display:inline;
	list-style-type:none;
	padding-left: 5px;
	margin-left: 0px;
}
#topicPath li a {
	padding-right:10px;
	background:url(../css/images/topicpath.gif) no-repeat right center;
}
/*------　メイン内パンくずここまで　------*/
/*----　メイン内小見出し　-----*/
.sabtitle{
	color: #006666;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	margin: 15px 10px 10px;
	font-size: 110%;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 1px solid #FFFFFF;
	text-indent: 0.5em;
	display: block;
	}

/*-----　メイン部分本文　リスト　リンクなど　-------*/
.maesetu {
	padding: 5px;
	width: 550px;
	margin: 0px 0px 5px 10px;
	height: auto;
	line-height: 1.6;
}
.maesetu p {
	padding: 2px 0px;
	width: 550px;
	margin: 2px 2px 2px 0px;
	border-bottom: 1px dotted #666666;
	line-height: 1.6;
	letter-spacing: 0.1em;
	display: inline;
}
.maesetuL p {
	padding: 2px 0px;
	width: 630px;
	margin: 2px;
	display: inline;
	border-bottom: 1px dotted #666666;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.maesetu ol {
	margin: 0px 0px 5px;
	list-style: none;
}
.maesetu li {
	margin: 0px 0px 10px;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bold;
	float: left;
}
.maesetu a {
	margin: 0px;
	font-size: 100%;
}
.maesetu a:hover {
	margin: 0px;
	font-size: 100%;
	background: #FFFFFF;
	color: #339900;
}
/*-----　メイン部分本文などここまで　-------*/
/*-----------　メイン内　コラム2　--------------*/
#colum2 dl 

{
	width: 555px;
	background: #FFFFE1;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#colum2 dd 
{
	width: 330px;
	color: #003333;
	font-size: 12px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-x-position: 0%;
	background-y-position: 0%;
	margin: 0px 0px 0px 220px;
	padding: 5px;
	background: #ffffff;

}
#colum2 dt
{
	float: left;
	width: 213px;
	clear: both;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0pt 5px 10px;
}
.kyochoR {
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	color: #FF3300;
}
.komidashi3 {
	font-size: 12px;
	margin: 0px 1px 0px 0px;
	color: #333333;
	background: #FFFFFF;
	display: block;
	padding: 1px;
	border-top: none;
	border-left: 10px solid #CC3300;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*-----------　メイン内　コラム2　ここまで--------------*/

/*------------------------------------------------
--- オレンジケイかこみ　部分 
------------------------------------------------*/
#content2 {
	width: 720px;
	border: 1px dashed #FF9900;
	clear: both;
	height: auto;
	padding: 5px 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
}

#content2 ul {
	list-style: none;
    padding: 5px 0px;
	margin: 5px 0px 15px;
}
#content2 ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	display: inline;
	border-right: 1px solid #99CC00;
}
#content2 a:link, a:visited {
	text-decoration: none;
	display: inline;
}
#content2 a:hover {
	text-decoration: underline;
	color: #339900;
}
#content2 h3 {
	font: bold 110% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF6600;
	display: block;
	border-bottom: 1px solid #99CC00;
	border-left: 5px solid #99CC00;
	letter-spacing: 0.1em;
	clear: both;
	padding: 5px;
	margin: 15px 2px 2px;
}

/*------------------------------------------------
--- フッター　部分 
------------------------------------------------*/

#footer {
	background: #CCCCCC;
	margin: 0px 1px 0px 0px;
	height: 60px;
	width: 760px;
	text-align: right;
	font-size: 90%;}
#footer p {
	margin:0 0 2px 0;
}
#footer ul {
	list-style: none;
	margin: 10px;
	text-align: right;
}
#footer ul li {
	padding-left: 5px;
	display: inline;
	text-align: right;
	border-right: 1px solid #666666;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 90%;
}
#footer address {
	font-style:normal;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:link {
	display: inline;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}

/*----------------　表示制御　テキストを隠す　-----------------*/
.minasu {
	font-size: 10px;
	text-indent: -9999px;
	display: block;
	vertical-align: middle;
	margin: 0px;
}

/*Hides from IE-mac 　ＩＥ用ハック\*/
*html .twocolum {height: 1%;}
.twocolumL { display: block; 
}
#colum h2 {
	background: url(../css/images/title_bg04.gif) no-repeat left bottom;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 5px;
}
/* End hide from IE-mac ＩＥ用ハック*/


/*--------------ここまでが　ベース（new01.html）の指定-----------------*/

/*--------------ここからオフィスの課題解決　new02.htmlの指定-----------------*/

#colum h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 2px 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #FF9900;
	border-left: 7px solid #FF9900;
	width: 550px;
}
#colum2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#colum2 dl {
	width: 555px;
	background: #FFFFE1;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#colum2 dd {
	width: 330px;
	color: #003333;
	font-size: 12px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-x-position: 0%;
	background-y-position: 0%;
	margin: 0px 0px 0px 220px;
	padding: 5px;
	background: #ffffff;
}
#colum2 dt　{
	float: left;
	width: 213px;
	clear: both;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0pt 5px 10px;
}
.colum {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	width: 550px;
	height: auto;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	font-weight: bold;
}/*-----　↑本文　------*/

.komidashi2 {
	font-size: 12px;
	font-weight: bold;
	background: url(images/bar-bg.gif) repeat-x left top;
	margin: 10px 0px 3px 10px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 550px;
	border-left: 10px solid #666666;
	border-right: 5px solid #666666;
}
/*--------------ここまでオフィスの課題解決　new02.htmlの指定-----------------*/
/*--------------ここからオフィスの課題解決　new03.htmlの指定-----------------*/
.tblcoment {
	margin: 10px 0px 10px 10px;
	padding: 5px;
	background: #FFFFFF;
	width: 550px;
}
.tdcoment {
	line-height: 120%;
	padding: 10px;
	background: url(../useful/image/tbgwhite.gif) no-repeat left center;
	margin: 0px;
	vertical-align: middle;
	font-size: 11px;
}
.twocolum {
	margin: 0px 0px 0px 10px;
	width: 550px;
	height: auto;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF;
	padding: 5px 10px;
}
.twocolum img {
	margin: 0px 0px 0px 7px;
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twocolum:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.twocolum {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .twocolum {height: 1%;}
.twocolum { display: block; 
}
#colum3 dt {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	display: block;
	padding-top: 7px;
	padding-bottom: 4px;
}
#colum3 dl {
	background: #FFFFCC;
	padding: 0px;
	width: 550px;
	margin: 0px 0px 0px 10px;
}
#colum3 dd {
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
	line-height: 130%;
	display: block;
	color: #000000;
	margin-left: 10px;
}
/*--------------ここまでオフィスの課題解決　new03.htmlの指定-----------------*/


