* {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}
.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

dl {
	margin-bottom:10px;
}

img {
	padding: 0px;
	display: block;
	background: #FFF;
	border: 0px;
	}

.small {font-size:10px;}
.center {text-align:center;}
.right {text-align:right;}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #CC3300; text-decoration: underline;}
a:visited {color: #CC3300; text-decoration: underline;}
a:active  {color: #CC3300; text-decoration: underline;}
a:hover   {color: #FF6633; text-decoration: none;}

#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {

	}


#body {
width:943px;

}

#body .margin {margin:10px 0px 0px 10px;}

#side {
	width:170px;
	float:right;
}

#main {
	width:673px;
	
	padding:0px 0px 0px 30px;
}



/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
 /* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

#header_menu {
	height:20px;
	background:#FF6600 url(./template/cmsp/17/header_menu.gif) repeat-x;
	text-align:right;
}

#header #search {
	width:220px;
	float:right;
	background:#FFD5AC url(./template/cmsp/17/search.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
}

#header #search .title {
	height:20px;
	background:url(./template/cmsp/17/search_title.gif) no-repeat;
	background-position:left top;
}

#header #title {
	margin-right:230px;
}


/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font:22px/170%;
	margin-top:20px;
	margin-bottom:5px;
}


/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	margin-right:5px;
}

#header_menu ul li img {
	height:12px;
}

 /* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search input {
margin-left:8px;
}

#search input.button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
 
/* ------------------------------------- 
 *	リンクリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
margin-bottom:5px;
}

dl#list dd {
margin-bottom:15px;
}

dl#list dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/17/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}
div.border {
	border-top:2px #8F826C dotted;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 12px;
	margin-bottom:20px;
	color: #000;
	}
	
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color:#0033FF;
         	font-weight: bold;
	padding-right: 3px; 
	/*background:#0033FF;*/
	/*border:2px solid #FFF;*/
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #555;
         padding-right: 12px;  
	}

.calendar .cell a:link {
          font-weight: bolder;
          color:#FF6600;
             }
.calendar .cell a:visited {
          font-weight: bolder;
          color:#FF6600;
             }

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	/*margin-bottom:20px;*/
        /* border-bottom:1px solid #3366FF;*/
}


.entry .title {

	padding:10px 0px 0px 10px;
	}

.entry .area {

}

/*.entry .area .body {padding:12px;}*/
.entry_profile .area .body_profile {
         padding:12px;
}

.entry .bottom {
	height:14px;
          }

.entry img{
	margin-right: auto;
	margin-left: auto;
         padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;

	}
.entry object{
        margin-right: auto;
	margin-left: auto;
}
.entry_profile img{
margin-right: auto;
	margin-left: auto;
         padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;

}

/* 記事のタイトル */
h2 {


	color:#000066;
	font-size:14px;
	padding-left:0px;
}

/* 記事の日付 */
.entry .area .date {
	color:#CCCCCC;
	text-align:right;
	padding:3px;
         border-bottom:1px dashed #CCCCCC
	}

/*「続きを読む」の部分 */
.entry_more {padding:5px;}


/* ------------------------------------- 
 *	エントリーナビ(前のページ：次のページ//トップページ用)
 * ------------------------------------- */

.top_navi {
width:width:673px;
float:right;
color:#CCCCCC;
padding-left:5px;
}

.top_navi .prev {
	
}
.top_navi .next { 
}
.top_navi .main {
		

}


/* ------------------------------------- 
 *	エントリーナビ(前のタイトル：main：次のタイトル//記事単位)
 * ------------------------------------- */

.entry_navi {
width:width:673px;
float:right;
color:#CCCCCC;
padding-left:5px;
}

.entry_navi .prev {

}
.entry_navi .next {

}
.entry_navi .main {

}

/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#8F826C;
	font-size:14px;
	background:url(./template/cmsp/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px #8F826C dotted;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*コメント入力フォーム*/
div.comment_form_area {
	margin:10px 0px 0px 100px;
}

/*コメント・トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:11px;
	color:#8F826C;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #8F826C;
	font-weight:bolder;
	padding:5px 0;
}

div.tb div.tb_area p.border {
	border-bottom:1px dotted #8F826C;
	padding:5px 0;
}
/****************************************************/
/* HTML tag styles                                  */
/****************************************************/


/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}


}
/************************************/
/*        tag styles                */
/************************************/

h3 {
	margin:0px;
	padding-top:10px;
	padding-right:20px;
	color:#666666;
	font-size: 12px;
	
}
h4 {
    font-size: 12px;
    color:#000033;
}

img {
	
}

p {
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #999999;	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/***********************************/
/* header
/***********************************/

#header {
	padding:20px 0px 30px 30px;
        width: 100%;
	background-image: url(../pics/header_g1.jpg);
	background-repeat:repeat-x;
        
}

#header_c {

	width: 940px;
	clear: left;
	height: 100px;

}
.question {
	
	
	
	
}
/***********************************/
/* menu
/***********************************/


/*
#menu_c ul, #menu_c li {
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu_c li {
	/*float:left;
	text-align: center;
	margin-right:30px;
}

.home {

}
*/

#menu_c ul li .home a:hover {
	background-image: url(../images/home_h.jpg);	
}
#whereami {
	/*background-color: #CCCCCC;
        border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}
	
#menu_c {
	margin-left: 20px;
	width:750px;
	margin-top:80px;

}
#menu_c ul {
    margin:0px;
	padding:0px;
	list-style:none;

}
#menu_c ul li {
    padding:0px;
	float:left;
	
}
.top_logo {
	float:right;
	/*position:absolute;
	left: 785px;
	top: 50px;*/
}

/***********************************/
/* main
/***********************************/

#container {
	margin:5px 0px 0px 0px;
	width: 940px;
	
	
}

/***********************************/
/* news
/***********************************/
#news {
	width:250px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../pics/news.jpg);
    background-repeat:no-repeat;	 
	position:absolute;
	left: 4px;
	top: 125px;

}
#news_word p {
	padding-right:20px;

}
.news_frame {
	margin-top: 30px;
	margin-left:20px;
	height: 150px;
	width:180px;


}
/***********************************/
/* flash
/***********************************/
#flash {
     margin-top: 0px;
     width:940px;
	 background-color:#FF0000;
	 
	 
}
/***********************************/
/* footer
/***********************************/
#footer {
	width:100%;
	/*margin-top: 5px;*/
	clear: both;
	padding-top: 0px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	
	
}

#footer_c ul, #footer_c li {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer_c {
	width:940px;
	margin-left: 5px;
	/*margin-top:5px;*/
	text-align:right;
	
	
}
#footer_menu_c li {
    padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
    text-align:right;
	float:right;
	font-size: 14px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
#footer_c p {
    padding-right:0px;
}

/***********************************/
/***********************************/
/***********************************/
.more {
	text-align:right;
}
.float_right {
     float:right;
	 margin:5px;
}
.float_left {
     float:left;
	 margin:5px;
}

#clear_float {
    clear:both;
}
.center {
	text-align: center;   
	
}
.strong {
	margin:0px 5px 5px 20px;
	font-weight: bold;
	color: #999999;
	line-height: 130%;	
}
a .border_none {
	border: none;    
}
.indent_10 {
    margin-left:10px;
}
.indent_20 {
    margin-left:20px;
}
