/***************************************
 * (c)ウェブシステムズ
 *
 * @theme  : 01
 * @encode : UTF-8
 ***************************************/

/*====================================*/
/* 汎用                               */
/*====================================*/

* {
	margin: 0;
	padding: 0;
}
body {
	padding: 15px 0 30px;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #333;
	background: #fff url(image/body_bg.gif) repeat-x;
}
a {
	color: #36c;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
*/
img {
	border: none;
}
input, textarea, select {
	font-size: 13px;
}
option {
	padding: 0 3px;
}
.clear {
	clear: both;
	font-size: 0;
}


/*====================================*/
/* 各コンテナ                         */
/*====================================*/

/* [wrapper] -------------------------*/
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #fff url(image/wrapper_bg.gif) repeat-y;
}

/* [header] --------------------------*/
#header {
	height: 160px;
	background: #fff url(image/header.gif) no-repeat;
	color: #fff;
}
#header h1 {
	padding: 65px 0 0 25px;
	font-family : Arial;
	font-size: large;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header p {
	margin: 5px 0 0 25px;
}

/* [content] -------------------------*/
#content {
	width: 710px;
	margin: 0 auto;
}

/* [main] ----------------------------*/
#main {
	width: 495px;
	float: left;
}

/* [side] ----------------------------*/
#side {
	width: 200px;
	float: right;
	background: #fff url(image/side_bg.gif) repeat-y;
}

/* [bottom] --------------------------*/
#bottom {
	margin: 5px 15px 0;
	padding: 10px 0 0;
	text-align: center;
	font : normal 11px Arial;
	color: #666;
	border-top: 1px solid #ECECEC;
}

/* [footer] --------------------------*/
#footer {
	height: 20px;
	background: #fff url(image/footer_bg.gif) no-repeat;
}


/*====================================*/
/* サイド                             */
/*====================================*/

/* [head] ----------------------------*/
#side .head {
	height: 15px;
	margin-top: 10px;
	background: url(image/side_head_bg.gif) no-repeat left top;
}

/* [body] ----------------------------*/
#side .body {
	padding: 0px 15px 0;
	background: url(image/side_body_bg.gif) repeat-y;
}

/* [foot] ----------------------------*/
#side .foot {
	height: 15px;
	background: url(image/side_foot_bg.gif) no-repeat left bottom;
}

/* [list] ----------------------------*/
#side dl {
	padding-bottom: 20px;
}
#side dt {
	padding-left: 15px;
	background:url(image/marker.gif) no-repeat left 4px;
	font-family: "Trebuchet MS", Trebuchet;
	font-weight: bold;
}
#side dd {
	padding: 5px 0 0;
	background: url(image/line.gif) no-repeat left top;
	line-height: 1.2;
}
#side dd ul {
	margin-left: 15px;
}
#side dd li {
	margin: 3px 0 0;
}

/* [link] ----------------------------*/
#side a {
	color: #36c;
	text-decoration: none;
}
#side a:hover {
	color: #f60;
	text-decoration: underline;
}

/* [search] -------------------------- */
#side .ipt {
	width: 110px;
	padding: 1px 0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.search_btn {
	width: 50px;
	height: 20px;
	border: none;
	background: url(image/search.gif) no-repeat;
	cursor: pointer;
}
#search_result {
	font-size: 11px;
}

/* [sponcer] ------------------------- */
#side .sponcer {
	margin-left: 5px;
}
#side .sponcer li {
	list-style: none;
}

/*====================================*/
/* エントリー                         */
/*====================================*/

.entry {
	margin: 10px 0 0;
	padding: 0 0 20px;
}
.entry .head {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
    color: #000;
	font-size: medium;
	background: #fff url(image/entry_marker.gif) no-repeat left top;
}
.entry .body {
	padding: 15px 5px 15px;
}
.entry .body img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.entry .foot {
	clear: both;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.entry .foot li {
	display: inline;
	font-size: 11px;
	color: #999;
}


/*====================================*/
/* コメント                           */
/*====================================*/

.comment {
	padding-left: 10px;
}
.comment dt {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.comment dd {
	border-bottom: 1px dotted #ccc;
}
.comment dd ul {
	list-style: none;
	text-align: right;
	font-size: 11px;
}
.comment dd li {
	display: inline;
}

/* コメントフォーム ------------------*/
.comment .form {
	margin-top: 15px;
}
.comment .form .ipt {
	width: 200px;
	border: 1px solid #CCC;
	padding: 1px 0;
}
.comment .form textarea {
	margin: 0 0 10px;
	width: 300px;
	border: 1px solid #CCC;
}
.comment .form .submit {
	width: 54px;
	height: 20px;
	border: none;
	background: url(image/submit.gif) no-repeat;
	cursor: pointer;
}


/*====================================*/
/* トラックバック                     */
/*====================================*/

.trackback {
	margin-top: 15px;
	padding-left: 10px;
}
.trackback dt {
	padding-bottom: 10px;
	line-height: 1.2;
}
.trackback dd {
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}
.trackback dd ul {
	list-style: none;
	text-align: right;
	font-size: 11px;
}
.trackback dd li {
	display: inline;
}


/* =================================== */
/* カレンダー                          */
/* =================================== */

.calendar {
	width: 170px;
	text-align: center;
}
.calendar .month {
	font-size: 12px;
	font-family: Verdana;
	color: #666;
}
.calendar .week {
	margin-top: 3px;
	font-size: 10px;
	font-family: Arial;
	color: #666;
}
.calendar .week div {
	width: 22px;
	float: left;
	margin-right: 2px;
}
.calendar .day {
	margin-top: 2px;
	font-size: 10px;
	font-family: Verdana;
	color: #666;
}
.calendar .day div {
	width: 20px;
	height: 18px;
	line-height: 18px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	background: #FCFCFC;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}


/* =================================== */
/* その他                              */
/* =================================== */

.result {
	margin: 15px 0 0 15px;;
}
.result h3 {
	font-size: 1.0em;
	font-weight: normal;
	color: #096;
}



