/* タイトル枠 */
div.page-title
{
	position: absolute;
	top: 10; left: 10; width: 790; height: 100;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid rgb(255,141,0);
	background:url('img/title.gif') no-repeat center center;
}
/* カウンター */
div.page-counter
{
	position: absolute;
	top: 65; left: 670; width: 50; height: 10;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid rgb(255,141,0);
}
/* メイン枠 */
div.page-main
{
	position: absolute;
	top: 113; left: 10; width: 470; height: 810;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid rgb(255,141,0);
}
/* BBS枠 */
div.page-bbs
{
	position: absolute;
	top: 113; left: 10; width: 470; height: 810;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid rgb(255,141,0);
}
/* ソフトメンテナンス枠 */
div.page-softmainte
{
	position: absolute;
	top: 250; left: 10; width: 470; height: 810;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid rgb(255,141,0);
}
/* ソフト枠 */
div.page-soft
{
	position: absolute;
	top: 113; left: 487; width: 200; height: 830;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid rgb(255,141,0);
}
/* Google Adsense縦枠 */
div.page-google
{
	position: absolute;
	top: 113; left: 680; width: 120; height: 600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
/* お問い合わせ枠 */
div.page-mail
{
	position: absolute;
	top: 723; left: 680; width: 120; height: 20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
/* なかのひと・i2i枠 */
div.page-nakanohito
{
	position: absolute;
	top: 873; left: 680; width: 50; height: 50;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
/* タイトル文字 */
h1.font-title
{
	font-size: 30.0pt;
	font-family: Comic Sans MS, Helvetica;
	color: rgb(255, 255, 255);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* メイン文字 */
h1.font-main
{
	border-bottom: 1px dashed #333;
	font-size: 12.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	letter-spacing: 1px;
	padding: 12px 12px 3px 12px;
	margin: 0 10px 5px 2px;
	text-align: left;
	color: #8a502a;
}
/* メイン文字(1文字目) */
h1.font-main:first-letter
{
	font-size: 15.0pt;
	background:#ff8a2f;
	color:#fff;
	padding:2px;
}
/* カウンタ文字 */
h1.font-counter
{
	font-size: 10.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	color: rgb(255, 255, 255);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* 通常文字 */
h1.font-default
{
	font-size: 9.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	color: rgb(0, 0, 0);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* 通常のリンク文字 */
a:link {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
}
a:visited {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
}
a:active {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
}
a:hover {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
}
/* ソフトのリンク文字 */
a.softlink:link {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#ffffff ; /*未訪問リンクのカラー*/
	font-size: 9.0pt;
}
a.softlink:visited {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#ffffff ; /*訪問済みリンクのカラー*/
	font-size: 9.0pt;
}
a.softlink:active {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#ffffff ; /*クリックしたときのカラー*/
	font-size: 9.0pt;
}
a.softlink:hover {
	text-decoration:none; /*下線を出す（下線を消したいときはtext-decoration:none）*/
	color:#ffffff ; /*マウスが乗ったときのカラー*/
	font-size: 9.0pt;
}
/* リンクのリンク文字 */
a.linklink:link {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#22aa22 ; /*未訪問リンクのカラー*/
	font-size: 9.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	font-weight: bold;
}
a.linklink:visited {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#22aa22 ; /*訪問済みリンクのカラー*/
	font-size: 9.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	font-weight: bold;
}
a.linklink:active {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#22aa22 ; /*クリックしたときのカラー*/
	font-size: 9.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	font-weight: bold;
}
a.linklink:hover {
	text-decoration:underline; /*下線を出す（下線を消したいときはtext-decoration:none）*/
	color:#22aa22 ; /*マウスが乗ったときのカラー*/
	font-size: 9.0pt;
	/**/font-family: 'ＭＳ ゴシック,Hiragino Kaku Gothic Pro';/* */
	font-weight: bold;
}
