@charset "Shift_JIS";

/*
基本設定
====================================================================*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	text-indent:0;
}

body {
	font-size:82.5%;
	font-family:Osaka,'ＭＳ Ｐゴシック', sans-serif;
	color:#333333;
	line-height:120%;
	text-align:center;
}

ul {list-style-type:none;}

img {border:0;}

table ,
textarea {
	font-size:100%;
}

table th ,
table td {
	vertical-align:top;
}

select,
option {
	font-size:12px;
}


/*
基本リンク設定
====================================================================*/
a {
	color: #656565;
	text-decoration:none;
}

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

a:hover{
	color: #656565;
	text-decoration:underline;
}

a:active{
	color: #656565;
	text-decoration:underline;
}


/*
共通クラス
====================================================================*/
.center {
	text-align:center;
}

.right {
	text-align:right;
}


.left {
	text-align:left;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.f_right {
	float:right;
}

.f_left {
	float:left;
}

.clr {
	clear:both;
}

.caution{
	color:#cc0000;
}

.notes{
	font-size:85%;
}

.txt_big{
	font-size:115%;
}

.txt_bold{
	font-weight:bold;
}


/* IME MODE
====================================================================*/
.ime-act {
	ime-mode:active;
}
.ime-inact {
	ime-mode:inactive;
}
.ime-dis {
	ime-mode:disabled;
}


/*
大コンテナ
====================================================================*/
#wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
}


/*
コピーライト
====================================================================*/
#copyright {
	clear:both;
	width:900px;
	margin:0 auto;
	text-align:right;
}

#copyright p{
	padding:1px 45px 20px 0;
	font-size:110%;
	color:#434744;
}

/* safari only \*/ 
html:\66irst-child #copyright p { 
	font-size:100%;
	padding-top:2px;
}
