* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 80%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #666;
	background-color: #858585;
/*
	background-color: #c9c1bf;
*/
}
#outer {
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 2px solid #ccc;
	margin-top: 10px;
	background-image: url(images/bg.jpg);
} 
#container {
	width: 950px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
} 
#header {
	height: 65px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/header_bg.jpg);
	padding: 15px 0px 15px 20px;
}
#headerleft {
	padding: 15px 0px 15px 20px;
	float: left;
	width: 520px;
	height: 70px;
}
#headerright {
	padding: 18px 10px 10px 10px;
	float: right;
	width: 320px;
	text-align: right;
	color: #FFFFFF;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(images/container_bg.jpg);
	background-color: #fff;
}
#menu {
	padding: 15px 10px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
	clear: left;
}
#topimage {

}
#main {
	float: right;
	width: 720px;
	padding: 5px 4px 15px 14px;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #e9e9e9;
	background-color: #ffffff;
}
#footer {
	clear: both;
	padding: 10px 10px;
	border-top: 1px solid #f4f4f4;
}
#footerleft {
	float: left;
	width: 400px;
}
#footerright {
	float: right;
	width: 490px;
	text-align: right;
}
.menubar {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(images/menu_bg.png);
	font-size: 110%;
	margin-bottom: 5px;
	text-indent: 10px;
	margin-top: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
#menu ul {
}
#menu ul li {
	font-weight: normal;
	text-indent: 40px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 120%;
	margin: 0px 0px 5px 0px;
	height: 35px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#menu ul li a {
	text-decoration: none;
	display:block;
	color: #333;
	line-height: 35px;
	height: 35px;
}
#menu ul li a:hover {
	color: #333333;
	text-decoration: underline;
	display:block;
	background-image: url(images/menu_li_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu ul li a.selected {
	color: #333333;
	display:block;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#666;
}
a:active {
	color:#666;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	margin-top: 0px;
	text-indent: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 120%;
	line-height: 35px;
	font-family: "Palatino Linotype",'メイリオ','Meiryo',"Book Antiqua", Palatino, serif;
	background-image: url(images/entrybar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333;
}
.subentry {
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 110%;
	line-height: 30px;
	background-color: #805965;
	color: #FFF;
}
.subentry_flow {
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 110%;
	line-height: 30px;
	background-color: #805965;
	color: #FFF;
}
.thirdentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	color: #0162b1;
	font-weight: bold;
	font-size: 100%;
	background-color: #f4f4f4;
	line-height: 30px;
}
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.blue {
	color: #0162b1;
}
.big {
	font-size: 140%;
}
.small {
	font-size: 80%;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
#menu .box {
	padding: 10px 10px;
	background-color: #FFF;
	line-height: 150%;
	border: 1px solid #e9e9e9;
}
.borderbox {
	padding: 10px 10px;
	background-color: #FFF;
	border: 1px solid #c9c1bf;
}
.borderbox2 {
	padding: 10px 10px;
	background-color: #FFCCCC;
	border: 0px solid #cccccc;
}
.clear {
	clear: both;
}
.imageleft {
	margin: 0px 15px 15px 0px;
	float: left;
}
.imageright {
	margin: 0px 0px 15px 15px;
	float: right;
}
.imagebottom {
	margin: 0px 0px 10px 0px;
}
.imagewaku {
	padding: 5px; /* 画像枠 */
	border: 1px solid #e9e9e9; /* 画像の枠線 */
}
.imagewaku_works {
	padding: 3px; /* 画像枠 */
	border: 2px solid #92656a; /* 画像の枠線 */
    filter: alpha(opacity=45);  -moz-opacity:0.45;  opacity:0.45;
}
a:hover img.imagewaku_works {
	padding: 3px; /* 画像枠 */
	border: 2px solid #92656a; /* 画像の枠線 */
    filter: alpha(opacity=100);  -moz-opacity:1;  opacity:1;
}
.item_box {
	padding: 5px 5px;
	float: left;
	width: 120px;
	margin: 0px 8px 10px 5px;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 
