* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-size: 12px;
}
body {
	/*background-image: url(./image/bb.gif);*/
	text-align: center;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}

/* NIF側で追加 */
a:link,a:active,a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#FF6666;
	text-decoration:underline;
}


#frame {
	width: 770px;
	/*background: url(./image/b.gif) repeat-y right top;*/
}
#main {
	width: 750px;
	background-color: #FFFFFF;
}

/* ヘッダ部分 */
#header {
	height: 12px;
	background-image: url(./image/sw.gif);
}
#header h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 6px;
	background: url(./image/line_2pxblue750.gif) no-repeat center bottom;
}

/* メニュー部分 */
#menu .back {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	line-height: 0px;
}
.menubox {
	width: 125px;
	height: 83px;
	float: left;
	margin: 0px;
}
.menubox img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#main_box {
	width: 750px;
	background: url(./image/back_menu.gif) repeat-y right top;
}

/* 左側 */
#left_box {
	width: 587px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 37px;
	padding-bottom: 30px;
	float: left;
	text-align: left;
	line-height: 150%;
}
#left_box .banner1 {
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#left_box .banner2 {
	width: 550px;
	padding-top: 10px;
	padding-bottom: 14px;
	background: url(./image/line_2pxblue550.gif) no-repeat left bottom;
	text-align: left;
}
#left_box .contentbox, 
#left_box p {
	width: 550px;
	text-align: left;
	padding-bottom: 8px;
	background: url(./image/line_2pxblue550.gif) no-repeat left bottom;
}
#left_box .leftword {
	width: 120px;
	font-size: 12px;
	float: left;
	text-align: left;
}
#left_box .leftword2 { /* 横に矢印 */
	width: 120px;
	font-size: 12px;
	float: left;
	text-align: left;
	padding-left: 18px;
	background: url(./image/6px1.gif) no-repeat left;
}
#left_box .rightword {
	float: left;
}

/* コンタクトフォーム用 */
#left_box .contactbox { 
	width: 550px;
	text-align: left;
	padding-bottom: 8px;
}
#left_box .contactbox_l { 
	width: 550px;
	text-align: center;
	padding-bottom: 8px;
}
#left_box .leftcontact { 
	width: 150px;
	font-size: 12px;
	float: left;
	text-align: left;
}
#left_box .rightcontact {
	float: left;
}
#left_box textarea,
#left_box input {
	border-width: 1px;
	border-color: #9090D0;
	border-style: solid;
	padding: 3px;
}
#left_box form {
	padding-top: 10px;
}

/* 右側 */
#right_box {
	width: 125px;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	float: right;
}
#right_box_inside {
	padding: 20px 10px;
}
#right_box_inside p {
	padding-bottom: 8px;
	padding-top: 3px;
	background: url(./image/line_2pxwhitex110.gif) no-repeat center bottom;
}

/* フッタ部分*/
#footer {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
