body {
	font-size:12px;
	line-height:140%;

	color: #695B48;
	background:#FFF;
	border-top: 5px solid #334CCC;
	border-bottom: 5px solid #334CCC;

	margin: 0px;
	padding: 0px;
	}

a:link    {color: #003366;text-decoration: underline;}
a:visited {color: #003366;text-decoration: underline;}
a:active  {color: #003366;text-decoration: underline;}
a:hover   {color: #003366;background: #EEE;text-decoration: none;}

body,div,td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}


form {
	margin: 0px;
	padding: 0px;
	}

div {
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}
	
h1 {
	margin: 0px;
	padding: 0px;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	}


ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style-type: none;
	}



/* ************************************************ 
 *	レイアウト
 * ************************************************ */

#header {
	margin: 0px auto 0px auto;
	width: 800px;
	}

#contents {
	margin: 0px auto;
	width: 800px;
	}

#side {
	background: #007947;
	color: #FFF;
	padding-bottom: 10px;
	}

#center {
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0px 5px;
	}

#footer {
	text-align: center;
	padding: 30px;
	}





/* ------------------------------------- 
 *	タイトルのサイズ、色
 * ------------------------------------- */

.site_title {
	color:#334CCC;
	font-size: 22px;
	font-weight: bold;
	padding-top:10px;
	}

