@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

Static CSS File

File Name		static.css
Note			静的ページ用スタイルシート


New Creation	
Update			


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	SITEMAP
2.	CONTACT
3.	確認画面

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
1.	SITEMAP
----------------------------------------------------------------------*/
#sitemap #container #content #main .section {
	margin:0px;
	padding:0px;
	background:none;
}

#sitemap #container #content #main .section .title {
	margin-bottom:22px;
}

#sitemap #container #content #main .section ul {
	margin-left:20px;
}

#sitemap #container #content #main .section ul li a {
	padding-left:18px;
	background:url(../img/index_news_bg2.gif) left center no-repeat;
	font-size:1.2em;
	line-height:2.334em;
	color:#4c4a4a;
}


/*----------------------------------------------------------------------
2.	CONTACT
----------------------------------------------------------------------*/
#contact #container #content #main .section {
	margin:0px;
	padding:0px;
	background:none;
}

#contact #container #content #main .section .section {
	margin:0px 20px 40px;
	padding:0px;
	background:none;
}

#contact #container #content #main .section .section .title {
	margin:-4px 0px 26px;
	padding:0px;
	background:none;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.571em;
	color:#1C3E96;
}

#contact #container #content #main .section .section p {
	margin:-5px 0px 25px;
	font-size:1.2em;
	line-height:1.834em;
	color:#4c4a4a;
}

#contact #container #content #main .section .section #order {
	margin-bottom:15px;
}

#contact #container #content #main .section .section .small {
	display:block;
	margin-bottom:5px;
	text-align:right;
	color:#4C4A4A;
}

#contact #container #content #main .section .section .small em ,
#contact #container #content #main .section .section #inputform fieldset table tbody tr th label span {
	color:#e16270;
}

#contact #container #content #main .section .section #inputform table {
	margin-bottom:30px;
}


/*----------------------------------------------------------------------
3.	確認画面
----------------------------------------------------------------------*/
#confirmation #container #content #main .section {
	margin:0px;
	padding:0px;
	background:none;
}

#confirmation #container #content #main .section .section {
	margin:0px 20px;
}

#confirmation #container #content #main .section .section .title {
	margin:-4px 0px 21px;
	padding:0px;
	background:none;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.571em;
	color:#1C3E96;
}

#confirmation #container #content #main .section .section #order {
	margin-bottom:30px;
}

#confirmation #container #content #main .section .section p {
	margin-bottom:20px;
	text-align:center;
	font-size:1.2em;
	color:#4c4a4a;
}

#confirmation #container #content #main .section .section #email {
	margin-bottom:20px;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#1C3E96;
}

#confirmation #container #content #main .section .section p#button {
	margin-top:40px;
	background:url(../img/top_button_h.png) top center no-repeat;
}

#confirmation #container #content #main .section .section p#button a {
	width:182px;
	height:32px;
	margin:0px auto;
}

form fieldset table {
	width:531px;
}

form fieldset table ,
form fieldset table tbody tr th ,
form fieldset table tbody tr td {
	color:#4C4A4A;
	border-color:#4c4a4a;
}

form fieldset table tbody tr th {
	padding:7px 14px 6px 14px;
	width:142px;
	background:url(../img/form_bg.gif) right top repeat-y;
	line-height:1.25em;
}

form fieldset table tbody tr td {
	padding:4px 12px;
}

form fieldset table tbody tr td select ,
form fieldset table tbody tr td input ,
form fieldset table tbody tr td textarea {
	border:1px solid #c5c5c5;
}

form fieldset table tbody tr td .middle {
	width:12em;
}

#confirmation form #button {
	height:32px;
}

#confirmation form #button li {
	float:left;
	display:inline;
	width:50%;
	height:32px;
}

#confirmation form #button #goback {
	position:relative;
	margin:3px 0px;
	height:26px;
	background:url(../img/back_button_h.png) top center no-repeat;
}

#confirmation form #button li a {
	cursor:pointer;
}

#confirmation form #button #goback a {
	margin:0px auto;
	width:104px;
	height:26px;
}


