@charset "UTF-8";

@import "master.css";
@import "content.css";
@import "navi.css";
@import "title.css";


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　全体のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 85%;
}
* html table {
	font-size: 100%;
	line-height: 1.6;
}
*:first-child+html body {
	font-size: 85%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(../../share_imgs/hd_bg.gif) repeat-x left top #ffffff;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #3d9b0d;
}
a:visited {
	color: #3d9b0d;
}
a:hover {
	color: #0099ca;
}
a:active {
	color: #0099ca;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

div.kodamapic{
	width:200px;
	height:310px;
	float:right;
	margin: 0 0 0  20px;
}
div.kodamapic p.kodama{
	font-size:14px;
	width:190px;
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3";
}

