@charset "UTF-8";

body {   
    background:#FFF url() no-repeat left top;
    text-align:center;
} 

#page {
	background-color: #ffffff;
	width: 800px;
	text-align:left;
	margin :0 auto;
	background: url(../images/wr_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 120px;
	background: url(../images/hd.jpg) no-repeat center top;
	width: 800px;
	position:relative;
	}

#header .logo {
	float: left;
	padding:25px 0px 0px 25px;
}

#header h1 {
	padding:25px 0px 0px 25px;
}

#header h2 {
	padding:5px 0px 0px 40px;
}


/*ヘッダー下ナビゲーション*/

#topnavi {
	width: 775px;/* ボックスの幅を指定 */
	background-color:#ffffff;
	clear:both;
	margin:0 0 0 25px;
	background-image: url(../images/navi_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
         
}
#topnavi ul {
	list-style: none; /* リストのマーカーを表示させないように指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のマージンを0に指定 */
	height: 32px;
	overflow: hidden;/*はみ出した内容を隠すように指定*/
}
#topnavi li {
	float: left; /* ボックスを左寄せに指定 */
	width: 131px; /* ボックスの幅を指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のマージンを0に指定 */
}
#topnavi a {
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 100%; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	padding: 6px 0 6px 0; /* 上下方向のパディングを指定 */
	color: #f9f9f9; /* 文字色を指定 */
	font-weight:bold;
	background-color: #ba0101; /* 背景色を指定 */
	background-image: url(../images/navi_bg.jpg); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#topnavi a:hover {
	color: #666666; /* オンマウス時の背景色を指定 */
	font-weight:bold;
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/*メインとサイドを囲む枠*/

#container {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:25px;
	clear:both;
}

/*メインコンテンツ*/

#main {
	width: 535px;
	float:right;
	background-color: #ffffff;
}

/*見出しスタイル*/

#main h3 {
	color: #444444;
	background-color: #ba0101;
	margin: 0;
	padding-left: 15px;
	line-height:28px;
	background-image: url(../images/title_main.jpg);
	background-repeat: no-repeat;
}

#main h4 {
	color: #000000;
	background-color:#FFFFFF;
	padding:0 7px;
	border-left: 7px solid #ba0101;
         margin:10px 0 10px 15px;
         clear:both;
}


/* 段落 */	
#main p {
	margin:15px 10px 10px 17px;
}
#main p.bot {
	margin:15px 10px 15px 17px;
}

#main p.titles {
	margin:25px 10px 0 17px;
}


#main p.titles a {
        font-weight:bold;
}

p,li {   
    line-height:1.5;   
}
.fb {
    font-weight: bold;
}

/*パンくず*/
.bread {
	font-size: 12px;
	margin: 10px 0 10px 15px;
	padding: 0;
}

/* 画像のレイアウト */
.imgleft {
float: left;
margin-right: 10px;
vertical-align:top;
}
.imgright {
float: right;
margin-left: 3px;
vertical-align:top;
}
.imgborder {
border:1px solid #cccccc;
}

/* コンテンツ用 ulタグ */
#main ul.list {
	padding:0 0 0 10px;
	margin: 10px 0 0 0;
}
#main ul.list li {
	padding:0 0 0 23px;
	margin: 3px 0 0;
	list-style-type: none;
	background-position:0.3em 0.3em;
	background-image: url(../images/icon_red_0312.jpg);
	background-repeat: no-repeat;
}

/* olタグを使用した時の設定 */

#main ol {
margin:6px 0px 6px 20px; 
line-height:140%;
}

#main ol li {
list-style:decimal; 
margin:0px 0px 0px 24px;
list-style-position: outside;
}

/*サイドバー*/

#sidebar {
	width: 200px;
	float:left;
	background-color: #ffffff;
}


/*サイドバーナビバリエーション01*/

#sidebar .sideblock01 {
	margin:0 0 15px 0;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}

#sidebar .sideblock01 p {
	margin:0 8px 0 8px;
         padding-top:10px;
         font-size:12px;
}

#sidebar p {
	margin:0 8px 8px 8px;
         font-size:12px;
}

#sidebar h4 {
	background-image: url(../images/title_side.jpg);
         background-color: #ba0101;
	line-height:28px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
         margin: 0;
	padding-left:15px;
         text-align:left;
}


