@charset "shift-jis";

html {
	height: 100%;
	}

body {
	height: 100%;
	background: #fff url(../img/back.gif);
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	}

table {
	line-height: 1.4;
	}
th,
td {
	border: 1px solid #333;
	vertical-align: top;
	}
th {
	padding: 10px;
	white-space: nowrap;
	}
td {
	padding: 5px 3px;
	}

a {
 outline: 0;
}



/**レイアウトに関するCSS**/	
.red {
	color: #C00;
	}
.green {
	color: green;
}
.m-btm10 {
	margin-bottom: 10px;
}
.m-btm20 {
	margin-bottom: 20px;
}
.m-btm30 {
	margin-bottom: 30px;
}
.m-btm40 {
	margin-bottom: 40px;
}
.m-top10 {
	margin-top: 10px;
}
.m-top20 {
	margin-top: 20px;
}
.m-top30 {
	margin-top: 30px;
}
.m-top40 {
	margin-top: 40px;
}
.m-left20 {
	margin-left: 20px;
}

.cap {
	padding-left: 1em;
	text-indent: -1em;
}

.tleft{
	text-align: left;
	}
.tright{
	text-align: right;
	}	
.cnt{
	text-align: center;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
.clearboth {
	clear: both;
	}
/**レイアウトに関するCSS　終わり**/

/*====================
 container
====================*/
div#container {
	background: #fff;
	min-height: 100%;
	width: 820px;
	margin: 0 auto;
	}
/*====================
	header
====================*/
div#header {
	background:#fff url(../img/header_bg.gif) no-repeat;
	height: 55px;
	margin: 0 auto;
}
/*div#header h1 {
	color: #000;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	}
*/	
div#header h1#logo-ttl {
	color: #333;
	font-weight: bold;
	padding: 10px 0 3px 5px;
	}
	
div#header p#logo {
	float: left;
 margin-left: 3px;
	}

div#header #main-search {
	float: right;
 margin-right: 3px;
	margin-top: -16px;
	color: #333;
	font-weight: bold;
}

p#comment {
	height: 200px;
	margin: 10px 0;
	background: url(../img/top/top-image.jpg) no-repeat top left;
	text-indent: -9999px;
}
p#comment a {
	display: block;
	width: 800px;
	height: 200px;
	margin: 10px 0;
	overflow:hidden;
}




/*div#menu {
	clear: both;
	width: 830px;
	margin: 8px 5px 5px 5px;
	background-color: #fff;
	*padding: 5px 10px 8px 10px;
	*height: 60px;
}*/
/*div#menu ul li {
	float: left;
	text-align: center;
	*background: #0CF;
	background: url(../img/icon_drop.gif) no-repeat center left;
	list-style-type: none;
	list-style-image: none;
	padding: 8px 0px;
	display: block;
	width: 245px;
}
*/
#menu{
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 46px;
	border: 0px gray solid;
}

	#menu ul{
		margin: 0px;
		width: 800px;
		height: 46px;
	}

	 #menu li{
			list-style-type: none;
			text-indent:-9999px;
			border-top: 0px #FFFFFF solid;
			border-right:0px #FFFFFF solid;
			float:left;
		}

	#menu ul li a{
		display: block;
		height: 46px;
		text-indent: -9999px;
		background: url(../img/gnavi.gif);
	}

	#menu ul li#btn01 a{
		background-position: 0px 0px;
		width: 96px;
		}
	#menu ul li#btn01 a:hover{
		background-position: 0px 46px;
		}
	#menu ul li#btn02 a{
		background-position: -96px 0px;
		width: 101px;
		}
	#menu ul li#btn02 a:hover{
		background-position: -96px 46px;
		}
	#menu ul li#btn03 a{
		background-position: -197px 0px;
		width: 143px;
		}
	#menu ul li#btn03 a:hover{
		background-position: -197px 46px;
		}
	#menu ul li#btn04 a{
		background-position: -340px 0px;
		width: 100px;
		}
	#menu ul li#btn04 a:hover{
		background-position: -340px 46px;
		}
	#menu ul li#btn05 a{
		background-position: -440px 0px;
		width: 122px;
		}
	#menu ul li#btn05 a:hover{
		background-position: -440px 46px;
		}
	#menu ul li#btn06 a{
		background-position: -562px 0px;
		width: 120px;
		}
	#menu ul li#btn06 a:hover{
		background-position: -562px 46px;
		}
	#menu ul li#btn07 a{
		background-position: -683px 0px;
		width: 117px;
		}
	#menu ul li#btn07 a:hover{
		background-position: -683px 46px;
		}


