﻿@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size : 12px;
	text-decoration: none;
}

body {
	background:url(img/body_bg.jpg) repeat-x left top;
	font-family: "ＭＳ Ｐゴシック",Verdana,Arial, Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:left;
	font-size: 12px;
}

html {
	overflow-y:scroll;
}

h1,h2,h3 {
	font-size:12px;
	font-weight:normal;
}

p {
	line-height:160%;
	font-size:12px;
	list-style-type:none;
}

li{
	list-style-type:none;
}

img {
	border:0;
	vertical-align: bottom;
}

address{
	font-size:10px;
	text-align:center;
	color:#a1a181;
}

.left{
	float:left;
}

.right{
	float:right;
}

.margin_bottom10{
	margin:0px 0px 10px 0px;
}

.margin_bottom20{
	margin:0px 0px 20px 0px;
}

.margin_bottom30{
	margin:0px 0px 20px 0px;
}

.font10{
	font-size:10px;
}

.bold{
	font-weight:bold;
}

.pagetop{
	text-align:right;
}

.textalign_right{
	text-align:right;
}

.navi li{
	float:left;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
	color:#116495;
}

a:link {
	color:#116495;
}

a:visited {
	color:#116495;
}

a:hover {
	color:#116495;
}

a:active {
	color:#116495;
}

/*
 clearfix [
----------------------------------------------------------- */
.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 wrapper [
----------------------------------------------------------- */
#wrapper{
	width:750px;
	margin:0px auto;
	padding:40px 0px 0px 0px;
}