/*サイドバーナビゲーション*/
.sidemanu {
	margin : 0 0 10px 0;
	padding-top:10px;
}
.sidemanu ul {
         padding : 0; 
         margin : 0;
}
.sidemanu li {
         background : url(../images/icon_red_03.jpg) no-repeat 1.2em 0.3em; 
         margin : 0; 
         padding : 0 0 5px 30px; 
         list-style : none;
	font-size:12px;
}



/*フッター*/

#footer {
    clear:both;
	text-align:center;
	width:800px;
	height:50px;
	background:url(../images/footer_bg.jpg) no-repeat;
}

/*#footer p {
	font-size:75%;
	color: #999999;
}
*/
#footer p{
	text-align:center;
	margin: 0 10px 10px 0;
         font-size: 95%;
		 color: #999999;
}


#footer address {
	color: #ffffff;
	font-size: 95%;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	background-image: url(http://www.templa.biz/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}


#footer #copyright {
	padding:0;
	font-size: 95%;
	color: #ffffff;
}

#footer #copyright a {
	color: #ffffff;
	text-decoration:none;
}



/*table*/

.table1 { 
         font-size:12px;
    	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em; /* 文字間をフォントサイズの0.1em分に指定 */
	/**/
}
.table1 {
	width:99%;
	border-collapse: collapse;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

.cell50 {	
         width:50%;
	background: #FFF;
	color: #FFFFFF;        
	margin:0;
	padding: 10px 0 10px 10px;	
	vertical-align:middle;
	background:url(http://www.templa.biz/images/cell_bg.jpg) repeat-x;
	}

.cell501 {	
         width:50%;
	background: #FFF;
	color: #FFFFFF;        
	margin:0;
	padding: 10px 0 10px 0;	
	vertical-align:middle;
         background:url(http://www.templa.biz/images/cell_bg.jpg) repeat-x;
	}

.cell50 img {
         border:0;
}
.tablenavi ul{
	padding:0 0 10px 0px;
	margin: 5px 0 0 0px;
}
.tablenavi li {
	padding:0 0 0 17px;
	margin: 3px 0 0;
	list-style-type: none;
         background : url(http://www.templa.biz/images/icon_red_03.jpg) no-repeat 0.2em 0.3em; 
}
/* フッターと指定追加分---------------------------------------------*/
#footer_ad {
	clear: both;
	margin:0;
	padding:0;
	font-size: 12px;
	text-align: center;
	border-top: 1px dotted #EEEEEE;
}

#footer_ad p{
	margin:0;
	padding:5px 10px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	color:red;
}
.top {
	margin:15px 0;
	padding:3px;
	font-size:12px;
	text-align:right;
}
.bottom_box {
	margin:20px 10px 5px 10px;
	padding:0 10px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
}
#main .bottom_box p {
	margin:10px 0;
	font-size:12px;
}
#main .bottom_box h4 {
	margin:10px 0;
	padding:0 0 0 20px;
	font-size:12px;
	font-weight:bold;
	border:0;
	background:url(http://www.templa.biz/images/icon_red_0312.jpg) 0% 50% no-repeat;
         line-height:25px;
}
hr {
	margin: 1px 0px 10px;
	padding:0;
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 1px;
}

#main .adsense {
	margin:0 0 10px 17px;
}
#main .adsense p {
	margin:0;
	padding:0;
	color: #999999;
	font-size: 12px;
	text-align:left;
}

/* 指定追加分リンク---------------------------------------------*/
.noline a {
         color:#444444;
         text-decoration: none;
          }

.noline a:link {
         color:#444444;
         text-decoration: none;
          }
.noline a:hover {
         color:#444444;
         text-decoration: none;
          }
.noline a:visited {
	color:#444444;
         text-decoration: none;
	}

.noline a:active {
	color:#444444;
         text-decoration: none;
	}


/*サイトマップ---------------------------------------------*/
#main ul.home {
    list-style: none;
    margin-left:20px;
}
#main ul.home li {
    font-size:12px;
    line-height:18px;
}
#main ul.tree {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
#main ul.tree ul {
    margin: 0 0 0 1em!important;
    padding: 0!important;
}
#main ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url(http://www.templa.biz/images/tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
    font-size:12px;
}
#main ul.tree li.tree_end {
    background-image: url(http://www.templa.biz/images/tree_end.gif);
    list-style: none;
}

