@charset "euc-jp";

img {
	vertical-align : bottom;
}
.thumbs_left {
	float : left;
	padding : 0 10px 0 0;
	background-color : transparent;
	text-align : center;
}
.thumbs_right {
	float : right;
	padding : 0 0 0 10px;
	background-color : transparent;
	text-align : center;
}
.thumbnail,
.thumbs_center {
	text-align : center;
}
*:first-child+html .thumbs_right,
*:first-child+html .thumbs_left {
	margin : 0;
}
hr {
	clear : both;
	visibility : hidden;
}
div#shell hr {
	display : block;
	margin : -10px 0 0 0;
	height : 1px;
}
table + p {
	margin-top : -20px;
}
caption {
	text-align : left;
	font-size : 1em !important;
	font-weight : bold;
	line-height : 20px;
}
td {
	line-height : 1.6;
}
address.summary {
	margin : 0 0 0 210px;
}
p.sign {
	text-align : right;
}

/* ___________________________________________________________ form */

form {
	margin : 0 0 20px 0;
}
input:focus,
select:focus,
textarea:focus {
	background : #f5f5f5;
}
input {
	padding : 1px;
	border : 1px solid #cccccc;
}
p label {
	padding : 0 20px 0 5px;
}
div#utilities form {
	padding : 10px 20px;
	border : 1px solid #DDD;
}
input.submit {
	margin : 0 0 0 2px;
	border : none;
	background-color : #ff6600;
	vertical-align : top;
	color : #ffffff;
	text-align : center;
	width : 50px !important;
	line-height : 20px;
	height : 22px;
}
div#utilities input {
	width : 125px;
}

/* =====================================================================
	search
====================================================================== */

p.navigation,
div.navigation {
	text-align : center;
}
.navigation form {
	display : inline;
	text-align : center;
}
.navigation form select {
	border : 1px solid #cccccc;
}
.navigation form option {
	padding : 1px 4px;
}

/* ___________________________________________________________ sitemap */

.sitemap h5,
.sitemap h6 {
	_padding-top : 8px;
}
*+html .sitemap h5 a,
*+html .sitemap h6 a {
	display : block;
	padding-top : 8px;
}
*+html>/**/body .sitemap h5,
*+html>/**/body .sitemap h6 {
	padding-top : 0;
}

/* ___________________________________________________________ div */

div#shell div#contents .section {
	margin-bottom : 10px;
}
div#shell div#contents div.column3 {
	float : left;
	margin-right : 15px;
	width : 160px;
}

/* ___________________________________________________________ image */

body#image {
	margin : 0;
	padding : 0;
}
body#image h1 {
	margin : 0 0 5px 0;
	padding : 0;
	font-size : 10px;
	font-weight : normal;
	text-align : right;
	line-height : 12px;
}
body#image p {
	margin : 0 0 10px 0;
	padding : 0;
	text-align : center;
}

/* ___________________________________________________________ comments */

body#comments dt img {
	padding-right : 6px;
}
body#comments fieldset dl {
	margin : 0 auto 20px auto;
	border-left : 3px solid #DDDDDD !important;
	background : #F7F7F7;
}
body#comments fieldset dt {
	float : left;
	margin : 0;
	padding: 0.5em 0 1em 0.5em;
	border : none;
	background : transparent;
	width : 150px;
	height : auto;
	font-weight : normal;
}
body#comments fieldset dd {
	margin : 0 0 0 150px;
	padding: 0.5em 0 1em 0.5em;
	border : none;
	background : #ffffff;
}
body#comments fieldset input,
body#comments fieldset select,
body#comments fieldset textarea {
	padding : 2px 0;
	border : 1px solid #d5d5d5;
}
body#comments fieldset input:hover,
body#comments fieldset select:hover,
body#comments fieldset textarea:hover {
	border : 1px solid #a5a5a5;
}
body#comments fieldset input:focus,
body#comments fieldset select:focus,
body#comments fieldset textarea:focus {
	border : 1px solid #a5a5a5;
	background : #fcfcfc;
}
body#comments fieldset dl dd input {
	width : auto;
}
body#comments fieldset dl dd p {
	padding : 0 0 5px 0;
}
body#comments fieldset dl dd p.append {
	margin : 0 0 5px 0;
	padding : 3px 0;
	border-botom : 1px solid #d5d5d5;
}
body#comments fieldset p#submit input {
	border : none;
	color : #fff;
	width : 65px;
}
body#comments fieldset p#submit input#preview,
body#comments fieldset p#submit input#post {
	background-color : #ee6f13;
}
body#comments fieldset p#submit input#cancel {
	background-color : #999999;
}

