/*****************************************
 * TITLE: ボートダイビングの事故防止対策 *
 * Stylesheet for Screen                 *
 * AUTHOR: Yoshiaki Ogawa                *
 * MODIF: 2007-Sep-20                    *
 *****************************************/

body 	{
	background:#ff9934 /*#2765AF*/ url('images/body_bg.jpg') repeat-x 0 0;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:verdana, "ＭＳ Ｐゴシック", "Trebuchet MS",  "ＭＳ　ゴシック", arial, "Times New Roman", serif;
	font-size:100%;
	}

p	{
	margin:0;
	padding:0 0 15px 0;
	}


#list ul {
	margin-top:0;
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	}

#list li {
	color: #ff0000; /* #36648b; */
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 25px;
	background: url(images/list.gif) no-repeat 0% 4px;
	}

.list {
	margin-top:0;
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	}

.list {
	color: #ff0000; /* #36648b; */
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 25px;
	background: url(images/list.gif) no-repeat 0% 4px;
	}

a	{
	color:#000000;
	text-decoration:underline;
	}

a:hover	{
	color:#225799;
	text-decoration:none;
	}


/*structural elements*/
#container	{
	margin:0px auto;
	text-align:center;
	width:710px;
	}

#holder {
	width:100%;
	padding:20px 20px 5px 20px;
	background:#ffffff;
	text-align:left;
	}
	
#logo {
	background:url('images/logo.gif') no-repeat 510px 0;
	border-bottom:1px solid #DADADA;
	padding:5px 30px 10px 0px;
	}
	
#navigation	{ 
	font-size:0.875em;
	margin:0;
	padding:10px 0;
	}

#header	{
	background:#DADADA url('images/header.jpg') no-repeat 10px 10px;
	padding:10px;
	height:185px;
	}

#content	{
	float:left;
	width:700px; /*490px;  */
	padding:20px 10px 0 0;
	line-height:160%;
	}

#content p	{
	padding: 10px 20px 0 35px;
	line-height:160%;
	}

#content h1	{
	font-size:160%;
	font-weight:normal;
	color:#1f4e86;
	line-height:130%;
	border-left: solid 30px #1f4e86;
	background-color: #c6c9d6;
	padding: 0.2em;
	margin:0 0 0.2em 0;
	}

#content h2 {
	margin:0 0 0.5em 1em;
	}

#content h3 {
	background-color:#e6e6e6;
	border-left:  solid 10px #1f4e86;
	margin: 25px 0 0.2em 0.8em;
	padding: 0.3em 0.5em 0.3em 1em;
	}

#content h4 {
	margin:0 0 0.5em 1em;
	}

.link {
	font-size:1.3em;
	margin: 0.5em ;
	}

.link a {
	font-weight:bold;
	color:#0000ff;
	}

.link a:hover {
	color: #ff0000;
	background-color: #ffff99;
	text-decoration:none;
	}

.con {
	letter-spacing: -0.255px;
	border : dotted 2px #ec9800;
	background-color: #ffffff; /* #fff7ba; */
	margin : 15px 10px 35px 30px;
	padding: 10px 10px 0px 10px;
	line-height:1.32em;
	}

.con2 {
	letter-spacing: -0.255px;
	border : solid 1px #eac47a;
	background-color: #ffffcc; /*#f4ffe2; */
	margin : 5px 5px 10px 20px;
	padding: 5px 15px 5px 15px;
	line-height:1.5em;
	}

.con3 {
	letter-spacing: -0.255px;
	border : solid 1px #666666;
	background-color: #bcddff;
	margin : 15px 20px 15px 20px;
	padding: 5px 15px 5px 15px;
	line-height:1.32em;
	}

.con4 {
	letter-spacing: -0.255px;
	border : solid 1px #cc0033;
	background-color: #fff;
	margin : 15px 20px 15px 20px;
	padding: 5px 15px 5px 15px;
	line-height:1.32em;
	}

.con5 {
	letter-spacing: -0.1px;
	border-style: solid;
	border-width: 2px;
	border-color: #e6e6e6 #006633 #006633 #e6e6e6;
	padding: 1em;
/*	border : solid 2px #008740; */
	background-color: #f4ffe2; 
	margin : 10px 20px 15px 20px;
	padding: 15px 15px 15px 15px;
	line-height:1.5em;
	}

.con5 p {
	font-size:1.1em;
	line-height:1.5em;	
	}


.img_center {
	text-align:center;
	}


#news	{
 	/*float:right; */
	align:center;
	width:250px;
	padding:20px 0;
	line-height:140%;
	text-align:justify;
	}
	
.newsItem	{
	text-align:center;
	padding:10px 0px 5px 0px;
	background:#FEFFD5;
	border:1px solid #FFEB70;
	font-size:85%;
	margin-bottom:20px;
	}

.newsItem2 {
	text-align:center;
	padding:10px 0px 0px 0px;
	border: 2px double #ec9800;
	font-size:72%;
	margin-bottom:20px;
	}

#footer	{
	clear:both;
	width:100%;
	font-size:80%;
	background:#DADADA;
	padding:20px;
	text-align:center;
	border-top:2px solid #2765AF;
	}

/*headings*/
.newsItem h1 {
	color:#225799;
	margin:0 0 10px 0;
	padding:0;
	font-size:140%;
	font-weight:normal;
	}

.newsItem2 h1 {
	color:#225799;
	margin:0 0 10px 0;
	padding:0;
	font-size:140%;
	font-weight:normal;
	}

#logo h1 {
	font-weight:normal;
	font-size:200%;
	margin:0;
	padding:0;
	color:#225799;
	}

.top {
	margin: 1em 0.5em 0.5em 0.5em;
	color:#ff0000;
	text-align:right;
	}

.top a {
	font-weight: normal;
	color: #5984bd;
	font-size:0.775em;
	}

.top a:hover {
	color: #ff0000;
	font-size:0.775em;
	}

/*navigation*/
#navigation ul {margin:0; padding:0; }
#navigation li {margin:0; padding:0; list-style:none; display:inline; }
#navigation a {color:#225799; padding:0 20px 0 0; text-decoration:underline; }
#navigation a:hover	{color:#ff0000; text-decoration: underline }

#footer ul {margin:0; padding:0; }
#footer li {margin:0; padding:0; list-style:none; display:inline; }
#footer a {color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }

/* End hide from IE-mac */

#copyright {
	color:#999999;
	border-top: 1px solid #2765af;
	font-size: 0.925em;
	line-height: 1.5em;
	margin: 1em 0 0 2em;
	padding-top: 0.5em;
	text-align: center;
	}
#copyright a {
	color : #5984bd;
	font-size: 0.85em;
	}
#copyright a:hover {
	color : #ff0000;
	font-size: 0.85em;
	}
