@charset "utf-8";

/* formatting style 
-------------------------- */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
	background-color: #0099CC;
	background-image: url(images/dot4.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/*link styles
-------------------------*/
	   
a:link {
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	color: #9900CC;
	text-decoration: underline;
}
a:hover {
	color: #FF99FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

a img { border-style:none; }

/* basic layout  
-------------------------- */

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
#main {
	padding: 15px;
	float: left;
	width: 560px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #003366;
	padding: 15px;
	clear: both;
}
#side_left {
	padding: 15px;
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
/* header styles 
-------------------------- */

#header {
	background-color: #FFFFFF;
	height: 150px;
	border-top: 3px solid #003366;
	position: relative;
}
#header #logo {
	position: relative;
	left: 15px;
	top: 5px;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 2px;
	top: 104px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #003366;
	text-decoration: none;
	background-color: #CCFFFF
	text-align: center;
	display: block;
	height: 2.5em;
	width: 105px;
	border-top: 3px solid #99CCFF;
	border-bottom: 3px double #003366;
	border-left: 2px solid #FFFFFF;
	background-color: #CCFFFF;
	text-align: center;
}
#header h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FF6600;
	text-align: right;
}
#header ul li a:hover {
	background-color: #CDE4E4;
}

#header ul li#nTop a {
	border-left: none;
}
/* mainstyles
-------------------------- */

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #0099FF;
	background-image: url(images/p1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666666;
}

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/p1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	width: 5em;
	padding-left: 15px;
	clear: left;
	float: left;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
#main p {
	margin-left: 15px;
}
#main span{
	background-color:#CCFF66;
	padding: 3px 5px;
	font-weight: bold;	
			}


/* footer styles 
-------------------------- */
#footer ul li a {
	color: #CCCCCC;
	list-style: url(images/arrow_332.gif);
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* side_left  styles 
-------------------------- */


#side_left ul li {
	list-style: none;
}
#side_left ul li a {
	line-height: 2em;
	color: #000033;
	text-decoration: none;
	background-color: #D1D1FF;
	text-align: left;
	display: block;
	border: 1px solid #CCCCCC;
	background-image: url(images/p2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	list-style: none;
	float: none;
	height: 2em;
	width: 180px;
	padding-left: 25px;
	margin: 3px 0px 0px;
	font-size: 12px;
}

#side_left h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	left: 10px;
}

#side_left ul li a:hover {
	background-color: #D1E8FF;
}
/* coop 
-------------------------- */


 
#main div.coop {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 350px;
}
#main div.coop h3 {
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin: 10px 0px 5px;
	border-left: 3px solid #99CC00;
	padding-bottom: 7px;
}
#main div.coop img {
	border: 1px solid #999999;
	width: auto;
	height: auto;
}
#main div.coop h3 b {
	float: none;
	color: #FF0033;
	text-decoration: underline;
	text-align: right;
}
#main div.coop p {
	line-height: 15px;
	border: 0px none;
	background-color:#CCFF99;
	padding:10px;
}
/* form 
-------------------------- */


 
#main form {
	margin-bottom: 25px;
}
#main input[type="text"],#main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* table 
-------------------------- */
 
#main table tr.cdd {
	background-color: #EFEFEF;
}

#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#main table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table a img {
    padding: 5px;
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
/*  ga
-------------------------- */

#main div.ga {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 300px;
}
#main div.ga h3 {
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin: 10px 0px 5px;
	border-left: 3px solid #99CC00;
	padding-bottom: 7px;
}
#main div.ga img {
	border: 1px solid #999999;
	width: auto;
	height: auto;
}
#main div.ga p {
	line-height: 15px;
	border: 0px none;
}

/* syoku 
-------------------------- */


 
#main div.syoku {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 250px;
}
#main div.syoku h3 {
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin: 10px 0px 5px;
	border-left: 3px solid #99CC00;
	padding-bottom: 7px;
}
#main div.syoku img {
	border: 1px solid #999999;
	width: auto;
	height: auto;
}
#main div.syoku h3 b {
	float: none;
	color: #FF0033;
	text-decoration: underline;
	text-align: right;
}
#main ul {
	margin-left: 10px;
}
#main div.tenpo {
	margin-right: 20px;
	margin-bottom: 5px;
	}

#main p.ten {
	background-color: #CCFFFF;
	padding: 10px;
	width: 200px;
	float: left;
	font-size: 12px;
}
#main ul li {
	list-style: url(images/arrow_332.gif);
}

