@charset "UTF-8";
/* ========================================
　持田組　スタイルシート
　雑誌掲載
　Copyright(C)2008.mochidagumi.co.jp
=========================================*/
#null {
}

/* ○○○○○○○○○ここから『雑誌掲載のスタイル設定』○○○○○○○○○ */
/* -----------------------------------------
　タイトルロゴの調整　
-------------------------------------------*/
#logo {
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
/* -----------------------------------------
　サブタイトル　
-------------------------------------------*/
#mainContent h2{
	font-size: 100%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
/* -----------------------------------------
　文章　
-------------------------------------------*/
#mainContent p{
	font-size: 90%;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
/* -----------------------------------------
　画像位置　
-------------------------------------------*/
.ichi {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	height: 230px;
	width: 300px;
}
/* -----------------------------------------
　説明文　
-------------------------------------------*/
#mainContent p.setumei {
	font-size: 80%;
	line-height: 120%;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* ○○○○○○○○○ここまで『雑誌掲載のスタイル設定』○○○○○○○○○ */

/* ●●●●●●●●●ここから『ベース部分』●●●●●●●●● */

/* -----------------------------------------
　BODY　
-------------------------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
/* -----------------------------------------
　全体幅などの指定　
-------------------------------------------*/
#container {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: none;
	background-image: none;
} 
/* -----------------------------------------
　ヘッダー　
-------------------------------------------*/
#header {
	background-image: none;
	height: 41px;
	padding: 0;
	background-color: #FFFFFF;
	height: 41px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
#header img.logo {
	padding-right: 440px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header img.sitemap {
	display: none;
}
/* -----------------------------------------
　▲ページの先頭へ
-------------------------------------------*/
.sentou {
	display: none;
}
/* -----------------------------------------
　フッター
-------------------------------------------*/
#footer {
	padding: 0;
	clear: both;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footer p {
	margin: 0; 
	text-align: center;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p.faddress {
	margin: 0;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 120%;
	color: #000000;
	border: none;
}
/* ●●●●●●●●●ここまで『ベース部分』●●●●●●●●● */

/* ●●●●●●●●●ここから『２段組設定』●●●●●●●●● */
/* -----------------------------------------
　左側
-------------------------------------------*/
#sidebar1 {
	display: none;
}
/* -----------------------------------------
　右側　
-------------------------------------------*/
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
} 
/* ●●●●●●●●●ここまで『２段組設定』●●●●●●●●● */

/* ●●●●●●●●●ここから『ナビゲーション左側』●●●●●●●●● */
/* -----------------------------------------
　ナビゲーション　
-------------------------------------------*/
#navbar {
	display: none;
}
/* ●●●●●●●●●ここまで『ナビゲーション左側』●●●●●●●●● */

/* ●●●●●●●●●ここから『パンくずリスト』●●●●●●●●● */
/* -----------------------------------------
　パンくずリスト　
-------------------------------------------*/
#pan {
	display: none;
}
/* ●●●●●●●●●ここまで『パンくずリスト』●●●●●●●●● */

/* ●●●●●●●●●ここから『調整、IE５対策』●●●●●●●●● */
/* -----------------------------------------
　調整
-------------------------------------------*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* -----------------------------------------
　IE５対策
-------------------------------------------*/
#sidebar1 { 
	width: 200px; 
}
#sidebar1 { 
	padding-top: 0px; 
}
/* #mainContent { 
	zoom: 1; 
} */
/* ●●●●●●●●●ここまで『調整、IE５対策』●●●●●●●●● */