/*-	@規則
--------------------------------------------------*/
@charset "UTF-8";

@media print {
	body {
		zoom: 81%;	
	}
}
@media screen {
	body {
		zoom: 100%;	
	}
}



/*-	タグ初期化、タグ付随汎用クラス
--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}

body {
	background-color: #FFF;
}


* html iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}


table {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}

form	{	font-size: 14px;	}
input	{	vertical-align: text-bottom;	font-size: 14px;	}
input.checkbox,
input.radio	{
	vertical-align: middle;
	margin-right: 0.2em;
}



form input.sizeSSS {
	width: 25px;
}
form input.sizeSS {
	width: 50px;
}
form input.sizeS {
	width: 100px;
}
form input.sizeM {
	width: 200px;
}
form input.sizeL {
	width: 95%;
}

form textarea {
	font-size: 14px;
}
form textarea.sizeM {
	width: 100%;
	height: 70px;
	padding: 0px;
}
form td textarea.sizeM {
	width: 95%;
	height: 70px;
}


input.SS	{	width: 10%;	}
input.S		{	width: 25%;	}
input.M		{	width: 50%;	}
input.L		{	width: 95%;	}
textarea	{
	font-size: 14px;
	line-height: 1.4;
	width: 95%;	
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
textarea.S	{	height: 3em;	}
textarea.M	{	height: 6em;	}
textarea.L	{	height: 12em;	}

ul.button {
	margin-top: 1em;
	list-style-type: none;
	text-align: center;
}
ul.button li {
	display: inline;
	padding: 0em 1em;
}
ul.button li form {
	display: inline;
}
ul.button li input {
	width: 10em;
}



img		{	border-style: none;	vertical-align:bottom;}
.imgRT {
	float: right;
	padding: 0px 0px 10px 10px;
}
.imgLT {
	float: left;
	margin: 0px 10px 0px 0px;
}
.photo {
	border: 1px solid #3997D7;
	padding: 2px;
}
.photoS {
	border: 1px solid #FFF;
	background-color: #333;
	padding: 1px;
}

sup { vertical-align: text-top; line-height: 4px; }
.sup {
	position: relative;
	top: -5px;
	font-size: 9px;
}

p		{	margin-top: 1em;	}
p:first-child {	margin-top: 0px;	}
p.first	{	margin-top: 0px;	}
.commentary {
	font-size: 11px;
}
p.commentary {
	margin-top: 0.5em;
	padding: 0em 1.5em;
	text-indent: -1em;
}
p.commentary.nomarker {
	padding: 0em 0.5em;
	text-indent: 0em;
}
p.commentary.first {
	margin-top: 0em;
}
p.contact {
	text-align: center;
}

strong {
	font-weight: bold;
	color: #F00;
}
strong.important {
	color: #FF6600;
	font-size: 16px;
}
div		{}

ul		{	list-style-type: none;	}

li		{	display: block;	}

ul.list {
	padding-left: 1.5em;
	list-style-type: disc;
}
ul.list li {
	display: list-item;
}
ol.list {
	padding-left: 2em;
	list-style-type: decimal;
}
ol.list li {
	display: list-item;
}
ol.imglist {
	padding-left: 0px;
	list-style-type: decimal;
}
ul.textlist {
	display: inline-block;
}
ul.textlist:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html ul.textlist	{	height: 1%;			}
ul.textlist			{	display: block;			}
/* End hide from IE-mac */

ul.textlist li {
	float: left;
	white-space: nowrap;
}
ul.textlist.space li {
	padding-right: 1em;
}

dl.textlist {
	display: inline-block;
}
dl.textlist:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html ul.textlist	{	height: 1%;			}
dl.textlist			{	display: block;			}
/* End hide from IE-mac */

dl.textlist dt {
	clear: both;
	font-weight: bold;
}
dl.textlist dd {
	float: left;
	white-space: nowrap;
}










dl.list {
	padding: 0px;
	margin: 0px;
}
dl.list dt {
	margin-top: 10px;
}
dl.list dt.first {
	margin-top: 0px;
}
dl.list dd {
	margin-left: 10px;
	margin-top: 5px;
}

