@charset "Shift_JIS";

/* ページ全体
_________________________________________________________ */
/* ie6 対策 */
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin : 0;
	padding : 0;
	font-size: 12px;
	line-height:140%;
	color : #666666;
	text-align: left;
	font-family: 'Osaka','ＭＳ Ｐ ゴシック';

}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 5;
	padding : 0;
}

form,
input,
select{
	margin : 0;
	padding : 0;
}


img {
	border : 0;
	vertical-align:bottom;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear {
	clear : both;
}


/* テキスト装飾
_________________________________________________________ */
a:link {
	color: #0154bf;
	text-decoration: underline;
}

a:visited {
	color: #017dd6;
	text-decoration: underline;
}

a:hover,{
	color: #ffa200;
	text-decoration: underline;
}

a:active {
	color: #ffa200;
	text-decoration: underline;
}

/* テキストサイズ
_________________________________________________________ */
.h1 { 
	font-weight: bold; 
	font-size: 16px;
	color : #000000;
	line-height:140%;
	text-align: left;
}

.h1o { 
	font-weight: bold; 
	font-size: 16px;
	color : #ffa200;
	line-height:140%;
	text-align: left;
}

.h2 { 
	font-weight: bold; 
	font-size: 12px;
	color : #000000;
	line-height:140%;
	text-align: left;
}

.h3 { 
	font-size: 10px;
	color : #666666;
	line-height:140%;
	text-align: left;
}
.p {
	line-height:140%;
	margin: 5;
}