﻿@charset "utf-8";
/* ----------------------------------------------------
	■スタイルの初期化
---------------------------------------------------- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote {
	margin:0;
	padding:0;
	display: block;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,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;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
a{
color:#333;
}
*/

/* ----------------------------------------------------
	■フォントサイズの初期化
---------------------------------------------------- */

/* ----------------------------------------------------
	■body
---------------------------------------------------- */

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 140%;
	
}

/* for IE6 */
* html body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;

}


/* for IE7 */
*:first-child+html body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;

}

/* ----------------------------------------------------
	■input
---------------------------------------------------- */

input{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 12px;

}

/* for IE6 */
* html input{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 13px;

}
/* for IE7 */
*:first-child+html input{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 13px;

}

/* ----------------------------------------------------
	■textarea
---------------------------------------------------- */

textarea{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 12px;

}

/* for IE6 */
* html textarea{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 13px;

}
/* for IE7 */
*:first-child+html textarea{
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 13px;

}

/* ----------------------------------------------------
	■select
---------------------------------------------------- */

select{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	height:20px;
	vertical-align:middle;

}

/* for IE6 */
* html select{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	height:20px;
	vertical-align:middle;
}
/* for IE7 */
*:first-child+html select{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	height:20px;
}


table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}

/* ========================================================================



	2. スタイルの拡張


 
======================================================================== */


/* ----------------------------------------------------
	■.clearfix
---------------------------------------------------- */
.clearfix {
	_height: 1px;
	min-height: 1px;/* */
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;/* */
}


/* ----------------------------------------------------
	■etc
---------------------------------------------------- */
.clear {
	clear: both;
}
.del {
	position: absolute;
	left: -9999px;
	line-height: 0;
	font-size: 0;
}

.hidden{
	display: none;
	text-indent:-9999px;
	width:0\9;
	height:0\9;
	line-height:0\9;
	
}

form{
	
	z-index:100;
}

.button_gray{
	background-image:url(../../images/base/button_gray.gif);
	background-repeat:no-repeat;
	
}


.button_white{
	background-image:url(../../images/base/button_white.gif);
	background-repeat:no-repeat;
	
}

