/* ----- 基本設定 ----- */
body {
	margin: 5px 10px;
	height: 100%;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
* {/* 通常使うフォント指定 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
h1,h2,p,form {
	margin:0px;
}

/* タイトルリンク設定 */
.title A:link, .title A:visited {
	color: #FFFFFF; text-decoration: none;
}
.title A:hover, .title A:active {
	color: #FFF100; text-decoration: none;
}

/* リンク設定 */
A:link, A:visited {
	color:#0068B7;text-decoration: underline;
}
A:hover, A:active {
	color:#601886;text-decoration: none;
}

/* ----- 外枠配置 ----- */
#all {
	margin-top:10px;
	width: 100%;
	height: 100%;
	border: none;
}
#head {
	height:10px;
	text-align: left;
	vertical-align: top;
}
#head h1 {
	margin:0px 0px 5px 0px;
	font-size: 18px;
}
#head h2 {
	margin-bottom:0px;
	font-size: 14px;
	color:blue;
}
#side {
	padding-right: 10px;
	width: 160px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
#main {
	text-align: right;
	vertical-align: top;
}
#main p {
	margin:15px 0px;
	font-size: 12px;
	text-align:center;
}

/* ----- 記事配置 ----- */
.blog_entry {
	margin-bottom:15px;
	background-color: #FFF;
	width: 100%;
	border:1px #CCC solid;
}
.blog_title {
	text-align: left;
	background:#FFE063;
	vertical-align: middle;
	border-bottom:1px #FFF solid;
	font-size: 12px;
}
.data {
	text-align:right;
	font-size:10px;
	color:#666;
}
.blog_text {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	border-top:1px #FFE063 solid;
}
.blog_text02 {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.blog_ifext {
	padding-bottom:15px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
.blog_post {
	text-align: right;
	vertical-align: middle;
	border-top:1px #CCC dotted;
	font-size: 10px;
}

/* ----- フォーム配置 ----- */
.form_title {
	text-align: left;
	vertical-align: middle;
	border-bottom:1px #CCC dotted;
	font-size: 12px;
}
.form_text {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.btn {
	margin: 5px 0px;
}
.comment_layer{
	padding:5px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	border-bottom:1px #CCC dotted;
}

/* ----- サイド設定----- */
.side_title {/* サイドタイトル部分背景 */
	margin-bottom:15px;
	padding:5px;
	background-color: #FFE063;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}
.side_text {/* サイド内容部分 */
	background-color: #FFF;
	padding:5px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

/* ----- カレンダー ----- */
.calendar {
	font-size: 10px;
	line-height: 150%;
}
.calendar_bg {
	background-color: #FFE063;
}
.calendar A {
	text-decoration: underline; 
	padding:5px;
	background:#FFF;
}



/*ヘッダ*/
#auc_header {
	border-bottom:2px solid #eee;
}
#auc_header form{
	padding:0 auto;
	margin:0 auto;
}
#auc_header div.pagetitle{
	padding: 3px 0px;
	border-bottom:1px solid #ccc;
	font-size:small;/*FontSize*/
}
#auc_header .sitelink {
	float:right;
}
#auc_header div.pagelogo{
	padding: 5px 0px;
}

#auc_header div.pagetool{
	padding: 0 auto;
}
#auc_header table.tool{
	background:#ffe063;
	border-bottom:1px solid #ddd;
}
#auc_header .toollink {
	float:right;
	padding-top:3px;
	padding-right:10px;
	font-size:90%;/*FontSize*/
}
#auc_header table.subtool{
	height:32px;
	background:#eee;
	border:1px solid #ddd;
}
#auc_header table.subtool td{
	text-align:left;
}
#auc_header .sublink {
	float:right;
}
#auc_header div.subbox{
	padding:3px 6px;
	margin:1px 5px;
	border:1px solid #333;
	font-size:90%;/*FontSize*/
}
#auc_header .search_box{
	padding:1px 4px;
	font-size:90%;/*FontSize*/
}
#auc_header .search{
}
#auc_header .se {
	float:right;
	padding-top:3px;
	padding-right:10px;
	font-size:90%;/*FontSize*/
}