a			{	font-weight: normal;	}
a:link		{	color: #F60;	text-decoration: underline;	}
a:visited	{	color: #F93;	text-decoration: underline;	}
a:hover		{	color: #F00;	text-decoration: none;	border: none;	}
a:active	{	color: #FF0;	text-decoration: none;	border: none;	}


h1 {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 3px 10px;
	margin: 0px;
	background: transparent;
}
h2 {
	background: transparent scroll no-repeat left top;
	margin: 0px 0px -30px 0px;
	padding: 0px 6px 34px 6px;
	line-height:20px;
	color: #F00;
	font-size: 18px;
	line-height: 28px;
	text-indent: -9999px;
}




h3 {
	font-size: 15px;
	color: #F00;
	line-height: 19px;
	min-height: 19px;
	padding: 0px 0px 1px 10px;
	margin-bottom: 10px;
	background: transparent url("../images_shared/h3.gif") scroll left bottom no-repeat;
}
* html h3 {
	height: 19px;
}
h4 {
	line-height: 20px;
	color: #F66;
	font-size:14px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background: transparent url("../images_shared/h4.gif") scroll left bottom no-repeat;
}
h5 {
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	color:#000000;
	margin:0px 0px 2px 0px;
	padding:0px;
	text-align:left;
}
h6{
	color:#000000;
	font-size:12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration:none;
	margin-bottom: 0px;
}




/*-	ページレイアウト
--------------------------------------------------*/

#page {
	width: 960px;
	margin: 0px auto 0px auto;
}



/*--	ヘッダ
--------------------------------------------------*/
#page #header {
	width: 960px;
	background: transparent url("../images_shared/header_repeat.jpg") repeat-y left top;
}
#page #header .topbar {
	position: relative;
	width: 960px;
	height: 85px;
	background: transparent url("../images_shared/header.jpg") no-repeat left bottom;
}

#page #header .topbar p {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

#page #header .topbar p.logo {
	position: absolute;
	left: 14px;
	top: 4px;
	width: 246px;
	height: 72px;
}
#page #header .topbar p.logo a {
	display: block;
	zoom: 1;
	position: relative;
	width: 246px;
	height: 72px;
	overflow: hidden;
	background: url("../images_shared/logo.jpg") no-repeat;
	text-indent: -9999px;
}
#page #header .topbar p.logo a:link,
#page #header .topbar p.logo a:visited
{
	background-position: left top;
}
#page #header .topbar p.logo a:hover,
#page #header .topbar p.logo a:active
{
	background-position: right top;
}
#page #header .topbar p.question {
	left: 369px;
	top: 19px;
	width: 236px;
	height: 44px;
	background: url("../images_shared/question.jpg") no-repeat;
}
#page #header .topbar p.arrow {
	display: block;
	zoom: 1;
	position: absolute;
	left: 618px;
	top: 17px;
	width: 69px;
	height: 38px;
	background: url("../images_shared/catcharrow.jpg") no-repeat;
}
#page #header .topbar p.contactus {
	left: 715px;
	top: 5px;
	width: 227px;
	height: 15px;
	background: url("../images_shared/contactus.jpg") no-repeat;
}
#page #header .topbar p.tel {
	left: 711px;
	top: 21px;
	width: 234px;
	height: 28px;
	background: url("../images_shared/tel.jpg") no-repeat;
}
#page #header .topbar p.mail {
	left: 713px;
	top: 49px;
	width: 232px;
	height: 22px;
}

#page #header .topbar p.mail a {
	display: block;
	zoom: 1;
	position: relative;
	width: 232px;
	height: 22px;
	background: url("../images_shared/mail.jpg") no-repeat;
}
#page #header .topbar p.mail a:link,
#page #header .topbar p.mail a:visited
{
	background-position: left top;
}
#page #header .topbar p.mail a:hover,
#page #header .topbar p.mail a:active
{
	background-position: right top;
}



/*--	グローバルナビゲーション
--------------------------------------------------*/

#page #navigation {
	z-index: 1;
	position: relative;
	width: 950px;
	height: 30px;
	overflow: hidden;
	margin: 7px 5px -2px 5px;
}
#page #navigation ul {
	width: 950px;
	padding: 0px;
	display: inline-block;
}
#page #navigation ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html #page #navigation ul	{	height: 1%;			}
#page #navigation ul			{	display: block;			}
/* End hide from IE-mac */


#page #navigation ul li {
	display: block;
	float: left;
	width: 314px;
	height: 30px;
	padding: 0px;
	background: left top;
	vertical-align: bottom;
}
#page #navigation ul li.index	{		}
#page #navigation ul li.company	{	margin-left: 4px;	}
#page #navigation ul li.contact	{	float: right;	}
#page #navigation ul li a {
	display: block;
	width: 314px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#page #navigation ul li a:link		{	background-position: left top;	}
#page #navigation ul li a:visited	{	background-position: left top;	}
#page #navigation ul li a:hover		{	background-position: left bottom;	}
#page #navigation ul li a:active	{	background-position: left bottom;	}

body.index				#page #navigation ul li.index a:link,
body.index				#page #navigation ul li.index a:visited,
body.company			#page #navigation ul li.company a:link,
body.company			#page #navigation ul li.company a:visited,
body.contact			#page #navigation ul li.contact a:link,
body.contact			#page #navigation ul li.contact a:visited
{	background-position: left bottom;	}

#page #navigation ul li.index a				{	background-image: url("../images_shared/navigation/index.jpg");				}
#page #navigation ul li.company a			{	background-image: url("../images_shared/navigation/company.jpg");			}
#page #navigation ul li.contact a			{	background-image: url("../images_shared/navigation/contact.jpg");			}







/*--	コンテンツボックス
--------------------------------------------------*/
#page #body			{
	z-index: 0;
	width: 930px;
	border: 2px solid #FCC;
	padding: 8px;
	margin: 0px auto;
	display: inline-block;
}
#page #body:after		{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #body	{	height: 1%;			}
#page #body			{	display: block;			}
/* End hide from IE-mac */




