@charset "shift_jis";


/* ====================================================================

   Style Info: ブラウザスタイルのリセットと基本設定 
 
==================================================================== */

/* ----- Browser Default Initialization ----- */

* { margin:0; padding:0; }

body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,form,input,textarea,select,iframe {  
    margin:0; padding:0;  
	}  

hr { display:none; }  

img { border:0; }  

li img { vertical-align:top; }

body { color:#191919; }

body,th,td,p { font:normal normal 13px/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

/* ----- A Style ----- */

a:link { color:#0066ff; }
a:visited { color:#0066ff; }
a:hover { color:#003399; text-decoration:none; }

/* --------------------------------------------
   title
-------------------------------------------- */

.title_b {
	background:url(../image/title_back_b.gif) no-repeat left bottom;
	padding-bottom:10px;
	}

.title_new {
	width:295px;
	background:url(../image/title_back_new.gif) no-repeat left top;
	padding-top:10px;
	}

.title {
	width:295px;
	background:url(../image/title_back.gif) no-repeat left top;
	}

	.title_new h2, .title h2 {
		font-size:12px;
		color:#0055a2;
		padding:9px 18px 0 18px;
		line-height:1.4;
		letter-spacing:-1px;
		}

/* --------------------------------------------
   bukken
-------------------------------------------- */

.bukken {
	width:295px;
	padding-bottom:20px;
	padding-top:5px;
	}
		
	.bukken:after {
		content:"";
		display:block;
		height:0;
		clear:both;
		}

/* ----- photo ----- */

.bukken_photo { float:left; width:115px; height:auto; text-align:right; }

	.bukken_photo a:hover { position:relative; top:3px; left:0; }

/* ----- come ----- */

.bukken p {
	width:170px;
	float:right;
	text-align:left;
	line-height:1.1;
	}

	.bukken p a {
		background:url(../image/lm.gif) no-repeat left center;
		padding-left:15px;
		}
