/* ◆=メインコントロール=◆*/
* {
	margin: 0;
	padding: 0;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
body {
	background-color:#1e1e1e;
	background-image:url(../image/inner_image/mbgimg.gif);
	background-repeat:repeat-x;
}
a:link,
a:active,
a:visited {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
/* ◆=メインコントロール=◆*/

#inner_container {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
.inner_menu {
	margin-bottom:5px;
}

.inner_menu li {
	list-style:none;
	float:left;
	margin-right:10px;
}

#topic_path {
	font-size: 12px;
	text-align: right;
	color:#fff;
	letter-spacing: 1px;
	padding: 5px;
}
#inner_box_top {
	background-image:url(../image/inner_image/in_body_top.gif);
	width:740px;
	height:41px;
	clear:both;
	background-repeat: no-repeat;
}
#inner_box_top h1 {
	padding:16px 0px 0px 30px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	letter-spacing: 1px;
}
#inner_box {
	width:700px;
	letter-spacing: 1px;
	padding:15px 20px 0px 20px;
	background-image:url(../image/inner_image/in_body_body.gif);
	background-repeat: repeat-y;
	text-align:left;
	color:#eee;
	line-height:140%;
	font-size:14px;
}
#inner_box_menu {
	background-image:url(../image/inner_image/in_body_body.gif);
	background-repeat: repeat-y;
	text-align:left;
	color:#eee;
	width:700px;
	padding: 0px 20px;
	line-height:140%;
	clear:both;
}
.foot {
	width: 740px;
	text-align: center;
	line-height: 140%;
	font-size: 14px;
	color: #ccc;
}
.foot a{
	font-size: 14px;
	font-weight: bold;
}
/* ◆=高専記録=◆*/
.inner_box_title {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	letter-spacing: 1px;
	border-left: 10px solid #0066FF;
	margin-top: 16px;
	padding: 1px 0px 0px 15px;
}
#inner_box h3 {
	font-size:16px;
	font-weight:bold;
	color:#f00;
	letter-spacing: 1px;
	margin-top: 16px;
}
.image_border {
	 border:#fff solid 1px;
}
.image_margin {
	margin-top: 10px;
}
.foot_top {
	margin:10px 10px 0px 10px;
	text-align:right;
}
.foot_top a:link,
.foot_top a:active,
.foot_top a:visited {
	color: #f00;
	text-decoration: underline;
}
.foot_top a:hover {
	color: #fff;
	text-decoration: none;
}
/* ◆=English=◆*/
.address {
	color:#ff0;
	border-left: 5px solid #06f;
	margin:10px 0px 0px 10px;
	padding: 1px 0px 0px 10px;
}
.ul_margin {
	margin-left:24px;
	list-style: disc;
}

