@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         STOKED STUDIO
 Style Info:     
----------------------------------------------------------- */

/*	Reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img{
    margin:0;
    padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

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,table{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
img {   
    vertical-align:bottom;
}
input, textarea {
	font-size: 100%;
}
.clear {
	clear: both;
}

/* Self Setting */

html {
	background: #f3f4f3 url(../img/bg_html.gif) repeat-y center top;
}

body {
	background: #f3f4f3 url(../img/bg_body.gif) repeat-y center top;
	color: #444;
	font-family: "Hiragino Kaku Gothic Pro","Meiryo","Osaka",sans-serif;
	line-height: 1.6;
	font-size: 85%;
	text-align: center;
}

/*	Base Link Color Setting
----------------------------------------------------*/

a:link {
	color: #f63;
	text-decoration: underline;
}

a:visited {
	color: #f63;
	text-decoration: underline;
}

a:hover {
	color: #f90;
	text-decoration: none;
}

a:active {
	color: #f90;
	text-decoration: none;
}

.small {
	font-size: 77%;
}

.big {
	font-size: 110%;
}

.red {
	color: #f00;
}

.orange {
	color: #ff6600;
}

.align_center {
	text-align: center;
}

.border_btm {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 18px;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #2cb3f3;
}

.magenta {
	color: #dd3a6b;
}

.green {
	color: #86cb01;
}

.navy {
	color: #00346d;
}

.gray {
	color: #999;
}

.line {
	text-decoration: line-through;
}

.caution {
	font-size: 150%;
}
