@charset "UTF-8";

/* 全体設定 */
*{
    margin:0px;
    padding: 0px;
}


html {
	height: 100%;
	margin-top: 1px;
}

body {
	height: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	*font-size: small;
	*font: x-small;
	font-weight: normal;
	color: #333333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 100%;
}

fieldset, img { 
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}


/*フォントサイズ基本12px*/
dt, dd,li, h1, h2, h3, h4, h5, h6, th, td, pre, form, fieldset, input, textarea, p, blockquote {
	font-size: 93%;
	font-weight: normal;
	line-height: 170%;
}

/*------------------------------------------------------------
フォントサイズ一覧表
10px = 77%      11px = 85%      12px = 93%      13px = 100%
14px = 108%     15px = 116%     16px = 123.1%   17px = 131%
18px = 138.5%   19px = 146.5%   20px = 153.9%   21px = 161.6%
22px = 167%     23px = 174%     24px = 182%     25px = 189%
26px = 197%
-------------------------------------------------------------*/

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

img {
	vertical-align: top;
}

strong {
	font-weight: bold;
}



/*----- 個別設定 -----*/
#bg {
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	position: relative;
	background-image: url(../img/contents_in_bg.png);
	background-repeat: repeat-x;
	background-position: 0 118px;
}


#header {
	width: 100%;
	height: 68px;
	background-color: #FFFFFF;
}

#g_navi {
	width: 100%;
	background-image: url(../img/gnavi_img/bg_gnavi.jpg);
	background-repeat: repeat-x;
}



/*----- main -----*/
#main_contents_box {
	width: 100%;
}

#main_contents {
	width: 950px;
	margin: -30px auto;
}

.main_contents_under {
	width: 950px;
	padding: 20px 0px 180px 0px;
}

.news_seminar_box {
	width: 665px;
	float: left;
}

.top_banner_box {
	width: 280px;
	float: left;
	position: relative;
}

.contents_box {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 180px;
	text-align: left;
}

.contents_box_in {
	width: 750px;
}

.contents_box_reserve {
	text-align: center;
	font-size: x-large;
	padding-top: 120px; 
}

.contents_box_info {
	text-align: left;
	padding-top: 10px;
	margin-left: 20px; 
}

.contents_title {
	text-align: left;
	font-size: 150%;
	font-weight: 600;
	padding-top: 10px; 
}

.banner_img{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.banner_img img{
	width: 100%;
}
	

/*----- footer -----*/
#footer {
	width: 100%;
	height: 150px;
	position: absolute;
	background-color: #faf6ea; /*#f8f4f1*/
	background-image: url(../img/footer_line.png);
	background-repeat: repeat-x;
	bottom: 0;
	text-align: center;
	left: 0px;
}



/*----- topicPath -----*/
#navigation {
	padding-bottom: 10px;
}

#navigation ol.topicPath {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	color: #333333;
}

#navigation ol.topicPath li {
	display: inline;
}

#navigation ol.topicPath li a {
	padding: 0 5px 0 0;
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}

#navigation ol.topicPath li a:hover {
	color: #FF5700;
    
}

#navigation ol.topicPath li.position {
	font-weight: bold;
}




/* Clearfix
--------------------------------------------------- */
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
