@charset "Shift-JIS";
/*=====================================================
名称：common.css

[01.デフォルトスタイルのリセット]
[02.再設定]
[03.基本設定]

制作日：2008.08.06
修正日：2008.08.06
=====================================================*/ 

/*[01.デフォルトスタイルのリセット]
--------------------------------------------------*/
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;
}
table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
}
fieldset,img { 
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;
}
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
/*[02.再設定]-
--------------------------------------------------*/
body{
font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:#444444;
}
p{
line-height:1.5;
}
a{
	color:#963;
}
a:hover{
color:#555555;
}
strong{
font-weight:bold;
color:#000000;
}
/*[03.基本設定]-
--------------------------------------------------*/
.big{
font-size:14px;
}
.small{
font-size:10px;
}
.bold{
font-weight:bold;
}
.clear{
clear:both;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.newline{
margin-top:12px;
}
.in{
margin-left:48px;
}
.color{
color:#03af07;
font-weight:bold;
}
.clear-fix{
overflow:hidden;
}
.clear-fix:after{
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}
.text-block{
display:block;
}
/*\*/
* html .clear-fix{
height: 1em;
overflow: visible;
}
/**/
.mt10{
margin-top:10px;
}
.pb30{
padding-bottom:30px;
}
.pb40{
padding-bottom:40px;
}
.pr10{
padding-right:10px;
}
.pr15{
padding-right:15px;
}