body {
	font-size:12px;
	line-height:170%;	
	background-color: #FFFFFF;
	color: #333300;
	margin:0px;
	padding:0px;	
	}

div,table,td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

a:link    { color: #000080; text-decoration:none;}
a:visited { color: #000080; text-decoration:none;}
a:active  { color: #000080; text-decoration:none;}
a:hover   { color: #4169E1; text-decoration:none;}


img {
	border:0px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	background: url(./template/cmsp/11/list.gif) no-repeat;
	background-position: 0px 7px;
	padding-left:10px;

	list-style-type: none;
	line-height: 120%;
	margin-bottom:7px;
	}



/* ************************************************ 
 *	ヘッダー（サイトタイトル・サイト説明）
 * ************************************************ */

#header {
	margin-top: 0px;
	margin-bottom: 15px;
	}

.title {
	width: 840px;
	height: 130px;
	background-color: #696969;	
	margin-bottom: 5px;
         background: url(images/top_small.gif) right bottom no-repeat;
         border-bottom:#999999 solid 1px;/*ボーダー*/
	}

.site_title {
	color: #333;
	font-size: 22px;
	padding-left: 20px;
	padding-top : 10px;
	}

.site_title a {color: #333;text-decoration: none;}
.site_title a:link {color: #333;text-decoration: none;}
.site_title a:visited {color: #333;text-decoration: none;}
.site_title a:active {color: #333;text-decoration: none;}
.site_title a:hover {color: #3399FF;text-decoration: none;}

.title_sub{
         color: #CCCCCC;
         font-family: "Comic Sans MS";
         font-size: 14px;
         font-weight: bold;
         }


.description {
	color: #333;
	font-size: 11px;
	line-height:120%;
	padding-left: 30px;
	padding-top : 7px;
	}


.header_link {
	width: 840px;
	height: 20px;
	background-color: #FFFFFF; 
	color: #FFF;
	font-size: 10px;
	padding-left: 0px ;
	padding-right:12px;
         padding-top: 2px;
	}


/*リンク表示指定*/
.header_link a{
display:block;/*テキストをブロック化*/
float:right;/*回り込み設定*/
width:120px;/*幅*/
height:20px;/*高さ*/
background-color:#FFFFFF;/*背景色*/
color:#333333;/*文字色*/
font-size:11px;/*文字サイズ*/
letter-spacing:3px;/*文字間隔*/
text-decoration:none;/*ライン指定*/
padding-top:3px;/*細かい位置指定*/
text-align:center;/*位置指定*/
border-bottom:#999999 solid 2px;/*ボーダー*/
border-right:#FFFFFF solid 2px;/*ボーダー*/
border-left:#FFFFFF solid 2px;/*ボーダー*/
}
/*リンクにマウスが乗ったとき指定*/
.header_link a:hover{
background-color:#FFFFFF;/*背景色*/
color:#333333;/*文字色*/
font-size:11px;
border-bottom:#333333 solid 2px;/*ボーダー*/
border-right:#FFFFFF solid 2px;/*ボーダー*/
border-left:#FFFFFF solid 2px;/*ボーダー*/
}
.clear{
clear:left;}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */


.linkmenu {
	width:200px;
	margin-bottom: 15px;
	}

.linktitle {
	color: #333333;
	padding-left:15px;
	height: 28px;
	border:#999999 solid 2px;/*ボーダー*/
	background-color: #D3D3D3;
	padding-left: 5px;
         }

.linktext {
	border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:2px #CCC solid;
         padding:12px;
	font-size:11px;
	}


.linktext2 {
         border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
         border-bottom:2px #CCC solid;
	padding:12px;
         color: #666666;
         }


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	width:210px;
	margin-bottom: 10px;
	}

.cal_title {
	color: #333333;
	padding-left:15px;
	height: 28px;
	border:#999999 solid 2px;/*ボーダー*/
	background-color: #D3D3D3;
	padding-left: 5px;
         }

.cal {
	background-color: #FFFFFF;
	color: #333333;
	text-align:center;
	border-bottom:1px #FFF solid;
	padding: 8px 0;
	}

.cal table {
	margin:0 auto;
	}

.cell {
	width: 18px;
	height: 10px;
	padding: 1px;
	}

.weekday {
	width: 18px;
	height: 8px;
         font-size: 9px;
         text-align: center;
	padding: 1px;
	}

.calendar_month {
	border-top:1px #999999 solid;
         font-size: 9px;
	}

.cal_bottom {
	height:1px;
	background-color: #666666;
	}

.cell a {color: #006666; background:#FFF;}
.cell a:link    {color: #006699;text-decoration: none; background:#FFF;}
.cell a:visited {color: #006699;text-decoration: none; background:#FFF;}
.cell a:active  {color: #006699;text-decoration: none; background:#FFF;}
.cell a:hover   {color: #4169E1;text-decoration: none; background:#FFF;}

/* ************************************************ 
 *	フッター（コピーライト）
 * ************************************************ */

#copy {
	width: 840px;
	height: 40px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	text-align:center;
	margin-bottom: 15px;
         border-top:#999999 solid 2px;/*ボーダー*/
         border-bottom:#999999 solid 2px;/*ボーダー*/
	}

#copy a {color: #FFFFFF;}
#copy a:link    {color: #4169E1;text-decoration: none;}
#copy a:visited {color: #4169E1;text-decoration: none;}
#copy a:active  {color: #4169E1;text-decoration: none;}
#copy a:hover   {color: #000080;text-decoration: none;}


/* ************************************************ 
 *	ページナビ
 * ************************************************ */

.pagenavi {
	width: 610px;
	height: 28px;
	background-color: #FFFFFF; 
	color: #333333;
	font-size:10px;
	margin-bottom: 10px;
         border:#999999 solid 2px;/*ボーダー*/
         }


.pagenavi a:link    { color: #000080; text-decoration:none;}
.pagenavi a:visited { color: #000080; text-decoration:none;}
.pagenavi a:active  { color: #000080; text-decoration:none;}
.pagenavi a:hover   { color: #4169E1; text-decoration:none;}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
　　　　width: 610px;
	height: 28px;
	background-color: #FFFFFF; 
	color: #333333;
	font-size:10px;
	margin-bottom: 10px;
         border-top: #999999 solid 2px;/*ボーダー*/
         border-bottom: #999999 solid 2px;/*ボーダー*/
 　　　　}

.entry_navi a {color: #00080;}
.entry_navi a:link { color: #000080; text-decoration:none;}
.entry_navi a:visited { color: #000080; text-decoration:none;}
.entry_navi a:active  { color: #000080; text-decoration:none;}
.entry_navi a:hover   { color: #4169E1; text-decoration:none;}

.entry {
	padding: 0px;
	margin-bottom:20px;
	}

.entry_title {
	width: 610px;
	height: 28px;
         color: #333333;
	padding-left: 20px;
	height: 28px;
	border:#999999 solid 2px;/*ボーダー*/
	background-color: #D3D3D3;
	padding-left: 5px;
         margin: 10px;
	}


.entry_date {
	font-size: 12px;
	margin: 0 15px;
	margin-top:5px;
	}

.entry_author {
	font-size: 12px;
	color: #999;
	margin: 0 15px;
	}

.entry_body {
	line-height:170%;
	margin: 30px;
	margin-top:5px;
         padding-left: 20px;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	margin: 0 15px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border: 1px solid #CC9966;
	margin: 10px 0;
	padding: 5px;
	}

.pict {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

.main_title2 {
	width: 610px;
	height: 28px;
	background-color: #FFFFFF; 	
         padding-left:15px;
	text-align:left;
	color: #333333;
         border-top:#999999 solid 2px;/*ボーダー*/
         border-bottom:#999999 solid 2px;/*ボーダー*/
	}

.comment {
	border: 1px solid #666666;
	margin-bottom: 10px;
	}

.comment_state {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 15px;
	}


.tb_main_title {
         color: #333333;
	padding-left: 20px;
	height: 28px;
	border:#999999 solid 2px;/*ボーダー*/
	background-color: #D3D3D3;
	padding-left: 5px;
         margin: 10px;
	}

.tb_url {
	font-size: 11px;
	padding: 5px 10px;
	}

.tb {
	margin: 10px 0px;
	border: 1px solid #666666;
	}

.tb_date {
	font-size: 10px;
	padding: 10px;
	}

.tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

.tb_body {
	line-height: 150%;
	padding: 10px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	}

.tb_state {
	padding: 5px 10px;
	}

/* ------------------------------------- 
 *	Google
 * ------------------------------------- */

.cm1{
     padding-left: 50px;
     padding-top: 10px;
     padding-bottom: 15px;
     }

.cm2{
     padding-left: 50px;
    }