/* CSS Document */
@charset "utf8";

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

 File name:      default.css
 Author:         Yoneda Ryo
 Style Info:     デフォルトのスタイルのリセット及び基本設定
 date: 2008/02/05

----------------------------------------------------------- */

#update-nag {
	display: none;
}

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

html {
	overflow-y: scroll;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

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

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

img {
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

.clear {
	clear:both;
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

a{outline : 0 ;}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/*----------------------------------------------------
	Font Color
----------------------------------------------------*/

.font_red {color: #FF0000;}

.font_blue {color:#0000FF;}

/*----------------------------------------------------
	Common　CSS
----------------------------------------------------*/

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#main_box .page_top {
	text-align: right;
	clear: both;
}
