/*ブラウザスタイルの初期化*/

h1 { /* 基本タイトル（固定）*/ 
	padding: 0px; 
	margin: 0px; 
	font-size: 16px;
	font-weight:bold;
	line-height:150%;
}
h2,h3,h4 { /* 基本タイトル（固定）*/ 
	padding: 0px; 
	margin: 0px; 
	font-size: 10px;
	font-weight:100;
	line-height:normal
}

A:link{
color:#0099FF;
text-decoration:none;
}


A:visited{
color:#0099FF;
text-decoration:none;
}

A:active{
color:#0099FF;
text-decoration:underline;
}

A:hover{
color:#0099FF;
text-decoration:underline;
} 

#maincontainer {
	width:700px;
	margin:0px auto;
	background-color:#FFFFFF;
}

.top_margin {
	margin-top:40px;
}

.small_container {
	width:675px;
	margin:10px auto;
}

.data_text1 {
	margin:10px auto;
	width:300px;
}

.data_text2 {
	margin:10px auto;
	width:225px;
	padding-right:85px;
	background-image:url('../goma.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

.data_box_l {
	width:333px;
	float:left;
}

.data_box_r {
	width:333px;
	float:right;
}

.date_margin {
	margin-top:10px;
}

.data_comment {
	width:236px;
	padding-top:17px;
	padding-left:80px;
	background-image:url('../photo2.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-size:10px;
}

.voice_box_l {
	width:333px;
	height:302px;
	float:left;
	background-image:url('../voice_center.gif');
	background-position:center top;
	background-repeat:repeat-y;
}

.voice_box_r {
	width:333px;
	height:302px;
	float:right;
	background-image:url('../voice_center.gif');
	background-position:center top;
	background-repeat:repeat-y;
}

.voice_text {
	margin:0px auto;
	width:310px;
	height:180px;
	font-size:0.8em;
 	overflow-y:auto;
}

#item_text_box {
	width:600px;
	margin:0px auto;
}

.item_text1 {
	width:140px;
	float:left;
	font-size:11px;
}

.item_text2 {
	width:180px;
	float:left;
	font-size:11px;
}

.footer_text {
	width:600px;
	margin:20px auto;
	text-align:center;
}

a.footer_link:link {
	color:#0000FF;
	text-decoration:none;
}

a.footer_link:visited {
	color:#0000FF;
	text-decoration:none;
}

a.footer_link:hover {
	color:#0000FF;
	text-decoration:underline;
}

a.footer_link:active {
	color:#FF00FF;
	text-decoration:none;
}

.txt06{font-size:16px;
       color:#CC0000;
	   font-weight:bold;
	   }
.txt07{font-size:16px;
       color:#CC0000;
	   }
.txt18{font-size:18px;
	   }