@charset "UTF-8";
body {
	padding: 0;
    *font-size:small;
    *font:x-small;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #1E1D1B;
	margin: 0px;
}

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

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { 
	border: none;
}

a:link {
	color: #1E1D1B;
	text-decoration: none;
}
a:visited {
	color: #1e1d1b;;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #1e1d1b;;	
	text-decoration: none;
}


/* ~~ この固定幅コンテナが他の div を囲む~~ */
.container {
	width: 960px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウト中央 */
}

/* ~~ ヘッダーには幅は指定なし~~ */
.header {
	margin: 0px;
	padding: 0px;
	height: 95px;
}

/*ヘッダh1*/
.header h1 {
	margin: 0px;
	padding: 0px;
	height: 95px;
	text-align: left;
	float: left;
}

/*ヘッダ内タイトルロゴ*/
.header h1 img {
	padding-top: 34px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
	margin: 0px;
	height: 40px;
	width: 215px;
	text-align: left;
	padding-right: 0px;
}

/*ヘッダ内タイトル文字*/
.header #title {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	float: left;
	padding-top: 45px;
	padding-left: 10px;
	display: block;
	padding-bottom: 0px;
	line-height: 16px;
	color: #1e1d1b;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 2px;
}

/* ~~ ヘッダ内お問い合わせ ~~ */
.header #info {
	float: right;
	padding-top: 45px;
	display: block;
	padding-bottom: 0px;
	clear: right;
	margin: 0px;
}



/* ~~ navi~~ */
#topnavi {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#topnavi h2 {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ~~ レイアウト情報~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

#topicHead  {
	margin-top: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#topicHead h5 {
	font-size:small;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	color: #1E1D1B;
}

#news  {
	margin-top: 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-bottom: 0px;
}

.content {

	padding: 10px 0;
}

/* ~~ フッター ~~ */
.footer {
	text-align: center;
	font-size: 80%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .header #dotimg {
	padding: 0px;
	height: 12px;
	width: 19px;
	vertical-align: middle;
	float: none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.container .contenttop {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 870px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.container .contenttop2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 870px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 80px;
}

.blog {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}

.blog img {
	height: 51px;
	width: 125px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
