@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* 内容 */
/* ------------------------------------------------------------ */

.section .contents table{
	text-align:center;
	margin:0 0 10px 0;
	}
	
.section .contents table img{
	border:1px solid #333;
	}
	
.details{
	width:500px;
	margin:0 auto;
	}
	
.details .put a{
	background:url(../img/common/bt_login.gif) center center no-repeat;
	width:89px;
	height:23px;
	display:block;
	color:#000;
	text-align:center;
	padding:5px 0 0 0;
	text-decoration:none;
	font-size:98%;
	margin:0 auto;
	}
	
.details .put a:visited{
	background:url(../img/common/bt_login.gif) center center no-repeat;
	color:#000;
	text-decoration:none;
	}
	
.details .put a:hover{
	background:url(../img/common/bt_login_on.gif) center center no-repeat;
	color:#000;
	text-decoration:none;
	}
	
.details .put a:active{
	background:url(../img/common/bt_login.gif) center center no-repeat;
	color:#000;
	text-decoration:none;
	}

