@charset "shift_jis";


/* 基本スタイル------------------------------------ */
h1,h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 140%;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-size: 100%;
}
img {
	border: 0;
}


/* コンテンツ------------------------------------ */
#container {
	width: 778px;
	background: url(../images/side_bg.jpg) repeat-y;
}


/* メインコンテンツ------------------------------------ */
#main {
	float: right;
	width: 642px;
}


/* ヘッダ------------------------------------ */
#head {
	margin: 0 0 7px 0;
}
#head_menu {
	margin: 5px 0 5px 0;
	text-align: right;
}
#head_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#head_menu li {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}


/* サイドメニュー------------------------------------ */
#side {
	float: left;
	width: 136px;
	color: #fff;
}
#logo {
	margin: 0 0 20px 0;
}
#side h2 {
	font-size: 90%;
	font-weight: normal;
	padding: 0 3px 2px 15px;
	
}
#side a {
	color: #fff;
}
.side_menu1 {
	margin: 5px 5px 20px 20px;
	padding: 0;
	list-style-type: none;
}
.side_menu1 li {
	margin: 0;
	padding: 0 0 3px 18px;
	background: url(../images/icon01.gif) no-repeat;
	background-position: 0 0.1em;
	line-height: 140%;
	font-size: 80%;
	
}
#side_bn {
	margin: 25px 0 25px 0;
}
.side_menu2 {
	margin: 5px 5px 10px 12px;
	padding: 0;
	list-style-type: none;
}
.side_menu2 li {
	margin: 0;
	padding: 0 0 3px 14px;
	background: url(../images/icon02.gif) no-repeat;
	background-position: 0 0.2em;
	line-height: 140%;
	line-height: 140%;
	font-size: 80%;
}


/* 共用スタイル------------------------------------ */
hr.clear1 {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.clear2 {
	clear: both;
}
hr.dot1 {
	height: 1px;
	margin: 0 0 20px 0;
	border-top: 1px dotted #930;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
hr.clear_dot1 {
	clear: both;
	height: 1px;
	margin: 0 0 20px 0;
	border-top: 1px dotted #930;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.center1 {
	text-align: center;
}
.right1 {
	text-align: right;
}
.img_right1 {
	float: right;
	padding: 0 0 5px 10px;
}
.img_left1 {
	float: left;
	padding: 0 10px 5px 0;
}
.txt_big1 {
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
}
.txt_red1 {
	color: #c00;
}
.txt_red2 {
	color: #c00;
	font-weight: bold;
	font-size: 160%;
}
.txt_red3 {
	color: #c00;
	font-weight: bold;
	font-size: 200%;
}
.space01 {
	padding: 5px;
}
.space02 {
	margin: 10px 0 0 0;
}
