@charset "Shift_JIS";

/* Initialize
---------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}


/* Structure
---------------------------------------------------- */
body	{
	text-align: center;
}

#wrapper	{
	width: 780px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin: 3px auto;
}

img {
	border: none;
}

.layout {
	margin: 10px 0 10px 0;
}

/* Header
---------------------------------------------------- */
#header	{
	height: 130px;
	margin-top: 1px;
	background: url("../shared/header.jpg") no-repeat;
}


/* Navigation-Table
---------------------------------------------------- */
#navi	{
	width: 100%;
	height: 1.8em;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font-size: 0.9em;
	background-color: #ffffff;
}

#navi a	{
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

#navi a:hover	{
	color: #ffffff;
	background-color: #6699ff;
}



/* MainContents（左の段）
------------------------------------------------- */
#content	{
	width: 627px;
	padding-left: 10px;;
	text-align: left;
	vertical-align: top;
}

#content h1	{
	color: #3366ff;
	font-size: 1.4em;
	padding: 8px 0;
}

#content h2	{
	color: #9966ff;
	font-size: 1.1em;
	margin: 4px 0;
}

#content h3	{
	color: #051a59;
	font-size: 1em;
	margin-top: 3px;
	font-style: normal;
}

#content p	{
	padding: 10px 20px 20px 15px;
	color: #333333;
	text-align: left;
	line-height: 1.3em;
}

/* 新着情報
------------------------------------------------- */
#content span#new1	{
	font-size: 0.9em;
}

#content #new2	{
	font-size: 0.9em;
	background: #ffffff; 
	border: #3366ff 3px dotted;
	padding: 4px;
	width: 450px;
}

#new2 p	{
	padding: 5px 5px 3px 15px;
}



/* サイトマップ
------------------------------------------------- */
#content table	{
	width: 590px;
	margin: 10px 0 15px 0;
	border: 2px;
	text-align: center;
}

#content td.photo	{
	color: #ff0000;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 380px;
	height: 300px;
	border: none;
	background: #ffffff url("../top/top.gif") no-repeat;
}

#content td.smp {
	font-size: 0.9em;	
	font-weight: bold;
	text-align: center;
	width: 190px;
	height: 100px;
	padding: 0 5px;
	background: url("../top/menubg2.jpg") no-repeat;
	line-height: 1.6;
}
#content td.sp {
	text-align: left;
}

#content td.smp a, a:visited {
	color: #003366;
	text-decoration: none;
}

#content td.smp a:hover {
	color: #ffffff;
	background-color: #336699;
	padding: 4px;
}


/* 強調
------------------------------------------------- */
#content span.empred	{
	color: #cc0000;
	font-weight: bold;
}

#content span.empblue	{
	color: #003366;
	font-weight: bold;
}

#content span.empblack	{
	color: #333333;
	font-weight: bold;
}


/* SubContents（右の段）
--------------------------------------------------- */
#menu	{
	width: 150px;
	font-size: 0.8em;
	vertical-align: top;
	padding-left: 12px;
}

#menu a	{
	padding-left: 30px;
	color: #000066;
	text-align: left;
	display: block;
	line-height: 2.5em;
	border-bottom: dotted 1px #99ccff;
	text-decoration: none;
	background: #ffffff url("../shared/dent.jpg") 4px no-repeat;
}

#menu a:hover	{
	color: #336699;
	font-weight: bold;
	text-decoration:underline;
	background: url("../shared/dent_a.gif") 4px no-repeat;
}


/* Footer
--------------------------------------------------- */
#footer	{
	width: 100%;
	background-color: #6699ff;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
}

#w3c	{
	text-align: right;
	padding: 100px 10px 10px 0;
}



