@charset "UTF-8";

/* layout.css */

/* ********************************

Created: 2010/12/13
Last Modified: 2010/12/24
Editor(s): M.Y.
Last Editor: S.W.

******************************** */

/* index
―――――――――――――――――

	[0] 共通
	[1] header
	―――――――――――――――
		├ logo		
		├ h-contact
		└ g-navi

	[2] extra
	―――――――――――――――
		├ topicpath
		└ option

	[3] content
	―――――――――――――――
		├ main
		└ side
			├ s-navi
			└ s-contactbox

	[4] footer
	―――――――――――――――
		├ footer-inner
		├ markset
		├ f-navi
		├ copyright
		└ group

――――――――――――――――― */


/* ―――――――――――――――
	[0] 共通
――――――――――――――― */

body#top { background: url(/img/bg_body.gif) repeat-x; }
body#sub { background: url(/img/bg_body-sub.gif) repeat-x; }

#header,
#content,
#footer-inner
{
	width: 900px;
	margin: 0 auto;
}

#extra,
#main-img
{
	width: 906px;
	margin: 0 auto;
}

/* ―――――――――――――――
	[1] header
――――――――――――――― */
#header{
	padding-top: 10px;
	margin-bottom: 3px;
}

/* logo */
#logo
{
	float: left;
	padding-bottom: 29px;
}

/* h-contactbox */
#h-contactbox
{
	width: 335px;
	float: right;
	padding-top: 10px;
}
#h-contactbox li{	float: left;}

/* g-navi */
#g-navi{	clear: both;}
#g-navi li{	float: left;}
#sub #g-navi li a{ display: block;}

/* ―――――――――――――――
	[2] extra
――――――――――――――― */
#extra{
	clear: both;
	height: 37px;
	background: url(/img/bg_extra.gif) no-repeat left bottom;
	position: relative;
}

/* topicpath */
#topicpath
{
	float: left;
	padding-top: 10px;
	padding-left: 2px;
	position: absolute;
}
#topicpath li
{
	float: left;
	font-size: 85%;
}
#topicpath li a
{
	padding-right: 10px;
	margin-right: 4px;
	background: url(/img/icon_topicpath.gif) no-repeat right 0.25em;
}
* html #topicpath li a { background: url(/img/icon_topicpath.gif) no-repeat right 0.1em; } /* For Under IE6 */
#topicpath li strong { font-weight: normal; line-height: 1.3; }

/* option */
#option{
	float: right;
	height: 37px;
}
* html #option { overflow:hidden; } /* For Under IE6 */

#option li{
	float: left;
	vertical-align: bottom;
	height: 37px;
}

.font-m a, /* fontsize */
.font-l a
{
	display: block;
	height: 37px;
	text-indent: -9999px;
}
.font-m a { width: 45px; }
.font-l a { width: 54px; }
.font-m a:hover { background: url(/img/btn_font-m_on.gif) no-repeat left top; }
.font-l a:hover { background: url(/img/btn_font-l_on.gif) no-repeat left top; }

/* main-img */
#main-img{
	clear: both;
	margin-bottom: 20px;
}

body#top #main-img{
	height: 211px;
	overflow: hidden;
	position: relative;
}

body#top #main-img #swfContents{
	z-index: 1;
}

body#top #main-img div.img-z-index{
	left: 20px;
	bottom: 0;
	position: absolute;
	widows:186px;
	z-index: 100;
}
/*
body#top #main-img img#result-btn {
	left: 20px;
	bottom: 0;
	position: absolute;
}
*/
body#top #main-img #result-img {
	left: 0;
	top: 211px;
	position: absolute;
}

/* ―――――――――――――――
	[3] content
――――――――――――――― */
#content {
	clear: both;
	padding-bottom: 10px;
}

/* main */
#main
{
	width: 680px;
	float: left;
}

/* side */
#side
{
	width: 200px;
	float: right;
}

	/* s-navi */
	#s-navi{ margin-bottom: 20px; }
	#s-navi li a,
	#s-navi li strong{
		padding: 12px 5px 10px 35px;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		background: url(/img/arrow-red.gif) no-repeat 18px center;
		display: block;
		width: 158px;
	}
	#s-navi a:link,
	#s-navi a:visited{
		text-decoration: none;
	}
	#s-navi li strong{ color: #df2b2f; }

	/* s-contactbox */
	#s-contactbox{
		width: 183px;
		height: 290px;
		margin-bottom: 20px;
		padding-left: 17px;
		background: url(/img/bg_s-contact.gif) no-repeat left top;
	}
	#s-contactbox h3{
		margin-bottom: 15px;
	}
	#s-contactbox p{
		margin-bottom: 8px;
	}

/* contact-box */
.contact-box{
	clear: both !important;
	margin-top: 30px; 
	margin-bottom: 30px;
	padding: 20px;
	border: solid 1px #CCCCCC;
}
#main #edit .contact-box h3{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	text-align: center;
}
#edit .contact-box dl{
	float: left;
	width: 373px;
	margin: 0;
}
.contact-box dl dt{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
}
.contact-box dl dd strong{	font-size: 108%;}

#edit .contact-box ul{ margin-left: 0 !important }

#edit .contact-box ul li{
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin-left: 0;
	padding-bottom: 0;
}
#edit .contact-box p{
	float: right;
	width: 265px;
	margin: 20px 0 0 0;
}

#edit .contact-box dl.small{
	width: 320px;
	margin: 0;
}

#edit .contact-box dl.small dt{
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 138.5%;
}

#edit .contact-box dl.contact-type01{
}

#edit .contact-box dl.contact-type01 dd {
	line-height: 1.8;
	margin-top: 20px;
	font-size: 116%;
}

#edit .contact-box dl.contact-type01 ul{
}


#edit .contact-box dl.contact-type01 ul li{
	margin-right: 0;
}

#edit .contact-box dl.contact-type01 ul li.first{
	margin-right: 50px;
}

#edit .contact-box dl.contact-type01 ul li strong{
	font-size: 93%;
}

/* in-pagetop */
.in-pagetop{
	text-align: right;
	padding: 5px 0 5px;
}	

/* ―――――――――――――――
	[4] footer
――――――――――――――― */
#footer
{
	clear: both;
	background: url(/img/bg_footer.gif) repeat-x left top #eeeeee;
	overflow: hidden;
}

/* footer-inner */
#footer-inner{
	clear: both;
	font-size:85% !important;/* 12px */
}

/* pagetop */
#pagetop{
	float: right;
}

/* f-logo */
#f-logo{
	margin-bottom: 5px;
	padding-top: 20px;
}

/* f-address */
#f-address{
	float: left;
	width: 350px;
	padding: 1px;
	line-height: 1.6;
	background-color: #FFFFFF;
}
#f-address address{
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* f-navi */
#f-navi{
	width: 510px;
	float: right;
	margin-bottom: 10px;
	text-align: right;
}

#f-navi ul li{
	display: inline;
	margin-left: 13px;
}

/* copyright */
#copyright{
	float: right;
	padding-bottom: 50px;
}










