@charset "shift_jis";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	name : common.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ********************************************************************************
 * ブラウザスタイルの初期化
 * ******************************************************************************** */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
img {
	border: none;
}
a img {
	border:none;
	text-decoration:none;
	outline:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type:none;
}

/* ********************************************************************************
 * デフォルトスタイル
 * ******************************************************************************** */

p {
	color: #332b2a;
}
hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
object,
param {
	border: 0;
	vertical-align: bottom;
}
input{
	verticalalign: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight: bold;
	text-decoration: none;
}	
	
/* ********************************************************************************
 * LINK
 * ******************************************************************************** */

a {
	overflow: hidden;
	outline: 0;
	text-decoration: underline;
	color: #00339c;
}
a:visited {
	text-decoration: underline;
	color: #00339c;
}
a:hover {
	text-decoration: none;
	color: #00339c;
}
/* ********************************************************************************
 * 凡庸クラススタイル
 * ******************************************************************************** */
/* 右へfloat */
.alignRight {
	float: right;
}
	
/* 左へfloat */
.alignLeft {
	float: left;
}
/* floatをクリア　ここから */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hides from IE-mac */
/* floatをクリア　ここまで */


/* ********************************************************************************
 * 基本レイアウト
 * ******************************************************************************** */
 
body {
	padding-left: 20px;
	color: #332b2a;
	font-family: Tahoma, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}
