@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2007-09-01
Modified:   2008-01-23
Version:    1.0
Auther:     Toshio Nagasaka

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: underline;
}
a:link{
	color: #01349d;
}
a:visited{
	color: #5D4136;
}
a:hover{
	color: #EC8C98;
	text-decoration: none;
}
a:active{
	color: #01349d;
}

body {
	background:#fff url(img/bg.jpg) repeat-y center;
	text-align: center;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐ ゴシック", Osaka, sans-serif;
	font-color: #000000;
	font-size: 14px;
	*font-size: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}


/* ------------------------------------------

wireframe

------------------------------------------*/

div#header {
	margin: 20px auto 0px auto;
	width: 960px;
	background-color:#fff;
	text-align:left;
}


div#wrapper {
	clear:both;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border:5px solid #eee;
}

div#pankuzu {
	width:650px;
	text-align:left;
	font-size:x-small;
}

div#mainContent {	
	float:left;
	margin-top:20px;
	margin-bottom: 20px;
	width: 640px;
	background:#fff;
	text-align:left;
}

div#secondly {	
	float:right;
	margin: 20px 0 20px 60px;
	width: 200px;
	height:100%;
	min-height:600px;
	text-align:left;
}

div#test {
	width:960px;
	height:100%;
	}


div#footer {	
	border-bottom:5px solid #228B00;
	margin:0 auto;
	padding:10px 0;
	clear:both;
	width: 900px;
	text-align:center;
}

/* ------------------------------------------

header

------------------------------------------*/

#logo {
	float:left;
	}

#tagline {
	font-size:11px;
	margin-bottom:0px;
	}

#headerleft {
	float:left;
	width:640px;
	}
	
#headerright {
	float:right;
	}

#headerright p {
	margin-top:3em;
	}
	
#header ul {
	float:left;
	margin: 0 auto;
	margin-top:2em;

	}

#header ul li {
	float:left;
	margin-left:1em;
}


	
/* ------------------------------------------

contents

------------------------------------------*/

div.contentsline {
	clear:both;
	}

div.mainbnr{
	width:200px;
	float:left;
	margin-bottom:20px;
	}
	
div.mainbnr h3{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dotted #333;
	}

div.mainbnr p {
	font-size:11px;
	color:#ff0000;
	}
	
div.mainbnr p.up {
	color:#FF0000;
	}

/* ------------------------------------------

nav

------------------------------------------*/


div#pankuzu p{
	margin-top:-25px;
	margin-bottom:0;
	}


/* ------------------------------------------

secondly

------------------------------------------*/

div#secondly img{
	margin-bottom:10px;
}	

div#secondly ul {
	width: 200px;
	margin: 0 auto;
	}

div#secondly ul li {
	margin-bottom:10px;
}


/* ------------------------------------------

mainContent

------------------------------------------*/

div#mainContent p{	
	line-height:1.5;
	color:#333;
}

div#mainContent h2{	
	margin-bottom:20px;
}

dl {
	margin-top:20px;
	font-size:12px;
	}
	
dt {
	float:left;
	color:#63A208;
	font-weight:bold;
	}

dd {
	margin-left:7em;
	}
	

.left {
	float:left;
	margin:0 20px 20px 0;
	}

table {
	margin-top:1em;
	margin-bottom:2em;
	margin-left:50px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	}
		
td {
	padding:1em;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
div#report h3 {
	font-size:135%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	}


div.underway {
	background-image:url(img/underway_090710_map.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:99%;
	}
	
.strongconsulting {
	color:#0095AA;
	/*border-bottom:2px solid #FFCC33;
	padding:0.3em 0;
	margin-bottom:0.5em;*/
	}

a.transmit img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

a.transmit:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}


/* ------------------------------------------

footer

------------------------------------------*/

div#footer p {	
	color:#333333;
	font-size:smaller;
	padding-right:10px;
}

div#footer #copyright {
	margin:0 auto;
	clear:both;
	text-align:center;
	}

