﻿@charset "utf-8";
@import url("http://tensyo.net/style/layout.css");
@import url("http://tensyo.net/style/color.css");
/*○○○○○○○○○○○○○○○○○*/
/*広報支援 基本スタイルシート
           http://publicity.jp/ 　  */
/*○○○○○○○○○○○○○○○○○*/


/*エントリ内に生成されるタグ　　　　*/
/************************************/


/*メインパーツ*/

.content h4{
	border-left: 10px solid #1A274D;
	border-bottom: 1px solid #1A274D;
	padding: 2px 2px 2px 10px;
	margin: 10px 0px 5px 0px;
	font-size: 105%;
	font-weight: bold;
	}

.content p {
	margin: 15px 0px 5px 0px;
	}

.content strong {
	font-size: 115%;
	font-weight: bold;
	}

.content img {
	float: left;
	margin: 0px 10px 5px 0px;
	}

.content ol{
	padding-left: 10px;
	list-style: decimal;
	margin: 0px;
	font-size: 95%;
	}

.content ul{
	padding-left: 10px;
 	list-style-type: disc;
	margin: 0px;
	font-size: 95%;
	}

.content li {
	padding-left: 0px;
	margin: 0px 0px 0px 20px;
	}

.content li p{
	margin: 0px;
	}

.clearfloat{
	height: 0px;
	clear: left;
	}

.clearboth{
	height:0px;
	clear:both;
	}

.content dt {
	float: left;
	width: 7em;
	border-top: 1px solid #006600;
	}

.content dd {
	margin-left: 7em;
	border-top: 1px solid #006600;
	}

.content table {
	width: 100%;
	position:relative;
	top:0px;
	margin:0px;
	padding: 0px;
	border-collapse: collapse;
	}

.content td {
	border: 1px solid #000033;
	}

td.right {
	text-align: right;
	padding-right: 5px;
	}


/*ライトボックス　　　　　　　　　　*/
/************************************/


#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

#overlay {
	background-image: url(http://ドメイン/style/overlay.png);
	}

#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

* html #overlay {
	background-color: #000;
	background-image: url(http://ドメイン/style/blank.gif);
	filter: Alpha(opacity=50);
	}