@charset "UTF-8";
@import "common.css";

/* ---------------------------------------------------------
	CSS Document Visual
--------------------------------------------------------- */

#visual {
	width: 950px;
	overflow: hidden;
	background: #d6ebfc;
	text-align: center;
}

#visual ul {
	width: 950px;
	height: 70px;
	margin-left: 6px;
	list-style: none;
	text-align: left;
}

#visual li {
	float: left;
	margin-top: 5px;
	margin-right: 3px;
}

/* ---------------------------------------------------------
	CSS Document Layout
--------------------------------------------------------- */

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 16px 0 0;
	background: #fff;
}

#contents {
	float: right;
	width: 730px;
	overflow: hidden;
	padding-bottom: 15px;
}

#sidebar {
	float: left;
	width: 200px;
	overflow: hidden;
	padding-bottom: 15px;
}

#contents_left {
	float: left;
	width: 510px;
	text-align: left;
}

#contents_right {
	float: right;
	width: 200px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document Contents Left
--------------------------------------------------------- */

#contents_left h3 {
	margin-top: 18px;
}

.contents_menu {
	text-align: left;
	margin-top: 8px;
}

.contents_menu h4 {
	height: 19px;
	padding-left: 18px;
	background: url(../images/top_h4.jpg) no-repeat 0 0;
	font-size: 100%;
	color: #0c76c4;
}

.contents_menu h4 a {
	text-decoration: none;
	color: #0c76c4;
}

.contents_menu .f_left {

}

.contents_menu .f_right {
	width: 340px;
}

.contents_menu .clearfix {
	margin-top: 2px;
	padding: 10px;
	background: #d6ebfc;
}

.contents_menu strong {
	line-height: 300%;
}

/* ---------------------------------------------------------
	CSS Document Contents Right
--------------------------------------------------------- */

#contents_right h3 {
	position: relative;
}

#contents_right h3 a {
	display: block;
	width: 55px;
	height: 17px;
	position: absolute;
	top: 20px;
	left: 158px;
}

#contents_right dl {
	margin-bottom: 13px;
	padding: 0 8px 8px;
	border: solid 1px #ccc;
	border-top: 0;
}

#contents_right ul {
	margin-bottom: 13px;
	padding: 5px 8px 8px;
	border: solid 1px #ccc;
	border-top: 0;
	list-style: none;
	font-size: 90%;
}

/* ---------------------------------------------------------
	CSS Document News List
--------------------------------------------------------- */

#contents_right dt {
	padding-top: 8px;
	padding-left: 10px;
	background: url(../images/arrow_orange.jpg) no-repeat 0 12px;
	color: #ff8019;
}

#contents_right dd {
	font-size: 90%;
}

/* ---------------------------------------------------------
	CSS Document Q&A List
--------------------------------------------------------- */

#contents_right #qa li {
	padding-top: 3px;
	padding-left: 17px;
	background: url(../images/icon_qa.jpg) no-repeat 0 5px;
	color: #0c76c4;
}

#contents_right #qa p {
	padding-top: 3px;
	padding-left: 17px;	
	color: #666666;
}

/* ---------------------------------------------------------
	CSS Document Experience List
--------------------------------------------------------- */

#contents_right #experience li {
	padding-top: 3px;
	padding-left: 17px;
	background: url(../images/icon_experience.jpg) no-repeat 0 5px;
	color: #0c76c4;
}

/* ---------------------------------------------------------
	CSS Document Side Address
--------------------------------------------------------- */

#side_address {
	height: 206px;
	overflow: hidden;
	background: url(../images/side_address.jpg) no-repeat 0 0;
}

/* ---------------------------------------------------------
	CSS Document Footer Link
--------------------------------------------------------- */

#flink {
	width: 960px;
	height: 125px;
	list-style: none;
	text-align: left;
}

#flink li {
	float: left;
	width: 192px;
}


