* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px auto;
	background-color: #32cd32;
	text-align: center;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif ;
}

ul {
	margin: 0px 0px 0px 15px;
}

div, td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

.form_color {
	background: #ECECEC;
}

a { color: #0000cd; text-decoration: none; }
a:link		{ color: #0000cd; text-decoration: none; }
a:visited	{ color: #0000cd; text-decoration: none; }
a:active	{ color: #ffd700; text-decoration: none; }
a:hover		{ color: #ffd700; text-decoration: none; }



/* =================================== */
/* レイアウト */
/* =================================== */

#wrapper {
	margin: 0 auto;
	width: 720px;
	text-align: left;
         background-color: #ffffff;
}

#header {
	width: 720px;
	height: 200px;
	background-color: #0000cd;
	background-image:url(http://ivrogne.hungry.jp/tencho/img/topimg.jpg);
	background-repeat: no-repeat;
	}

#contents #left {
	float: left;
	width: 170px;
}

#contents #center {
	float: left;
	width: 500px;
	background-color: #ffffff;
}

#contents #center .pad {
	padding : 0 20px;
}

#contents #right {
	float: right;
	width: 200px;
	background-color: #0000cd;
}

#footer {
	width: 720px;
	background-color: #0000cd;
}



/* =================================== */
/* ヘッダー */
/* =================================== */

h1 {
	font-family: "Times New Roman","Times, serif";
	}

.site_title a {color: #ffffff;text-decoration: none; background-color: #0000cd;}
.site_title a:link {color: #ffffff;text-decoration: none; background-color: #0000cd;}
.site_title a:visited {color: #ffffff;text-decoration: none; background-color: #0000cd;}
.site_title a:active {color: #ffffff;text-decoration: none; background-color: #0000cd;}
.site_title a:hover {color: #ffd700;text-decoration: none; background-color: #0000cd;}

.site_title {
	font-size: 24px;
	color: #000000;
	text-align: right;
	margin: 20px 10px 10px 0px;
	padding: 0px;
}

.description {
	font-size: 14px;
	text-align: right;
	color: #ffffff;
	margin: 0px 10px 25px 0px;
}



/* =================================== */
/* エントリー */
/* =================================== */

.view{
	font-size: 12px;
	color: #666666;
	margin: 15px 0px 30px 0px;
}

.entry_tag {
	font-size: 10.5px;
	color: #666666;
	text-align:left;
	margin: 15px 0 0 0;
}

.entry {
	margin: 0px;
	padding: 0px;
}

	.entry_date {
		font-size: 12px;
		font-weight: bolder;
		color: #336666;
		margin: 10px 0px 10px 0px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #CCCCCC;
	}
	
	.entry_title {
	font-size: medium;
	font-weight: bolder;
	margin: 0px;
	padding: 10px 10px 3px;
	color: #4169e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4169e1;
	}
	
	.entry_body {
		font-size: 12px;
		line-height: 170%;
		color: #666666;
		margin: 20px 0;
	}
	
	.entry_author {
		font-size: 10px;
		color: #999999;
		margin: 5px 0px 5px 0px;
		text-align: right;
	}
	
	.entry_more {
		font-size: 11px;
		line-height: 170%;
		color: #333333;
		margin: 15px 0px 15px 0px;
	}
	
	.entry_state {
		font-size: 11px;
		color: #666666;
		margin: 15px 0px 30px 0px;
	}

.entry_navi {
	font-size:10.5px;
	text-align:center;
	margin:5px 0 10px 0;
}

blockquote {
	font-size: 11px;
	color: #666666;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border-left: 3px solid #CCCCCC;
}


.comment {
	margin: 10px 10px 20px;
	padding: 10px 0px 10px;
	border-bottom: 1px dotted #CCC;
}

.comment_title {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 10px 0px 0px 0px;
	padding-bottom: 3px;
}

.comment_state {
	font-size: 10px;
	color: #666;
}

.comment_description {
	padding: 5px 0px 10px;
	font-size: 12px;
	color: #666;
}


.comment_form {
	margin: 10px 10px 20px;
	padding: 10px 0px 10px;
}


.form_label {
	font-size: 12px;
	color: #666;
}


.form_btn {
	margin: 5px 0px;
}



.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

.page {
	font-size: 12px;
	color: #666666;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}

.linktitle {
	font-size: medium;
	font-weight: bolder;
	margin: 0px;
	padding: 10px 10px 3px;
	color: #ffffff;
	font-family: "Courier New","Courier", mono;
	text-align: right;
	border: none;
	background-color: #0000cd;
}

.linktext {
	font-size: 11px;
	color: #4169e1;
	line-height: 170%;
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	padding-bottom: 30px;}



/* =================================== */
/* 検索 */
/* =================================== */

.search {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	margin: 0px 0px 5px 0px;
}

.search .form_color {
	width:120px;
}


.button {
	margin: 5px 0 0 0;
}



/* =================================== */
/*フッター */
/* =================================== */

.copyright {
	font-size: 10px;
	color: #ffffff;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 10px; 
	text-align: center;}



/* =================================== */
/* Lists */
/* =================================== */

ul.entry_lists {
	margin: 10px 0px 10px 15px;
}
ul.entry_lists li {
	font-size:12px;
	line-height: 1.8em;
}
ul.entry_lists li a {
	font-size:12px;
	margin-right:10px;
}

ul.entry_lists li.entry_list_description {
	margin: 5px 0 12px 0;
	padding:10px;
	list-style:none;
	border:1px #AAA solid;
}

.entry_lists dt {
	padding-left:12px;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	color: #666666;}
	
.entry_lists dd{
	padding:0 0 5px 0;
	line-height: 1.2em;
}


.lightup {
	background-color: #F5F5F5;
}


/* =================================== */
/* Clouds */
/* =================================== */

.entry_cloud {
	padding-top:20px;
	padding-left:10px;
}


/* エントリータイトル */
.entry_cloud h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-position:left;
}

.entry_cloud ul {
	margin: 10px 0px;
}

.entry_cloud li {
	display: inline;
	padding-left: 1em;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}



/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	width: 460px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.pager strong {
	font-size: 130%;
	font-weight: bold;
}
