@charset "UTF-8";
/* CSS Document */

/* 共通設定 */
* {
	margin: 0px;
	padding: 0px;
}

a img {
    border-style:none;
}

body {
	color: #333333;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	text-align: left;
	background:#FFFFFF url(images/background4.gif) repeat-x
	center top;

a:link {
	color:#CC0033;
	text-decoration: none;
}

a:visited {
	color:#330033;
	text-decoration: none;
}

a hover {
	color: #CC0033;
	text-decoration:underline;
}

ul.menu.li {
	list-style-type: none;
}


}
/* 共通設定 END */

/* 全体構造 */
#wrap{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
}
/* 全体構造 END */

/* ヘッダ */
#header {
	height :115px;
	margin-bottom: 16px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	
}
#head-logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 62px;
	width: 300px;
	margin-top: 24px;
	margin-left: 38px;
}

#head h1 {
	height :90px;
	float :left;
	margin-bottom:	5px;
	background: url(images/headimg.jpg) no-repeat;
}

#headimage {
	background-image: url(images/headimage.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 95px;
	width: 510px;
	margin-right: 50px;
}

/* ヘッダ　END */

/* センター部分 */
#center {
	width: 940px;
	height:auto;
	margin-top: 10px;
	text-align:left;
}
/* センター部分 END */

/* 上バー */
#over_bar {
	width:940px;
	height:15px;
	background:url(images/over_bar3.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}

/* 左メニュー */
#side {
	width: 173px;
	height:265px;
}

#navigation {
	margin:auto;
	padding:0px;
	text-indent:20px;
	background-color:#333333;
	width:173px;
	float:left;
	height:265px;
}
#navigation a.head {
	cursor:pointer;
	border:0px;
	background-image: url(images/sidebar_2.gif) ;
	color: #FFFFFF;
	display: block;
	margin-top:0px;
	padding-top:10px;
	padding-left:5px;
	font-weight: bold;
	height: 26px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#000000;
}
#navigation a.selected {
	background-image: url(images/sidebar_2.gif);
}
#navigation a.current {
	background-color:#000000;
}
#navigation ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style-type:square; display:inline;
}
#navigation li li a {
	color:#FFFFFF;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#993333;
	color:#FFF100;
}

#side-banner {
	width: 175px;
	text-align:center;
	line-height:20px;
	margin-top:15px;
}
	
#main {
	width: 740px;
	float: right;
	height:100%;
}

#foot {
	width:940px;
	height:85px;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background:url(images/foot.gif) no-repeat;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	clear:both;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration:none;
}


#kakomi-main-345-left {
	width:330px;
	height:170px;
	padding:9px 10px 10px;
	margin:10px 6px 0px;
	background:url(images/kakomi_back340.gif) no-repeat;
	float:left;
}

#kakomi-main-345-right {
	width:330px;
	height:170px;
	padding:9px 10px 10px;
	margin:10px 6px 0px;
	background:url(images/kakomi_back340.gif) no-repeat;
	float:right;
}

/* テーブルのスタイル */
#tb table{
	background-color:#FFFFFF;
	padding:3px;
	margin: 3px;
	border: 1px dotted #333333;
}

#tb tr{
	height:auto;
	border:1px;
}

#tb td{
	border:dotted 1px #333333;
	padding:auto;
}

/* テーブル終わり */


/*-------table-------*/
.tdb{

}
.tdds,.tddslr10{
border-right:solid 1px #cccccc;
border-top:solid 1px #cccccc;
}
.tddslr10{
margin:0 10px;
}

.tdds td,.tddslr10 td{
border-left:solid 1px #cccccc;
background:url("images/xdot.gif") left bottom repeat-x;
padding:2px 4px;
}


/*-------zentai-------*/



#header{
margin-bottom:0;

}


#sarch_space{
border-bottom:solid 1px #ddd;
background:#f5f5f5;
margin:0 3px;
padding:5px 0;
text-align:center;
clear:both;
}
#sarch_textarea{
border:solid 1px #C0C0C0;
}
