﻿@charset "utf-8";
/* CSS Info
 FileName      : common.css
 created       : 2014-05-08
 last Modified : 2014-05-08
 Editor        : kawakami
 last Editor   : kawakami
============================= */

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
sup {
	color: #900;
}

/* link
----------------------------------------------------*/
a {
	color: #1164AE;
	text-decoration: none;
}
a:link {
	color: #1164AE;
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}

/* rollover
----------------------------------------------------*/
a:hover img:hov{
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* float
----------------------------------------------------*/
p.imgs_right{
	margin: 0;
	padding: 0;
	float: right;
}

p.imgs_left{
	margin: 0;
	float: left;
}

.center {
	text-align: center;
}
/* color
----------------------------------------------------*/
.red {
	color: #cc0000;
}

/* font
----------------------------------------------------*/
.bold {
	font-weight: bold;
}
/* end */
