/* ■■■全体の設定■■■ */
* {
	padding: 0;
	margin: 0; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
a{
	cursor:pointer;
	color: gray;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}
a:hover{
	color: #ff9900;
	text-decoration: underline;
}
/* ラッパー、全体を包む殻 */
#wrapper {
	width: 750px;
	margin: 0 auto;
}
/* ヘッダー、タイトルロゴを含めたヘッダー空間 */
#header {
	width: 750px;
	height: 50px;
	background-image: url("img/head.gif");
	background-repeat: no-repeat;
}
/* ヘッダーについてるメニューリンクの位置 */
.headmenu {
	float:right;
}



/* ■■■カテゴリメニューの設定■■■ */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#underlinemenu{
	margin: 0px 0px 2px 0px;
	padding: 0;
}
#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
}
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#underlinemenu ul li{
	display: inline;
}
#underlinemenu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background: white url(img/menudivide.gif) top right repeat-y;
}
#underlinemenu ul li a:hover{
	color: #ff9966;
	background-color: #F3F3F3;
	border-bottom: 4px solid #ff9900;
	padding-bottom: 0;
}



/* ■■■汎用ページの設定■■■ */
/* 汎用タイトル、howtoとか */
h3 {
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 10px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 15px;
	font-weight:bold;
	border-bottom:1px solid #999;
	width:400px;
	border-left:1px solid #ff9900;
}
/* 汎用タイトル其の2、howtoとか */
h4 {
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 10px 5px; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight:normal;
	border-bottom:1px solid #999;
	width:450px;
	border-left:1px solid #ff9900;
}
/* 汎用入れ物 aboutとかhowtoとか*/
#column {
	border: 1px solid #ccc;
	margin: 2px 0px;
	padding: 10px;
	width: 728px;
	float: left;
	line-height: 140%;
}
#column ul{
	padding: 2px 0px 10px 30px;
	list-style-type: decimal;
}
#column ul li{
	padding: 2px 0px 5px 0px;
}
#column a{
	cursor:pointer;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}
#column a:hover{
	color: #ff9900;
	text-decoration: underline;
}
#column2 {
	color: black;
	border: 1px solid #ccc;
	margin: 2px 0px;
	padding: 10px;
	width: 728px;
	float: left;
	line-height: 140%;
}


/* ■■■フォームカラムの設定■■■ */
/* フォームカラムの外枠 */
#centercolumn {
	border: 1px solid #ccc;
	margin: 2px 0px;
	padding: 10px;
	width: 728px;
	float: left;
}
/* テキストエリアの殻 */
#formcolumn {
	float: left;
}
/* メール送信ボタンとかアフィリエイトコードボタンの殻 */
#menucolumn {
	margin: 23px 0px 0px 5px;
	padding: 4px;
}
/* inputボタン */
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	font-size:1.1em;
	width: 200px;
	height: 25px;
	margin: 2px 1px;
	background:url(img/formbg.gif) repeat-x left top;
}
.formbutton-s{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	font-size:0.9em;
	width: 100px;
	height: 24px;
	margin: 2px 1px;
	background:url(img/formbg.gif) repeat-x left top;
}



/* ■■■サーチカラムの設定■■■ */
/* サーチカラムの外枠 */
#seachcolumn {
	border-bottom:1px solid #999;
	margin: 2px 0px;
	padding: 9px;
	float: left;
	width: 97.5%;
}
/* サーチカラムのタイトル */
h2 {
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 5px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 17px;
	font-weight:bold;
	border-bottom:1px solid #999;
	width:200px;
	border-left:1px solid #ff9900;
}
/*ニュース（ＲＳＳ）のメニュー */
#boxmenu{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
}
#boxmenu ul{
	margin: 0px 0px 4px 0px;
	float: left;
}
#boxmenu ul li{
	display: inline;
}
#boxmenu ul li a{
	padding: 2px 15px 0px 2px;
	float: left;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}
#boxmenu ul li a:hover{
	color: darkblue;
	text-decoration: underline;
}



/* ■■■セレクトカラムの設定■■■ */
/* セレクトカラムの外枠 */
#selectcolumn {
	margin: 2px 0px;
	padding: 4px;
	width: 97%;
	float: left;
}
#selectcolumn a{
	color: blue;
	font-weight: 400;
	font-size:15px;
	padding: 2px 10px 0px 2px;
	text-decoration: none;
}
#selectcolumn a:hover{
	color: darkblue;
	font-weight: 400;
	font-size:15px;
	padding: 2px 10px 0px 2px;
	border-bottom:1px solid darkblue;
	text-decoration: none;
}



/* ■■■フッターカラムの設定■■■ */
#footer {
	border-top: 1px solid #999;
	margin: 2px 0px;
	padding: 4px;
	float: left;
	width: 99%;
}

/* ■■■メールフォームの設定■■■ */
/* 外枠　*/
#mailform {
	margin: 15px 0px;
	padding: 4px;
	width: 97%;
	float: left;
}
.formbutton-b{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	font-size:1.1em;
	width: 200px;
	height: 25px;
	margin: 2px 1px;
	background:url(img/formbg.gif) repeat-x left top;
	float: left;
}


/* ■■■プレビューの設定■■■ */
#preview {
	margin: 15px 0px;
	padding: 5px 20px;
	width: 97%;
	float: left;
	font: normal 100%/140%;
	color: black;
}
#preview a{
	color: blue;
	font-weight: normal;
	font-size:100%;
}
#preview a:hover{
	color: blue;
	font-weight: normal;
	font-size:100%;
}
#preview blockquote{
	padding:5px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	width: 80%;
	margin: 10px 15px;
}
.formbutton-c{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	font-size:0.9em;
	width: 100px;
	height: 24px;
	margin: 25px 0px 10px 30px;
	background:url(img/formbg.gif) repeat-x left top;
	float: left;
}


/* ■■■楽天カラムの設定■■■ */
/* 楽天カラムの外枠 */
#rakutencolumn {
	margin: 2px 0px;
	padding: 4px;
	width: 97%;
	float: left;
}
#rakutencolumn a{
	color: blue;
	font-weight: 400;
	font-size:12px;
	text-decoration: none;
}
#rakutencolumn a:hover{
	color: darkblue;
	font-weight: 400;
	font-size:12px;
	text-decoration: underline;
}

/* ■■■WEB検索の設定■■■ */
#saerchcolumn {
	margin: 2px 0px;
	padding: 4px;
	width: 97%;
	float: left;
}
#saerchcolumn a{
	color: blue;
	font-weight: 400;
	font-size:14px;
	text-decoration: none;
}
#saerchcolumn a:hover{
	color: darkblue;
	font-weight: 400;
	font-size:14px;
	text-decoration: underline;
}