/*--	メインコンテンツエリア
--------------------------------------------------*/
#page #body #main {
	width: 930px;
	float: none;
	padding: 0px;
	margin: 0px;
}
* html #page #body #main {
	overflow: hidden;
}

#main .section											{	margin-top: 30px;	}
#main .section.first									{	margin-top: 0px;	}
#main .section .section									{	margin-top: 20px;	padding: 0px 10px;	}
#main .section .section.first							{	margin-top: 0px;	}
#main .section .section .section						{	margin-top: 10px;	}
#main .section .section .section.first					{	margin-top: 0px;	}
#main .section .section .section .section				{	margin-top: 5px;	}
#main .section .section .section .section.first			{	margin-top: 0px;	}
#main .section .section .section .section .section		{	margin-top: 5px;	}
#main .section .section .section .section .section.first{	margin-top: 0px;	}
#main .section {
	display: inline-block;
}
#main .section:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html #main .section	{	height: 1%;			}
#page #body #main .section			{	display: block;			}
/* End hide from IE-mac */


.h1mgn			{	margin-top: 0px;	}
.h2mgn			{	margin-top: 40px;	}
.h3mgn			{	margin-top: 30px;	}
.h4mgn			{	margin-top: 20px;	}
.h5mgn			{	margin-top: 10px;	}
.h6mgn			{	margin-top: 5px;	}


.detail		{	text-align: right;	margin-top: 5px;	}

#main ul.return {
	list-style-type: none;
}
#main ul.return li {
	display: block;
	vertical-align: bottom;
	text-align: right;
}
#main ul.return li.contact {
}
#main ul.return li.top {
}


#main a {
}
#main ul,
#main ol,
#main dl,
#main table {
	margin-top: 1em;
}
#main ul.first,
#main ol.first,
#main dl.first,
#main table.first {
	margin-top: 0em;
}
#contactmenu {
	margin-top: 20px;
}
#contactmenu a {
	display: block;
	zoom: 1;
	position: relative;
	width: 930px;
	height: 60px;
	overflow: hidden;
	background: url("../images_shared/bnr_contact.jpg") no-repeat;
	text-indent: -9999px;
}
#contactmenu a:link,
#contactmenu a:visited
{
	background-position: left top;
}
#contactmenu a:hover,
#contactmenu a:active
{
	background-position: left bottom;
}




/*--	フッタ
--------------------------------------------------*/
#page #footer {
	width: 960px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: transparent url("../images_shared/footer_repeat.jpg") left top repeat-y;
	font-size: 12px;
}

#page #footer a:link		{	color: #666;	text-decoration: none;	border: none;	}
#page #footer a:visited		{	color: #666;	text-decoration: none;	border: none;	}
#page #footer a:hover		{	color: #F00;	text-decoration: underline;	}
#page #footer a:active		{	color: #FF0;	text-decoration: underline;	}
#page #footer .background {
	width: 930px;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	background: transparent url("../images_shared/footer.jpg") left top no-repeat;
}
#page #footer .background p,
#page #footer .background address {
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
#page #footer #copyright {
	display: block;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}


p.formbutton a {
	display: block;
	width: 200px;
	height: 60px;
	margin: 0em auto 0em auto;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images_shared/formbutton.jpg") left top no-repeat;
}
p.formbutton a:link		{	background-position: left top;	}
p.formbutton a:visited	{	background-position: left top;	}
p.formbutton a:hover		{	background-position: left bottom;	}
p.formbutton a:active		{	background-position: left bottom;	}










/*-	汎用
--------------------------------------------------*/

.rel {
	position: relative;
}
.clearfix			{
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix	{	height: 1%;			}
.clearfix			{	display: block;			}
/* End hide from IE-mac */



.first	{	margin-top: 0px;	}
.last	{	margin-bottom: 0px;	}


.red		{	color: #FF0000;			}
.bold		{	font-weight: bold;		}
.normal		{	font-weight: normal;	}
.small		{	font-size: 11px;		}
.must {
	color: #F00;
	font-weight: bold;
	font-size: 11px;
}
.attention {
	color: #F00;
	font-weight: bold;
}
.inputerror {
	color: #00F;
	font-weight: bold;
}

.font1 {	font-size: 10px;	}
.font2 {	font-size: 13px;	}
.font3 {	font-size: 16px;	}
.font4 {	font-size: 18px;	}
.font5 {	font-size: 24px;	}
.font6 {	font-size: 32px;	}
.font7 {	font-size: 48px;	}

table.stdtable {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}
table.stdtable tr th,
table.stdtable tr td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px;
	border-bottom: 1px dotted #F99;
}
table.stdtable tr th {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 1em;
}

.tbg	{	background-color: #CCCCCC;	}

.uc {
	color: #CCCCCC;
	margin: 0px;
}
.indent {	padding-left: 10px; }








.line {
	display: inline-block;
	margin-top: 10px;
}

.line:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	line-height: 0px;
}
/* Hides from IE-mac \*/
* html .line	{	height: 1%;			}
.line			{	display: block;			}
/* End hide from IE-mac */

.line.first {
	margin-top: 0px;
}



