﻿@charset "Shift-JIS";
/*******************************************

title {
	ご意見・お問い合わせページ;
}

about {
	基本的なCSS設定;
}

issue date {
	2008.09.02;
}

revision date {
	2008.10.19;
}

*******************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 

.container a {
	color:#c40004;
}


#menu h2 a:hover img{
	opacity: none;
	filter: none;
}

.scTitle {
	display: none;
	text-indent: -9999px;
	visibility: hidden;
}

.pLeft {
	float: left;
}

.pRight {
	float: right;
}

hr {
	border-top: 1px dotted #999;
	border-right: none;
	border-bottom:1px solid #FFF;
	border-left: none;
	width: 100%;
    /*max-width: 827px;*/
	margin: 15px auto 31px auto;
}

.hide {/* 隠す用 */
	display: none;
	visibility: hidden;
}

.clear {
	clear: right;
}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

p.copy {
	text-align: center;
	margin:0 auto;
}

p.copy img{
	max-width: 410px;
	width: 90%;
}


/*EOC*/
