@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,a,img {
	margin: 0px;
	padding: 0px;
	font-family: Osaka,Helvetica,Verdana,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #4F4F4F;
}

a {
	color: #3366CC;
	outline-style: none;
}

a:link {
	text-decoration: none;
}
  
a:visited {
	text-decoration: none;
}
  
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
  
a:active {
	color: #3366CC;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

img {
	border: none;
	behavior:url(iepngfix.htc);
}

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearFix {
  min-height: 1px;
}

* html .clearFix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#head h1 {
	font-size: 10px;
	color: #7F7F7F;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	height: 18px;
	clear: both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

#header {
	width: 930px;
	padding-right: 35px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}

#logoArea {
	width: 100%;
}

#logo {
	width: 509px;
	float: left;
	padding-top: 15px;
}

#logo h1,
#logoImg {
	margin-top: 15px;
}

#headerInquiry {
	float: right;
	width: 368px;
	text-align:right;
}

#headerInquiry ul {
	margin-top:20px;
}
#headerInquiry li {
	padding-left:10px;
	display:inline;
}

#headerInquiry li img {
	display:inline;
	vertical-align:bottom;
}

#headerInquiry p {
}

#gNavArea{
	margin:10px auto 17px;
	width:931px;
}

#gNavArea ul {
	height: 39px;
}

#gNavArea li {
	text-indent: -9999px;
	float: left;
	margin-right: 1px;
}


#gNavGuidance a {
	background-image: url(../images/common/gnav_guidance.jpg);
	width: 206px;
}

#gNavParents a {
	background-image: url(../images/common/gnav_parents.jpg);
	width: 112px;
}

#gNavIntroduction a {
	background-image: url(../images/common/gnav_introduction.jpg);
	width: 169px;
}

#gNavMember a {
	background-image: url(../images/common/gnav_member.jpg);
	width: 158px;
}

#gNavCourse a {
	background-image: url(../images/common/gnav_course.jpg);
	width: 138px;
}

#gNavContact a {
	background-image: url(../images/common/gnav_contact.jpg);
	width: 142px;
}

#gNavArea li a {
	display: block;
	background-position: left top;
	height: 39px;
}

#gNavArea li a:hover {
	background-position: left bottom;
}

#gNavArea #gNavEvent {
	margin-right: 0px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 25px;
}

#contentArea {
	float: left;
	width: 615px;
}

#bannerArea {
	float: right;
	width: 300px;
}

#side_navilink {
	text-align:right;
	margin-bottom:15px;
}

#side_navilink img {
	display:inline;
	vertical-align:bottom;
}

#side_navilink a {
}

#bannerInquiry {
	height: 269px;
	background-image: url(../images/common/bg_inquiry.jpg);
	padding-left: 15px;
	padding-right: 14px;
}

#bannerInquiry p {
	padding-top: 25px;
}

#bannerInquiry #btnBannerMail {
	padding-top: 10px;
	text-align: right;
}

.sideBanner {
	margin-bottom: 15px;
}

/* WRAPPER SUB
------------------------------------------------------------------------------*/

#sideAbout {
	height: 275px;
	width: 270px;
	background-image: url(../images/common/bg_side_about.jpg);
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

#sideAbout p {
	line-height: 1.5;
	margin-bottom: 15px;
}

#sidePrivacy {
	height: 296px;
	width: 270px;
	background-image: url(../images/common/bg_side_privacy.jpg);
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

#sidePrivacy p {
	line-height: 1.5;
	margin-bottom: 15px;
}

#lNavArea {
	background-image: url(../images/matchmaking/bg_lnav.jpg);
	height: 61px;
	padding-left: 17px;
	padding-top: 8px;
}

#lNavArea li {
	text-indent: -9999px;
	height: 49px;
}


#lNavArea li a {
	display: block;
	background-position: left top;
	height: 35px;
}

#lNavArea li a:hover {
	background-position: left bottom;
}

.headingMessage {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	width: 930px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(../images/common/bg_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
	background-position: center top;
}

#footer li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 5px;
	padding-right: 5px;
}

*:first-child+html #footer li a {
	line-height: 1.25;
	font-size: 9px;
}

* html body #footer li a {
	line-height: 1.25;
	font-size: 9px;
}

#footer .borderNone {
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}

#footer ul {
	margin-left: 20px;
	padding-bottom: 20px;
}

#footerLogo {
	margin-bottom: 10px;
	float: right;
}

#footer #footerInquiryNav {
	clear: right;
}

#footer #footerInquiryNav li {
	float: right;
}


#foot_navi {
	text-align:center;
	margin:0;
	padding:0;
	
}
#foot_navi li {
	margin:0;
	padding:0;
	float:none;
	border-collapse:collapse;
	display:inline;
	border-right: 1px solid #CCCCCC;
	padding:0 5px 0;
	font-size: 11px;
	
}

#copyRight {
	text-align: center;
	margin-bottom: 25px;
}

/* 冒頭文 */

#page_introduction_box {
	margin-top:20px;
	background:url(../images/common/page_introduction_bg.gif) repeat-y left #fffbe8;
}

#page_introduction_img {
}

#page_introduction_txt {
	padding:5px 18px 20px;
	line-height:16px;
	color:#987664;
	background:url(../images/common/page_introduction_foot.gif) no-repeat left bottom;
}

/* 特長 */

#features_space {
	margin-top:30px;
}

.features_box {
	background: url(../images/common/features_bg.gif) repeat-y right;
	float:left;
	width:299px;
}

.features_img {
}

.features_txt {
	line-height:16px;
	padding:12px 12px 20px 30px;
	background:url(../images/common/features_foot.gif) no-repeat right bottom;
}

.featuresL {
	margin-right:17px;
}


/* Other Menu */

.other_menu_box {
	background:url(../images/common/othermenu_bg.gif) no-repeat top left;
	padding:50px 0 0 52px;
	width:248px;
	height:168px;
}
.other_menu_box a:link,.other_menu_box a:visited {
	font-size:14px;
	line-height:40px;
	color:#e72c54;
	text-decoration:underline;
}


.other_menu_box a:hover,.other_menu_box a:active {
	color:#fb809a;
	text-decoration:underline;
}

.red {
	color: #FF0000;
}