/* ___________________________________________________________ text-decoration */

div#contents .section span.red,
div#contents .section span.red strong {
	color : #CF114D;
}
div#contents .section span.orange,
div#contents .section span.orange strong {
	color : #FF9319;
}
div#contents .section span.blue,
div#contents .section span.blue strong {
	color : #00A8E5;
}
div#contents .section strong span,
div#contents .section th span,
div#contents .section strong big,
div#contents .section th big {
	font-weight : bold;
}
p.pdf {
	margin : 10px 0;
	padding : 0 20px 0 60px;
	border : 1px solid #DDD;
	background : url(../images/pdf.gif) no-repeat 10px 10px #F7F7F7;
	line-height : 60px;
	height : 60px;
}

/* ___________________________________________________________ hisotry */

dl.history {
	position : relative;
	margin : 0 0 20px 0;
}
dl.history dt {
	position : absolute;
	left : 0;
	margin : 0;
	padding : 0.7em 0;
	border : none;
	background : none;
	width : 8em;
	text-indent : 0;
}
*html dl.history dt {
	width : 11em;
}
dl.history dd {
	margin : 0;
	padding : 0.7em 0 0.7em 8.5em;
	height : 100%;
	border-bottom : 1px dotted #CCCCCC;
}

/* ___________________________________________________________ catalog */

.catalog .item {
	margin : 0 0 10px 0;
}
.catalog .item h5,
.catalog .item p {
	margin-left : 160px !important;
}
.catalog .item .thumbs_left {
	margin-left : 0 !important;
	padding-right : 0;
	background : #FFF;
}
.catalog .item h5 a {
	line-height : 24px;
}
.catalog .item .thumbs_left img {
	border : solid 1px #DDD;
}
.catalog .item h5 {
	padding : 0;
	margin : 0 0 5px 0;
	line-height : 20px;
	height : 25px !important;
}
.catalog .item p {
	line-height : 1.5;
}
.catalog .item p.more {
	margin : -10px 0 10px 0;
}
.catalog .thumbs_left img {
	border : solid 1px #DDD;
}
div#shell.catalog .detail .thumbs_left + p {
	margin-left : 212px;
}

/* ___________________________________________________________ shortcut */

div.shortcut div.section {
	float : left;
	margin : 0 30px 0 0;
	padding-left : 0 !important;
	padding-right : 0 !important;
	width : 250px;
}
div.shortcut div.break {
	margin-right : 0;
}
div.shortcut div.section h5 {
	margin : 0 0 5px 0;
	font-size : 0.9em;
	line-height : 25px;
	height : 25px;
}
div.shortcut p.thumbs_left {
	margin : 0;
}
div.shortcut p.summary {
	line-height : 1.3;
}
div.shortcut p.more {
	clear : both;
	margin : 0;
	padding : 0;
}

/* ___________________________________________________________ google map */

.adr {
	margin : 0 0 15px 0;
}
.gmap {
	padding : 10px 0 6px 10px;
	border : 1px solid #DDD;
}

/* ___________________________________________________________ google map */

ul.active {
	clear : both;
}

div#footer address span,
div#footer address span a {
	color : #FFF !important;
	text-decoration : none !important;
}