﻿*
{
	margin:0;
	padding:0;
	font-style:normal;
	line-height:150%;
	text-align:justify;
	word-break: break-all;
}

body
{
	background: #eee url(/img/base/bg/bg.png);
	color: black;
/*	font-size: 14px;*/
	text-align:center;
	height:1500px;
/*	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;*/
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro","sans-serif";
}

h1
{
	color:black;
	font-size:100%;
	margin-bottom:5px;
	border-top:10px solid deeppink;
	background: white;
	padding:10px;
}

#content h2
{
	clear:both;
	border:1px dotted deeppink;
	margin-bottom:10px;
	font-size:16px;
	padding:3px 0 3px 5px;
	background: #fee;
}

/*
	各セクション
*/
#content .sec
{
	clear: both;
	border:1px solid #333;
	background: white;
	padding:10px;
	margin-bottom: 5px;
}

#content .in
{
	margin:0 5px;
}

#content h2,
#content h2 a
{
	color:black;
}

#content h2 em
{
	display: block;
	font-style: normal;
	border-left:3px solid deeppink;
	padding-left:7px;
}

#content h2 em:first-letter
{
	font-size:20px;
	color:deeppink;
}


hr
{
	clear:both;
	visibility: hidden;
}

a img
{
	border:0;
}

p
{
	margin:10px 0;
}

button
{
	padding:10px;
}

h1 small
{
	font-size:12px;
	font-weight:normal;
}


a
{
	color:#0033CC;
	text-decoration: none;
}

a:hover
{
	color:hotpink;
}

a:visited
{
	
}

ul
{
	list-style:none;
	font-size:13px;
}


/**
	全体コンテナ
*/
#wrapper
{
	position:relative;
	width:1100px;
	margin:0 auto;
}

#wrapper_content
{
	width:100%;
	position:relative;
	float: left;
	top:10px;
}

#wrapper_content img,
#topcontroll img
{
	behavior: url(/img/fixpng/iepngfix.htc);
}

#content
{
	position: relative;
	float:left;
	width:790px;
}


/********************************************************************************************
	テーブル共通スタイル
********************************************************************************************/
table.basetable 
{
	border-collapse:collapse;
}

.basetable td,
.basetable th
{
	font-size:14px;
	padding:1px 5px;
	border-bottom:1px dotted #ccc;
	padding:3px 0;
}

.basetable td small
{
	display:block;
	color:orange;
	text-align:right;
}

.basetable tr.odd
{
	background: url(/img/base/bg/bg2.png);
}


/****************************************************
	共通ボタンスタイル
******************************************************/
.button a
{
	display:block;
	background:url(/img/base/btn_base.png) no-repeat left top;
	width:150px;
	height:30px;
	color:white;
	text-decoration: none;
}

.button a em
{
	display:block;
	padding: 6px;
	text-align: center;
}


/********************************************************
	警告文のような、目立たせたい段落
********************************************************/
p.term
{
	background-color: lemonchiffon;
	padding:10px;
	border:1px solid orange;
}


/* ------------------------------------------
	カテゴリ一覧
-------------------------------------------- */
.categories_base
{
	position: relative;
	border:2px solid black;
	background: white;
	margin-bottom:5px;
}

.categories_base ul
{
	margin:5px 10px;
}

.categories_base li
{
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 5px 5px 0;
	font-size:12px;
	font-weight: bold;
	border-right: 1px solid #eee;
	white-space: nowrap;
}

.categories_base li.act a
{
	font-weight: bold;
	color: black;
}


/* ------------------------------------------
	コンテンツ内 Google Adsense
-------------------------------------------- */
.inner_adsense
{
	clear:both;
	padding:10px 0;
}


