@charset "utf-8";





body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-image: url(../images/top/back.gif);
}
.container #titel  {
	width: 500px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info {
	font-size: 14px;
}





/* ~~ エレメント / タグセレクター ~~ */
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 をネストして使用することもできます。 */
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 832px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 650px;
	font-size: 16px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
}
.font {
	font-size: 12px;
}
.title_font {
	font-size: 24px;
	font-weight: 900;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.container #footer {
	width: 832px;
	clear: both;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tdl {
	empty-cells: hide;
	margin-left: 50px;
}
.content {
	height: 500px;
}


.titel_Bar {
	padding-bottom:35px;
	margin-left:13px;
}
.title_font {
	padding-left:27px;
	padding-bottom:15px;
	font-size:18px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.container #comment {
	width: 420px;
	float: left;
	margin-left: 30px;
}
#pdf {
	height: 35px;
	width: 120px;
	margin-left: 600px;
}
.container #com_list {
	height: 100px;
	width: 150px;
	margin-left: 50px;
}



.comment_font {
	margin-right:70px;
	font-size:14px;
	margin-top: -20px;
}
.comment_font_tbl {
	font-size:14px;
	width: 150px;
	height: auto;
}
.comment_font_tbl_num {
	padding-right:14px;
	padding-bottom:10px;
	vertical-align:top;
}
.comment_font_tbl_txt {
	padding-bottom:10px;
	vertical-align:top;
}
.comment_font_tbl_txt1 {
	vertical-align:top;
	font-size: 11px;
}
.container #text {
	height: auto;
	width: 750px;
	margin-left: 50px;
	margin-bottom: 30px;
}
