/*----------------------------------------------------------------------
	共通部分
----------------------------------------------------------------------*/

* {
	margin : 0px;
	padding : 0px;
}

body {
	font-size:12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#333333;
	background : #9BB7C6 url("./template/cmsp/12/bg.gif") repeat-y;
}


#wrapper {
	background : #9BB7C6 url("./template/cmsp/12/bg_gradation.gif") repeat-x;
	position : relative;
	height:350px;
}


#subwrapper {
	display : block;
	width:860px;
	height : 350px;
	background : url(./template/cmsp/12/bg_top.gif) no-repeat;
}


#mainwrapper {
	position : absolute; 
	top:0px;
}




img {
	border: 0px;
}



/*----------------------------------------------------------------------
	共通リンク設定
----------------------------------------------------------------------*/

a:link {
	color: #9D2D11;
}

a:visited {
	color: #9D2D11;
}

a:active {
	color: #9D2D11;
}

a:hover {
	color: #9D2D11;
	text-decoration: none;
}



/*----------------------------------------------------------------------
	普通のタイトル（「//」が入っている）
----------------------------------------------------------------------*/

div.title {
	color : #1D4861;
	font-weight : bold;
	border-bottom : 1px dotted #006699;
	padding-bottom : 5px;
}

div.title img {
	width: 12px;
	height:12px;
}





/***********************************************************************
 *	左白部分
 ***********************************************************************/


#left {
	padding : 10px;
}


/*----------------------------------------------------------------------
	左白部分検索
----------------------------------------------------------------------*/

#search {
	margin-top : 15px;
}

#search form {
	margin-top : 15px;
}

#search input {
	margin-top : 5px;
} 



/*----------------------------------------------------------------------
	左白部分リンク
----------------------------------------------------------------------*/

#link {
	margin-top : 20px;
}


#link ul {
	margin-top : 10px;
	font-size:x-small;
	list-style-type: none;
}

#link li {
	margin-top : 10px;
	line-height : 160%;
}



/***********************************************************************
 *	中央水色部分
 ***********************************************************************/
 
#middle {width:100px;}

#middle a {
	color:#072130;
}

#middle a:hover {
	text-decoration: none;
	background-color: #fff;
}

/*----------------------------------------------------------------------
	中央水色部分タイトル
----------------------------------------------------------------------*/

div.title_middle {
	color : #1D4861;
	font-weight : bold;
	background-color: #fff;
	padding: 3px;
	margin-bottom:5px;
	text-align: center;
	font-size: x-small;
}



/*----------------------------------------------------------------------
	中央水色部分リンク
----------------------------------------------------------------------*/

#link_middle {
	margin-top : 20px;
}


#link_middle ul {
	padding: 0px 5px 15px 5px;
	line-height : 180%;
	font-size: x-small;
	list-style-type: none;
}

/***********************************************************************
 *	右白部分（メイン部分）
 ***********************************************************************/

#main {width:501px;}

/*----------------------------------------------------------------------
	サイトタイトル
----------------------------------------------------------------------*/

#logo {
	margin : 15px 15px 0px 15px;
}


#logo a {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight : bold;
	text-decoration : none;
	color: #1D4861;
}

.description {
	font-size:x-small;
}


/*----------------------------------------------------------------------
	| SHOP | ADMIN |
----------------------------------------------------------------------*/

#home {
	margin : 5px 15px 0px 15px;
	font-size : x-small;
	letter-spacing : 0.1em;
}


/*----------------------------------------------------------------------
	カレンダー
----------------------------------------------------------------------*/

.calendar {
	background: url(./template/cmsp/12/bg_title.gif) no-repeat;
	display: block;
	height: 45px;
	color: #1D4861;
	font-size:x-small;
	padding: 10px;
	margin-top: 15px;
}

div.calendar a {
	font-weight: bold;
	text-decoration: none;
}

div.calendar a:hover {
	color: #1D4861;
	background-color : #fff;
	font-weight: bold;
	text-decoration: none;
}



/*----------------------------------------------------------------------
	エントリーナビ
----------------------------------------------------------------------*/

.pankuzu {
	padding: 0px 20px;
	font-size: x-small;
}

.pankuzu a {
	text-decoration :none;
}



/*----------------------------------------------------------------------
	記事
----------------------------------------------------------------------*/
.entry {
	margin-top:20px;
	border-bottom: 1px dotted #ccc;
	line-height:180%;
}

.entry_body {
	margin:10px 20px 20px 20px;
}

.entry_date {
	font-size:x-small;
	color:#9D2D11;
	margin-bottom:10px;
}

.entry_state {
	font-size:x-small;
	margin-top:10px ;
}

blockquote {
	font-size: 10px;
	padding-left:10px;
	margin:10px;
	border-left: 3px solid #CCC;
	color:#666;
	}

.pict { }


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 20px;
	line-height:180%;
	}


#trackback .tb {
	margin:10px 0;
	}

#trackback .tb_state {
	font-size: 10px;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px #ccc dotted;
	}

#trackback .tb_title {
	font-weight:bolder;
	}


.pagetop { text-align:right;font-size:x-small;}




/*----------------------------------------------------------------------
	ページリンク
----------------------------------------------------------------------*/

#menu {
	font-size : x-small;
	line-height: 180%;
	text-align : center;
	margin-top : 20px;
	padding : 20px 0px;
	border-top : 1px #779CB2 dotted;
	background-color : #ededed;
}



/*----------------------------------------------------------------------
	コピーライト
----------------------------------------------------------------------*/

#copyright {
	font-size : x-small;
	text-align : center;
	padding : 20px 0px;
	border-top : 1px #779CB2 dotted;
}

