.post,
.page
{
	clear: both;
	margin-bottom: 2em;
}

.post .postmeta_header{
	background-image: url(../images/color/default/post_title.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 53px;
}

.page .postmeta_header{
	background-image: url(../images/color/default/page_title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 53px;
	overflow: hidden; /* for firefox */
}

.post .postmeta_header .post_category{
	padding: 3px;
	margin-left: 50px;
}

.page .postmeta_header .post_category{
	margin-top: 6px;
	margin-left: 10px;
	font-size: 90%;
}

.page .postmeta_header .post_category a{
	color: #003366;
	text-decoration: underline;
}

.page .postmeta_header .post_category a:hover{
	color: #ff0000;
}


.post .postmeta_header .post_title
{
	font-size: 130%;
	padding: 3px;
	padding-top: 5px;
	margin-left: 55px;
}

.page .postmeta_header .post_title
{
	font-weight: bolder;
	margin-top: 4px;
	margin-left: 2em;
	font-size: 130%;
}

.page .postmeta_header .post_title a
{
	color: #333333;
}

.post .post_date{
	float: left;
	font-weight: bolder;
	height: 53px;
	text-align: center;
	width: 48px;
}

.post .post_date .month_post{
	height: 22px;
	line-height: 22px;
}

.post .post_date .date_post{
	height: 31px;
	line-height: 31px;
	font-size: 130%;
}

.entry{
	clear: both;
	margin-top: 1.5em;
}

.post .postmeta_footer,
.page .postmeta_footer
{
	border-top: 1px dashed #CCCCCC;
	margin-top: 1em;
}

.post a,
.page a
{
	text-decoration: none;
}

#is_page h3,
#is_inquiry h3
{
	background-image: url(../images/color/default/h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 720px;
	height: 27px;
	line-height: 27px;
	text-indent: 15px;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 2em;
	clear: both;
}




/*
ここから下は、
インストール直後のデフォルトコンテンツ用のCSS
*/

/* 以下トップページ */
#is_home #alpha h2{
	position: relative;
	top: -16px;
	height: 29px;
	line-height: 27px;
	font-size: 130%;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
	margin-top: 1em;
	clear: both;
}

#is_home #top_image{
	background-image: url(../images/top_image.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

#is_home #alpha table.products{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#is_home table.products td{
	text-align: center;
	width: 25%;
}

#is_home #alpha div.go_detail{
	clear: both;
	padding: 2em;
	text-align: right;
}

/* 以下問い合わせフォーム */
#is_inquiry #alpha table{
	border-colapse: collapse;
	width: 100%;
}

#is_inquiry #alpha th{
	width: 100px;
	font-size: 90%;
	background-color: #f3f3f3;
	padding: 5px;
	border: 2px solid #FFFFFF;
}

#is_inquiry #alpha td{
	padding: 5px;
}

#is_inquiry #alpha #name,
#is_inquiry #alpha #company,
#is_inquiry #alpha #post,
#is_inquiry #alpha #tel,
#is_inquiry #alpha #email
{
	width: 200px;
}

#is_inquiry #alpha #inq
{
	width: 95%;
}

#is_inquiry #alpha .required{
	color: #FF0000;
}


/* 以下会社概要 */
#is_page #alpha table.about {
	width: 100%;
	border-collapse: colapse;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	color: #555555;
}

#is_page #alpha table.about th,
#is_page #alpha table.about td
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

#is_page #alpha table.about th
{
	width: 100px;
}


/* 以下問い合わせフォーム */
table.inquiry{
	border-colapse: collapse;
	width: 100%;
}

th.inquiry{
	width: 100px;
	font-size: 90%;
	background-color: #f3f3f3;
	padding: 5px;
	border: 2px solid #FFFFFF;
}

td.inquiry{
	padding: 5px;
}

#name,
#company,
#post,
#tel,
#email
{
	width: 200px;
}

#inq
{
	width: 95%;
}

.required{
	color: #FF0000;
}
