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

 初期化用CSS
 変更することはほとんど無いと思います。
 common.css、layout.css、content.cssで上書きしてください。
 
---------------------------------------------------------------------------*/

/*
	扱いやすいようにクロスブラウザ対応のデフォルトの設定を共通化
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	line-height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, abbr, acronym, fieldset {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}
q:before, q:after {
	content:'';
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height:100%;
}
/*
	ここまで	扱いやすいようにデフォルトの設定を共通化
*/



/*
	あった方が便利な設定
*/
body {
	min-width:1000px;
	color:#333;
	background-color:#FAFAFA;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a {
	text-decoration: none;
	word-break: break-all;
}
a:link {
	color: #0085B2;
}
a:visited {
	color: #0085B2;
}
a:hover {
	color: #CC3434;
}
a:active {
	color: #CC3434;
}
a.rollover:hover img {
	opacity: 0.85;
}
input.rollover:hover {
	opacity: 0.85;
}
img {
	border:0px;
	vertical-align:bottom;
}
input, select {
	vertical-align:middle;
}
strong, b {
	font-weight:bold;
}
p {
	line-height:100%;
}
/*
	font-sizeの微調整時に利用するフォントサイズ一覧
	
	font-size:77%;		//10px
	font-size:85%;		//11px
	font-size:93%;		//12px
	font-size:100%;	//13px
	font-size:108%;	//14px
	font-size:116%;	//15px
	font-size:123.1%;	//16px
	font-size:131%;	//17px
	font-size:138.5%;	//18px
	font-size:146.5%;	//19px
	font-size:153.9%;	//20px
	font-size:161.6%;	//21px
	font-size:167%;	//22px
	font-size:174%;	//23px
	font-size:182%;
	font-size:189%;
	font-size:197%;
*/


.fr {
	float:right;
}
.fl {
	float:left;
}
.cb {
	clear:both;
}
.exvGroup {
	display: inline-block;
}
