@charset "Shift_JIS";

/*********************************************************************
 *
 *  Takara Leben : </search/common/css/common.css>
 *
 *  Last Update: 2008.10.27
 *  
 * ===================================================================
 *
 *  importと、基本タグ・汎用classの指定用CSS
 *
 * ===================================================================
 *
 *  ■プロパティリスト (以下の順でプロパティを記述)
 *
 *   - 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
 *
 * ===================================================================
 *
 *  ■使用ハック
 *
 *  01) Windows IE7・IE6対象
 *
 *      e { *propaty: value; }
 *
 *  02) Windows IE6対象
 *
 *      e { _propaty: value; }
 *
 *  03) Mac OS X Safari2対象
 *
 *      html[xmlns*=""] body:last-child e { }
 *
 *  04) Firefox対象 ※印刷用CSS内で使用
 *
 *      html:not([lang*=""]) e { }
 *
 *  05) Clearfix
 *
 * ===================================================================
 *
 *  ■フォントサイズ
 *
 *  ※文字サイズ [標準] を選択している場合。
 *
 *  font-size:  88% = 10px
 *  font-size: 100% = 12px
 *  font-size: 117% = 14px
 *  font-size: 134% = 16px
 *  font-size: 150% = 18px
 *  font-size: 167% = 20px
 *
 *********************************************************************/

@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("body.css");

/*  Common Elements
---------------------------------------------------------- */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color:#717171;
	font-size: 12px;
	*font-size: 75%;
}

body.search02{
	background: #dfecf1;
}

body.article{
	background: #dfecf1;
}

a:link {
	color: #0185c3;
	text-decoration: none;
}

a:visited {
	color: #21358c;
	text-decoration: none;
}

a:active,
a:hover {
	color: #00b0ff;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

hr {
	display: none;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

sup {
	line-height: 1.0;
	vertical-align: top;
	*vertical-align: super;
}

sub {
	line-height: 1.0;
	vertical-align: bottom;
	*vertical-align: sub;
}

blockquote {
	padding: 15px;
}

table {
	_font-size: 100%;
	line-height: 1.5;
}

input,
select,
textarea {
	font-size: 1em;
}

/*  Common class
---------------------------------------------------------- */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	display: none !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.no_bg {
	background: 0 !important;
}

.no_float {
	float: none !important;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.pending {
	color: #c00;
}

/*  Clearfix
---------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/