.site_title a {color: #334CCC;}
.site_title a:link    {color: #334CCC;text-decoration: none;}
.site_title a:visited {color: #334CCC;text-decoration: none;}
.site_title a:active  {color: #334CCC;text-decoration: none;}
.site_title a:hover   {color: #334CCC;background: #EEE;text-decoration: none;}

.description {
	font-size: 10px;
	}


#header .menu {color:#666; font-weight:bolder; font-size:10px;}
#header .menu a {color: #444;}
#header .menu a:link    {color: #444;text-decoration: none;}
#header .menu a:visited {color: #444;text-decoration: none;}
#header .menu a:active  {color: #444;text-decoration: none;}
#header .menu a:hover   {color: #444;background: #EEE;text-decoration: none;}



/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

.linktitle {
	background: url(http://img06.shop-pro.jp/PA01020/585/etc/linktitle_top2.gif) no-repeat left top;
	padding:10px 5px;
	color:#FFF;
	font-size:10px;
	}


.linktext_l {
	margin: 10px 0px 20px 0px;
	font-size:10px;
	}

.linktext_l ul {
	margin: 0px 5px;
	padding:0px;
	}

.linktext_l li {
	list-style-type: none;
	background: url(./template/cmsp/7/list_white.gif) no-repeat 0px 4px;
	padding-left:10px;
	line-height:110%;
	margin-bottom:4px;
	}

.linktext_l li a:link    {color: #FFF;text-decoration: none;}
.linktext_l li a:visited {color: #FFF;text-decoration: none;}
.linktext_l li a:hover   {color: #000;text-decoration: none; background:none;}
.linktext_l li a:active  {color: #000;text-decoration: none; background:none;}


/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

input,textarea,select {
	font-size :12px;
	padding: 2px;
	}

.button {
	margin-top: 3px;
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.linktext_r {
	margin: 0px 0px 10px 0px;
	}

.linktext_r ul {
	line-height:160%;
	margin: 0px;
	padding:0px;
	}
	
.linktext_r li {
	list-style-type: none;
	background: url(./template/cmsp/7/list_white.gif) no-repeat 5px 8px;
	}

.linktext_r li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
	}

.linktext_r li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.linktext_r li a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF url(./template/cmsp/7/list_red.gif) no-repeat 5px 8px;
	display: block;
	width: 100%;
	}

.linktext_r li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(./template/cmsp/7/list_red.gif) no-repeat 5px 8px;
	display: block;
	width: 100%;
	}

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family: "Verdana";
	font-size: 10px;
	text-align:center;
	line-height: 140%;
	
	margin-bottom: 10px;
	padding: 0;
	}

.cell {
	padding: 2px;
	}

.cell a:link {color:#000; background:#FFF; text-decoration:none;}
.cell a:visited {color:#000; background:#FFF; text-decoration:none;}
.cell a:active {color:#000; background:none; text-decoration:none;}
.cell a:hover {color:#000; background:none; text-decoration:none;}


.calendar table {
	margin:0px auto;
	}


/* ------------------------------------- 
 *	RSSリンク
 * ------------------------------------- */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
	margin-bottom: 15px;
	}

.entry_navi a {color: #432A16;}
.entry_navi a:link    {color: #432A16;text-decoration: none;}
.entry_navi a:visited {color: #432A16;text-decoration: none;}
.entry_navi a:active  {color: #432A16;text-decoration: none;}
.entry_navi a:hover   {color: #7E5E44;text-decoration: none;}

.entry {
	background:url(http://img06.shop-pro.jp/PA01020/585/etc/entry_top2.gif) no-repeat left top;
	padding:25px 15px 40px 15px; 
	
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size:12px;
	line-height:170%;
	}

.entry_title {
	font-weight:bolder;
	}

.entry_date {
	font-size:10px;
	text-align:right;
	border-top:1px dotted #999; 
	}


.entry_body {
	margin: 10px 0;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border-left:2px #CCC dotted;

	margin: 10px 0;
	padding-left: 10px;
	}

.pict {
	border:1px #CCC dotted;
	display: block;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback {
	background:url(http://img06.shop-pro.jp/PA01020/585/etc/entry_top2.gif) no-repeat left top;
	padding:5px 15px 25px 15px; 
	}

#trackback table {
	margin-top:10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #647DFC;
	}


#trackback .tb_url {
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #CCC;
	}

.pagenavi {
	background:url(http://img06.shop-pro.jp/PA01020/585/etc/entry_top2.gif) no-repeat bottom;
	margin-top:50px;
	padding-bottom:10px;
	}

/* ------------------------------------- 
 *	オリジナルな書式
 * ------------------------------------- */


/* サイト説明文書式　*/
#inducement{
clear: both;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
border:1px solid;
margin: 20px 20px 20px 20px;
width: 800px;
}

#inducement h3{
margin-top: 10px; /* 枠の上に */
margin-bottom: 0px;
margin-left: 10px; /* 枠の左に */
padding: 14px 0px 10px 128px; 
background-image: url(http://img05.shop-pro.jp/PA01017/451/etc/bana126x40.gif); /* 背景画像 */
background-position: left middle;
background-repeat:no-repeat;
font-size: 100%;
}

#inducement p{
font-size: 80%;
padding: 10px 10px 10px 10px;
margin-top: -10px; /* 枠の上に */
}

/* サイト説明文書式　*/
#inducement2{
clear: both;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
border:1px solid;
margin: 20px 20px 20px 20px;
width: 800px;
}

#inducement2 h3{
margin-top: 10px; /* 枠の上に */
margin-bottom: 0px;
margin-left: 10px; /* 枠の左に */
padding: 14px 0px 10px 138px; 
background-image: url(http://img06.shop-pro.jp/PA01020/585/etc/migi126x40.gif); /* 背景画像 */
background-position: left middle;
background-repeat:no-repeat;
font-size: 100%;
}

#inducement2 p{
font-size: 80%;
margin-top: -10px; /* 枠の上に */
padding: 10px 10px 10px 10px;
}

/* ************************************************ 
 *	オリジナルスタイル
 * ************************************************ */

H1{
	font: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size : 14px;
	margin : 0px;
	color : gray;
	text-align: left;
	line-height: 1.2em;
}

.top_p{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}


.top_h2{
  font: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-weight: bold;
  color : #007947;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  font-size : 105%;
  line-height: 1.1em;
}

.h3_org{
  font: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-weight: bold;
  color : #007947;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  font-size : 100%;
  line-height: 1em;
}

strong{
font-style: normal;
font-weight: normal;
}

em{
font-style: normal;
}

hr{
width: 95%;
}


#redbox {
	border: 2px solid #cc0000;
	margin: 10px;
	padding: 10px;
}



/* ************************************************ 
 *	オリジナルCSS
 * ************************************************ */

#footer h3{
font-size: 80%;
font-weight: normal;
margin:10px;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
text-decoration: none;
color:<{$font_color}>;
}

#header_s h2{
margin: -120px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 0px 10px 230px;
text-align: left;
font-size: 14px;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header_s p{
margin: 120px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 6px 240px;
text-align: left;
font-size: 12px;
z-index: 5; /* サイトロゴの上に被って表示 */
}

#header_s a, #footer a:link, #footer a:visited{
color:<{$font_color}>;
text-decoration: none;
}


#header_s img{
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 60px; /* ヘッダの左上に表示する仕掛け */
left: 0px; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}


/* ------------------------------------- 
 *	ヘッダー下　グローバルメニューのオンマウス
 *	※WIN IEでは適用されません
 * ------------------------------------- */

#headmenu {
	position: relative;
	width: 800px;
	margin: 0px auto 10px auto;
	}

#headmenu_b {
	float: right;
	margin: 0px auto 0px auto;
}

#headmenu_b img {
	background: #999;
	}

#headmenu_b img:hover {
	background: #007947;
	}



/* ************************************************ 
 *	オリジナルレイアウト
 * ************************************************ */

my_body {
width : 100% ;
text-align: center;
}

#container{
//text-align: left;
width: 800px;
margin:0 auto;
}

#block{
clear: both;
}


#sidebar-left{ /* ３カラムの左サイドバー */
float:left;
width:150px;
}

#sidebar-right{
float:right;
width:150px;
}

#floatbox{
width:645px;
float:left;
}

.siteheight{
height: 1700px;
}


.right_p{
text-align: right;
margin-top : 10px;
margin-left : 10px;
margin-right : 10px;
margin-bottom : 10px;
}

#header_s {
	position: relative;
	margin: 0px auto 10px auto;
	width: 800px;
	height:200px;
	background:url(http://img06.shop-pro.jp/PA01020/585/etc/topseobg.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:0px;
	}


/* ************************************************ 
 *	右側メニュー(小文字)
 * ************************************************ */

.sidewaku {
	padding:10px 5px;
	font-size:10px;
	}


