﻿@charset "utf-8";

/* 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;
	}
li{
	list-style-type:none;
	}

/* Base
***************************************************************/

body{
	color:#000000;
	text-align:center;
	}
.type{
	font-size:small;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5em;
	}
#wrapper{
	width:950px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
.clear{clear:both;}



/* Link[/all]
***************************************************************/

a:link{
	text-decoration:none;
	color:#0834ca;
	}

a:visited{
	text-decoration:none;
	color:#701f9a;
	}

a:hover{
	text-decoration:underline;
	color:#701f9a;
	}

a:active{
	text-decoration:none;
	}

/* clearfix[/all]
***************************************************************/
.clearfix:after {
   content: "."; 
   display: block; 
   visibility: hidden; 
   height: 0.1px; 
   font-size: 0.1em; 
   line-height: 0; 
   clear: both;
	}
* html .clearfix {
   display: inline-block;
	}
*+html .clearfix {
   display: inline-block;
	}

/* margin関係
--------------------------------------------------------------*/
.mt_5{	margin-top:5px; !important}
.mt_10{	margin-top:10px; !important}
.mt_15{	margin-top:15px; !important}
.mt_20{	margin-top:20px; !important}
.mt_25{	margin-top:25px; !important}
.mt_30{	margin-top:30px; !important}
.mb_5{	margin-bottom:5px; !important}
.mb_10{	margin-bottom:10px; !important}
.mb_15{	margin-bottom:15px; !important}
.mb_20{	margin-bottom:20px; !important}
.mb_25{	margin-bottom:25px; !important}
.mb_30{	margin-bottom:30px; !important}

