﻿/*------------------------------------------------------------
全体レイアウト
-------------------------------------------------------------*/

#container{
	width:950px;
	text-align:left;
	margin:0 auto;
	background:url('./../img/common/bg_base.gif') no-repeat left top;
}

#content .block {
	margin-bottom:10px;
}

#content {
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	padding:10px 9px 0 9px;
	width:930px;
}

#wrap {
	float:left;
	width:750px;
}

#wrapAll {
	float:left;
	width:930px;
}

#maincol {
	float:right;
	width:560px;
}

#subcol {
	float:left;
	width:180px;
}

#xcol{
	float:right;
	width:170px;
}

#top_maincol {
	float:right;
	width:540px;
}

#top_subcol {
	float:left;
	width:200px;
}

#evcalendar_maincol {
	float:right;
	width:560px;
}

#evcalendar_subcol {
	float:left;
	width:180px;
}


/*------------------------------------------------------------
Clear-Fix対応
-------------------------------------------------------------*/
#content:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#content { display:inline-block; }
* html #content { height:1%; }


/*------------------------------------------------------------
右カラムコンテンツ
-------------------------------------------------------------*/

#header{
}

#header .top {
	height:29px;
}

#header .top a:link, #header .top a:visited {
	font-weight:bold;
	text-decoration:none;
}

#header .top a:hover, #header .top a:active
{
	text-decoration:underline;
}

.top .submenu {
	margin:5px 0 0 0;
	float:right;
	vertical-align:bottom;
	font-size:12px;
	text-align:right;
}

.top .submenu img 
{
	vertical-align:middle;
}

.top .logo {
	margin:9px 0 0 11px;
	height:93px;
	width:94px;
	float:left;
}

.top .name {
	padding:45px 0 0 255px;
	font-size:90%;
	color:#578B3C;
}

.top .version 
{
	margin-top:55px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:right;
	color:#96B94C;
}

.top .search 
{
	margin-top:45px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:right;
}

#nav {
}

#commonnav {
	height:31px;
	text-align:center;
	margin:0 0 8px 0;
	padding:0;
}

#pagenav {
	height:31px;
	background: url('./../img/common/bg_pagemenu.png') no-repeat left top;
	text-align:center;
	margin:0;
	padding:0;
}

#nav input 
{
	vertical-align:top;
}

#wrap a:link, #wrap a:visited 
{
	text-decoration:none;
}

#wrap a:hover, #wrap a:active
{
	text-decoration:underline;
}

#footer{
	text-align:center;
}

#footer .footerlink {
	background-color:#D8EBAF;
	padding:10px 0;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	font-size:70%;
	line-height:150%;
}

#footer a:link, #footer a:visited
{
	font-size: 100%;
	text-decoration:none;
}

#footer a:hover, #footer a:active
{
	text-decoration:underline;
}

#footer .copyright {
	background: url('./../img/common/copyright.gif') no-repeat left top;
	height:21px;
}


#xcol .osusumework {
	width:152px;
	height:100%;
	border:1px #9ACD35 solid;
	background-color:#EFF7DF;
	padding:0 8px 5px 8px;
}

.osusumework .title_osusumework
{
	background:url('./../img/common/title_osusumework.png') no-repeat left top;
	height:16px;
	width:152px;
	margin:5px 0 5px 0;
}

.osusumework .main_osusumework
{
	margin:8px 0 8px 0;
}

#xcol a:link, #xcol a:visited 
{
	font-size: 100%;
	text-decoration:none;
}

#xcol a:hover, #xcol a:active
{
	text-decoration:underline;
}

/*------------------------------------------------------------
右カラムコンテンツ
-------------------------------------------------------------*/
#xcol .outline {
	width:148px;
	height:100%;
	border:1px #9ACD35 solid;
	padding:0 8px 5px 8px;
}

#xcol .outline table
{
	font-size:80%;
}

#xcol .outline .th-left
{
	width:40px;
	padding:10px 0;
	border-bottom:1px #99CC33 dotted;
	color:#83Ad2C;
	font-weight:bold;
}

#xcol .outline .th-right
{
	width:116px;
	padding:10px 0;
	border-bottom:1px #99CC33 dotted;
	color:#83Ad2C;
	font-weight:bold;
	text-align:right;
}

#xcol .outline .td-left
{
	padding:5px 0;
	width:60px;
}

#xcol .outline .td-right
{
	width:96px;
	padding:5px 0;
}


#xcol .title_small
{
	padding:3px 0px 3px 10px;
	font-size:70%;
	line-height:150%;
	color:#000000;
	border:1px solid #99CC66;
	background-color:#E0EFBF;
	border-bottom:none;
	color:#666666;
	overflow:hidden;
}

#xcol .border
{
	background: url('./../img/home/border.png') repeat-x center top;
	height:2px;
}



