@charset "utf-8";
/* Copyright (c) 2008, Microwave.,Co ltd. */

@import url("reset.css");
@import url("thickbox.css");
@import url("wysiwyg.css");
@import url("header.css");
@import url("bread.css");
@import url("sidebar.css");
@import url("footer.css");
@import url("content.css");

body{
	background:url(/view/common/images2/common_bg_01.png) repeat-x #fff;
	color:#555;
/* --- 20141224 --- */
	color:#222;
	line-height: 2em;
	line-height: 1.8em;
	letter-spacing: 0.2px;
}

body a {
	color:#3377AA;
	//color:#0066FF;
	text-decoration: none;
	font-weight: bold;
}

body a:hover {
	color:#3377AA;
	text-decoration: underline;
}

h1 {
	font-weight:normal;
}

#wrapper01{
}

#wrapper02{
width:1100px;
margin:0px auto;
}

#mainarea{
	zoom:1;
	background:#fff;
	padding:15px 10px;
/* --- 20140912 karube --- */
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
/* --- 20171212 karube --- */
	width:910px;
	margin:0 auto;
}

#contenttop{
	height:110px;
	background:#fff;
	margin-bottom:11px;
/* --- 20171212 karube --- */
	margin:0 auto 11px auto;
}

#content{
	width:670px;
	margin-bottom:10px;
	float:right;
}

#contenttop{
	width:910px;
	height:110px;
	box-shadow:0px 0px 10px #ccc;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	position:relative;
}

#contenttop .genle{
	position:absolute;
	left:0px;
	top:0px;
}

#contenttop .search{
	position:absolute;
	top:50%;
	right:20px;
	border:3px solid #ccc;
	width:254px;
	background:#fff;
	margin-top:-42px;
	padding-bottom:5px;
	box-shadow:0px 0px 10px #ccc;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
}

#contenttop .search {
	margin-bottom:5px;
}

#contenttop .search ul{
	padding:10px 7px 0px 7px;
}

#contenttop .search ul li{
	margin-bottom:3px;
}

#contenttop .search ul li img,
#contenttop .search ul li input{
	vertical-align:middle;
}

#contenttop .search ul li .input01{
	width:131px;
	padding:1px;
	height:16px;
	border:1px solid #ccc;
	font-size:12px;
	line-height:16px;
	margin-right:5px;
}

#contenttop .t_right {
	padding-right:7px;
}

#contenttop .t_right span{
	padding-left:20px;
}

#contenttop .t_right span img{
	vertical-align:middle;
}