/*====================
 mainContents
====================*/
div#mainContents {
	background: #fff;
	float: left;
	line-height: 1.4;
 margin: 0;
	width: 800px;
	display: inline;
	}
div#top-mainContents {
	background: #fff;
	float: left;
	line-height: 1.4;
 margin: 4px 6px;
	width: 760px;
	display: inline;
	}


/*====================
 subContents
====================*/
div#subContents {
	float: right;
	line-height: 1.6;
	margin: 5px;
	width: 210px;
	}

div#subContents #category,
div#subContents #industry  {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#subContents #category ul li {
	background: url(../img/icon_drop.gif) no-repeat center left;
	border-bottom: 1px dotted #666;
	list-style-type: none;
	list-style-image: none;
	margin: 5px;
	padding-left: 15px;
}
div#subContents #category ul li.last {
	border: none;
}
div#subContents #category ul li.category-last {
	margin-bottom: 30px;
} 
	
div#subContents #category h4,
div#subContents #industry h4 {
	background: #CFF;
	border-left: 15px #0066CC solid;
	padding: 0 0 0px 5px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
p.side {
	background: #FFD1BB;
	border-left: 15px #C30 solid;
	padding: 0 0 0 5px;
	color: #945B16;
	font-size: 1.2em;
	font-weight: bold;
}


div#subContents #industry p {
	margin: 5px 0;
	padding: 3px;
	line-height: 1.2em;
}
div#subContents #industry p a{
	margin: 0px auto;
	width: 200px;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 60px;
	text-decoration: underline;
}
/*div#subContents #industry p#topics1 {
 background: url(../img/btn_genjou.gif) no-repeat center top;
}*/
div#subContents #industry p#topics2 {
 background: url(../img/topics1.gif) no-repeat center top;
}
/*div#subContents #industry p#topics3 {
 background: url(../img/btn_senryaku.gif) no-repeat center top;
}
div#subContents #industry p#topics4 {
 background: url(../img/btn_flow.gif) no-repeat center top;
}*/

div#container p#top {
	clear: both;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
}

div#banner {
	margin: 10px auto;
	text-align: center;
}

div#banner ul li {
	margin: 0 10px;
	display: inline;
}

div#subContents #banner-top ul li.btn-wm a {
 background: url(../img/button_water_mess.gif) no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	margin: 10px auto;
}
div#subContents #banner-top ul li.btn-jou a {
 background: url(../img/button_jousui.gif) no-repeat;
	display: block;
	width: 200px;
	height: 40px;
}
div#subContents #banner-top ul li.btn-wm span,
div#subContents #banner-top ul li.btn-jou span {
	display: none;
}

div#subContents p#ssl {
	background: #FFF3F3;
	border: 1px #000 solid;
	color:#666;
	margin: 10px 0;
	padding: 3px;
	line-height: 1.2em;
}

/*====================
 details 
====================*/

div#details {
	width: 800px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	}



div#details-top {
	width: 730px;
	margin: 0 auto;
	overflow: hidden;
	}

div#details p.path {
	margin: 15px 0 15px 5px;
	font-size: 90%;
}
div#details p.path-b {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px #999 solid;
	font-size: 90%;
}
div#details p.path a,
div#details p.path-b a {
 background: url(../img/path.gif) no-repeat center right;
	padding-right: 15px;
}


/*====================
 footer
====================*/

div#container address {
	padding: 5px 0;
	font-size: 90%;
	text-align: center;
	line-height: 1.5em;
	}
	
div#footer-list {
	background: #fff;
	padding: 5px;
	margin: 10px 5px;
	text-align: center;
	/*border: 1px dotted #c30;*/
}
div#footer-list ul li {
	margin: 0 10px;
	display: inline;
}
	

/*====================
 link class design
====================*/
a:link {
	color: #0033CC;
	text-decoration: underline;
	}
a:visited {
	color: #0033CC;
	text-decoration: underline;
	}
a:hover {
	color: #006633;
	text-decoration: none;
	}
a:active {
	color: #006633;
	text-decoration: none;
	}
div#details a:hover {
	color: #f00;
	text-decoration: underline;
	}


	
