﻿@charset "UTF-8";
/*
===================================================================
この著作権表示は、必ず残して下さい。
オリジナルバージョンのスタイルシートは、以下のチュートリアルを基にしています。
http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen

This style sheet was modified and used with permission.

By Usagi Project

http://concrete5-japan.org
http://usagi-project.org
===================================================================
*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen
Copyright (c) 2008 www.mesch.ch, Remo Laubacher. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

html, body {
	margin:0px;
   padding:0px;
}

.header {

	background-color:#17853b;
	
}

#outercontainer1 {
   height:100%;
   overflow:auto;
   width:100%;
   text-align:center;
 
background-color: #ffffff;
}
#outercontainer2 {
   min-height:100%;
	background: url(images/bak.gif) repeat-y;
background-position: top;

}
#container {
	width:754px;
	height: 100%;
	margin:5px auto;
	text-align:left;
	z-index: 99;
}
#logo {
	width:754px;
	height: 85px;
	background: white;
}
#picture {
	width:754px;
	height: 5px;
margin:0px auto;
padding: -10px;


}
#content {
	width:754px;
}

#column_2 {
	   padding-top: 20px;
   float: left;
   width: 185px;
  
   font-family: Trebuchet MS;
   font-size: 12px;
   font-weight: bold;
background: none;
}
#column_2 ul {
   margin: 0px;
   padding: 0px;
}  
#column_2 li {
   list-style: none;
   margin-bottom: 10px;
}

#column_3 {
border-left:dotted 0px #999;
   float: left;
   width: 551px;
   padding-top: 20px;
   padding-left: 15px;
   font-family: Trebuchet MS;
font-family: none;
letter-spacing: 0.1em;
line-height: 1.5em;
background: none;
}

.foot {
	font-size: 12px;
	text-align: right;
	color:#ffffff;
}
.foot2 {
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.foot2 table tr td {
	font-size: 12px;
	color:#ffffff;
}