/* Basic set */


body {
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック';
	/*font: "Century Gothic", "Lucida Grande", 
         "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
         "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	text-align: left;
	vertical-align: baseline;
	line-height: 1.4em;
	margin:0;
	padding:0;
	}




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

a:link {
	color:#363636;
	text-decoration: underline;
	padding:0em;
	}

a:hover, a:active {
	color: #993300;
	text-decoration:none;
	cursor:pointer;
	padding:0em;
	}
	
a:visited {
	color:#868686;
	text-decoration: underline;
	padding:0em;
	}
	
	

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}


h1, h2, h3, h4, h5, h6, p, label, input, th, caption, dl, dt, dd, select {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #363636;
	line-height: 150%;
	}
	
h1, h2, h3, h4, h5, h6, dl, table {
	clear: both;
	}
	
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
	}
	
font {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 150%;
	}
	
img {
	border: none;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	}
	
h3 {
	font-size: 1em;
	padding: 10px 0 5px 0;
	color: #375389;
	}
	
h4 {
	font-size: 0.9em;
	margin: 10px 0 5px 0;
	color: #C12300;
	}
	
h5 {
	font-size: 0.75em;
	margin: 10px 0 5px 0;
	}
	
h6 {
	font-size: 0.75em;
	}
	
strong {
	color: #1E3D53;
	font-size: 1.2em;
	}
	
p {
	margin: 0 0 15px 0;
	}
	
ol, ul  {
	margin: 20px 25px 25px 25px; 
	padding: 0; 
	}
	
li {
	font-weight: normal;
	color: #363636;
	line-height: 150%;
	margin-bottom: 15px;
	}
	
li li, li p {
	font-size: 1em;
	}
	
input {
	margin: 4px 2px;
	}
	
select {
	margin: 4px 2px;
	}

caption {
	text-align: left;
	padding: 3px 0;
	font-weight: bold;
	font-size:1em;
	color: #396DC5;
	}
	
table {
	border: solid #ccc 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:15px;
	clear: both;
	width: 670px;
	background-color: #fff;
	}

td, th {
	padding: 5px 5px 5px 8px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
	vertical-align: top;
	}
	
th {
	padding: 5px 8px 5px 5px;
	text-align: right;
	}
	

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	}


p, td, th, li, dt, dd {
	font-size:0.75em;
	color:#363636;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka';
	}
	
th th, th td, td th, td td, td p, th p {
	font-size: 1em;
	}

caption {
	color: #990000;
	font-size: .85em;
	}
	

address {
	padding: 0 10px 105px 10px;
	}

fieldset {
	padding: 15px 0;
	margin: 25px 0;
	}


/* Standard Definitions
----------------------------------------*/
	
.right{
	float:right;
	margin:0 0 10px 10px;
	}

.left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.clear{
	clear: both;
	}
	
.clearThis{
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
	}
	
.small{
	font-size:.625em;}
	
.large{
	font-size:1.2em;
	font-weight: bold;}
	
.soft{
	color:#D3D3D3;}
	
.hide{
	display:none;}
	
p.last{
	margin-bottom:0px;}
	
.red {color: #E30002;}

.center {
	text-align:center;
	}
	
.t_right {
	text-align: right;
	}
	
span.text_right {
	display: block;
	width: 50%;
	}
	
#pagetop {
	text-align: right;
	font-size:0.75em;
	padding:1em;
	}
	
ul.bottom_element, ol.bottom_element {
	margin-bottom: 45px;
	}
	
.bottom_element {
	margin-bottom: 45px;
	}

.clearfix:after{/*for modern browser*/
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
	
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
	display: none;
	clear: both;
	height: 0;
	}
	
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
	}


.red {
	color: red;
	}

.pink {
	color: #E75D87
	}
