/* index.html */
.intoro{
	width:780px;
	font-size:12px;
	line-height:150%;
	padding-bottom:15px;
}
.intoro img{
	margin:0 10px 10px 0;
}
.intoro object{
	margin:0 10px 10px 0;
}

#mainContent h2{
	/* width:530px; */
	border-bottom:2px solid #666;
}
#infoArea{
	width:530px;
	/* height:50px;
	over:auto; */
}
#infoArea ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
}
#infoArea li{
	font-size:12px;
	color:#009; 
	margin-bottom:10px;
}
#date{
	margin:0 5px 10px 0;
}
/* index.html */

/* LEFT SIDE */
#leftSideA{
	width:570px;
	float:left;
}
#leftSideA p{
	line-height:180%;
	width:520px;
	margin:20px auto;
	margin-top:0px;
}


#bookmark, #service, #mobile,
#topics{
	width:530px;
	/* float:left; */
	/* margin-right:10px; */
}
/* LEFT SIDE */

/* RIGHT SIDE */
#rightSideA{
	width:210px;
	float:right;
}
#rightSideA p{
	width:200px;
	/* align:0 auto; */
	margin-bottom:20px;
	font-size:11px;
	line-height:180%
}

/* メールマガジン登録・解除　 */
#mailmag{
	/* width:200px; */
	text-align:left;
}
#mailmag table{
	width:200px;
	margin:0 auto;
	margin-bottom:10px;
}
#mailmag b{
	color:#fff;
}


/* profile.html */
.profile, .create{
	width:530px;
	font-size:11px;
	line-height:180%;
}
.profile p, .create p{
	line-height:210%;
}
.profile_img{
	border:1px solid #666;
	margin:0 10px 0 0;
}
.profile ul, .create ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.profile li{
	margin:0 0 5px 0;
	color:#009;
}
.create li{
	margin:0 0 5px 25px;
	color:#009;
	border-bottom:1px dashed #ccc;
}
/* profile.html, creativemenu.html */

/* sitemap.html */
.siteMap{
	width:530px;
}
.siteMap th{
	text-align:left;
	width:150px;
	height:50px;
}
/* sitemap.html */

/* inquery */
/* テーブル全体の表示 */
table.question {
	width:520px;
	border-width:0px;
	margin: 10px auto;
}

table.question th {
	padding: 10px;
	width: 200px;
	font-size:10px;
	background: #EEEEEE;
	text-align: left;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

/* inquery */

