@charset "utf-8";
/*=========================================================================

	Author and Copyright
		Author    :  prosysta Inc, (http://prosysta.co.jp/)
		Created   :  2008.10
		Modified  :  2010.02
		
=========================================================================*/


/*-----------------------------------------------
	kill default set
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/*-----------------------------------------------
	fontsize setting
-------------------------------------------------*/

body {
	font:13px/1.231;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	padding:25px 15px;
	line-height:1.8;
	font-size:85%;
}


table {
	font-size:inherit;
	font:100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*-----------------------------------------------
	baseset
-------------------------------------------------*/

body {
	color:#333333; 
	line-height:1.8;
	text-align:justify;
}

a {
	color:#0033CC;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	background:#0033CC;
}

.clear {
	clear:both;
	height : 0;
	visibility : hidden;
	font-size : 0;
	line-height : 0;
}

img {
	border:none;
}

hr {
	 margin:10px 0 10px 0;
	 border-width: 1px 0px 0px 0px;
	 border-style: solid;
	 border-color: #BBBBBB;
	 height: 1px;
	 clear:both;
}

* html hr {
	margin:0 0 5px 0;
}

hr.dotted {
	 margin:10px 0 10px 0;
	 border-width: 1px 0px 0px 0px;
	 border-style: dotted;
	 border-color: #BBBBBB;
	 height: 1px;
}

hr.inner {
	 margin:0 0 10px 25px;
	 border-width: 1px 0px 0px 0px;
	 border-style: solid;
	 border-color: #BBBBBB;
	 height: 1px;
}

hr.inner_dooted {
	 margin:0 0 10px 25px;
	 border-width: 1px 0px 0px 0px;
	 border-style: dotted;
	 border-color: #BBBBBB;
	 height: 1px;
}

.analytics {
	visibility:hidden;
}

/*-----------------------------------------------
	text
-------------------------------------------------*/

.note { 
	margin-left:20px;
	text-indent:-1.5em;
	padding:0 0 5px 0;
}


/*-----------------------------------------------
	clearfix
-------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}


.mt20 { margin-top:20px; }

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
@charset "utf-8";
/* CSS Document */



p.head {
	padding-bottom:20px;
}
p.head.pic {
	text-align:center;
}
p.head img {
	width:96%;
}

table {
	width:100%;
	border-left:1px solid #DADADA;
	border-top:1px solid #DADADA;	
	margin-bottom:20px;
}

th,td {
	padding:10px;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;	
}

th {
	width:40%;
	text-align:left;
	background:#F1F1F1;	
}

p.sub {
	font-size:85%;	
	margin-left:1em;
	text-indent:-1em;
	color:#999;
}

h2 {
	text-align:center;
	font-size:1em;
	padding:6px;
	margin-bottom:10px;
	background:#F6F6F6;
	border:1px solid #CCC;
}

strong {
margin-bottom:6px;
	padding:3px 6px;
	font-weight:bold;
	background:#FCCD2F;
	display:inline-block;
}
