@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2008/06/20
	お問い合わせ設定用 CSS
 * ================================================================ */

@import url("base.css");
@import url("common.css");
@import url("textset.css");

body{
	background: #ffffff url("../profile/img/body_bg.gif") repeat-x left top;
	border-bottom: 10px solid #dddddd;
}

/* container -------------------------------------------------------*/

#container{
	/* border: 1px solid #ff0000;/* debug */
}


/* Header ----------------------------------------------------------*/

#header{
	/*border: 1px solid #ff0000;/* debug */
}


/* navi ------------------------------------------------------------*/

#navi{
	/* border: 1px solid #ff0000;/* debug */
}


/* headernavi ------------------------------------------------------------*/

#headernavi{
}


/* main ------------------------------------------------------------*/

#main{
	width: 780px;
	/* border: 1px solid #ff0000;/* debug */
}

#main:after{
}


/* sidenavi --------------------------------------------------------*/

#sidenavi{
	/* border: 1px solid #ff0000;/* debug */
}


/* ---------- バグ対策 ----------- */

[id="sidenavi"]#sidenavi{
	margin-top: 0;
}

html:lang(ja) #sidenavi{
	margin-top: 0;
}


/* sidebox ---------------------------------------------------------*/

#sidebox{
	/* border: 1px solid #ff0000;/* debug */
}


/* contents --------------------------------------------------------*/

#main .contents{
	margin-bottom: 17px;
	/* border: 1px solid #ff0000;/* debug */
}

#main .contents h1{
}

#main .contents h2{
}

#main .contents h3{
}

#main .contents h4{
}

#main .contents p{
	line-height: 1.4;
}

#main #main-title{
	position: absolute;
	top: 25px;
	left: 10px;
}

#main .contents#main-img{
	background: transparent url("../img/main_bg.gif") no-repeat left top;
	margin-bottom: 17px;
	margin-left: 218px;
	padding: 5px;
}

#main .contents#section{
	position: relative;
	background: #ffffff;
	border-top: 2px solid #dddddd;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

#main .contents#section .inquiry{
	width: 350px;
}

#main .contents#section .inquiry h2{
	border: 1px solid #cdcdcd;
	padding: 0.5em 0.5em;
	font-size: 110%;
}

#main .contents#section .inquiry p{
	padding: 0.5em 0.5em;
}

#main .contents#section .inquiry ul{
	padding: 0.5em 0.5em;
}

#main .contents#section .inquiry ul li{
	padding: 0 0 0.5em 0;
	list-style: square inside;
	line-height: 1.3;
}

#main .contents#section .contact{
	position: absolute;
	top: 20px;
	right: 50px;
	width: 300px;
	background: #ffffff;
	border: 1px solid #0370bd;
	padding: 8px;
}

#main .contents#section .contact h2{
	background: #0370bd;
	margin-bottom: 8px;
	padding: 4px 8px;
	font-size: 110%;
	color: #ffffff;
}

#main .contents#section .contact h3{
	background: #0370bd;
	margin-bottom: 8px;
	padding: 4px 8px;
	font-size: 110%;
	color: #ffffff;
}

#main .contents#section .contact span.medium{
	font-family: sans-serif;
	font-size: 180%;
}

#main .contents#section .contact span.language{
	font-family: sans-serif;
	font-size: 250%;
}

#main .contents#section .contact span.tel{
	border: 1px solid #0370bd;
	padding: 0 4px;
	font-size: 160%;
	color: #0370bd;
}

#main .contents#section .contact span.fax{
	border: 1px solid #0370bd;
	padding: 0 4px;
	font-size: 160%;
	color: #0370bd;
}

#main .contents#section .contact span.mail{
	border: 1px solid #0370bd;
	padding: 0 4px;
	font-size: 160%;
	color: #0370bd;
}


/* imgbox --------------------------------------------------------*/

.imgbox{
}


/* sidebox imgbox ------------------------------------------------*/

#sidebox .imgbox{
}


/* sidenavi imgbox -----------------------------------------------*/

#sidenavi .imgbox{
}


/* footer --------------------------------------------------------*/

#footer{
}


