/*
Company:	Nautica X - ost.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;
margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img {
	border: 0px;
    max-width:100%;
    width /***/:auto; /* IE8‚Ì‚Ý */
    height:auto;
    vertical-align:bottom;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
    box-shadow: 0 0 5px #fff, 0 0 5px #c0c0c0, 0 0 1px #aaa;
	padding: 5px;
}


td{padding: 5px;}


a img{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
}


.font20{font-size:20px;}
.font12{font-size:12px;}
.tablep p{margin:0px !important;}
.red{color:#C00;}


/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#content-wrapper {	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 85px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 40px;
	padding: 1px 0;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
}
div#content-pan {
	margin-top: 5px;
	margin-bottom: 8px;
}

div#content-pan a{
	border-bottom:1px dotted #666;
}
div#content-pan a:hover{
	border-bottom:1px dotted #666;
}


div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	padding: 2px;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-full {
	clear: both;
	padding-top: 15px;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 0 0;
	height: 30px;
	line-height: 35px;
	font-size: 0.9em;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 12px;
	color: #978f7c;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 3px 0 3px 8px;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	color: #cac6ba;
}


ul#footer-nav {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: .7em;

	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 {
	margin: 0 0 0 0;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	color: #464031;
}
h2 {
	margin: 0 0 0 0;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #464031;
	border-bottom:3px double;
	border-left:8px solid;
	border-color:#E1DFCA;
	padding-bottom:6px;
	padding-left:6px;
}

h3{
	margin: 0 0 0 0;
	padding-top:10px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	text-indent:15px;
}

.dateline {
	font-size: 0.8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:15px;
}


#sidebar h4 a{
	display: block;
	color: #978f7c;
	text-decoration:none;
	border-bottom:1px dotted;
	background: url(../images/side-nav-bullet.gif) no-repeat 0px 50%;
	margin: 0;
	padding: 0px 0 0px 10px;

}

#sidebar h4 a:hover{
	color: #cac6ba;
	text-decoration:none;
	border-bottom:1px dotted;
}

h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	color: #333;
	line-height: 1.7em;
	font-size:14px;
}
div#content-inner p {
	margin: 2px 0 15px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #797069;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #0000cc;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}

div#content-pan a:link, div#content-pan a:visited {
	color: #717171;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
	font-size:0.8em;
}

div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */



.mtable{
	font-size:12px;
}



/*ƒLƒƒƒ“ƒy[ƒ“—p*/

.campaign dt{
	list-style:none;
}

.campaign dt{
	display:block;
	font-size:14px;
	font-weight:bold;
}

.campaign dd{
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	font-size:14px;
}




.leftcamp{
	width:200;
	margin-left:15px;
	margin-top:5px;
	padding:5px;
	color:#333333;
	font-size:13px;
	border-bottom:1px dotted;
	border-top:1px dotted;
	
}

.leftcamp p{
	margin-bottom:5px;
	margin-top:1px;
	line-height:1.5em;
}




.search{
	padding-left:15px;
	font-size:13px;
	width:180px;
	color:#333;
}


.ads{
	margin-bottom:15px;
}





/* --------- ƒe[ƒuƒ‹Ý’è ----------------- */

table.table1 {
    border: 1px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table1 th {
    padding: 5px;
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table.table1 td {
    padding: 5px;
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
	background:#FFF;
    text-align: left;
}




/* ƒe[ƒuƒ‹ƒ\[ƒ^[—pCSS */

#jquery-tablesorter-table th {
    font-size: 14px !important;
    color: gray !important;
    background: #f0e68c;
    cursor: n-resize;
}
#jquery-tablesorter-table th span {
    border: 1px solid gray;
    border-radius: 5px;
    color: gray;
    background: #d1d1d1;
    font-size: 8px !important;
    padding: 0 2px;
}
#jquery-tablesorter-table th, #jquery-tablesorter-table td {
    border: 1px solid #d1d1d1;
}

#jquery-tablesorter-table td{
    font-size: 14px !important;
	padding:5px;
}

@media screen and (max-width:620px){
	
	
	div#content-pan {
		margin-top:8px;}
	
div#inner-wrapper {
	}	
	
	div#inner-wrapper #nav {
		display:none;}
	div#inner-wrapper #logo {
		display:none;}
	
	
div#content-wrapper {
	width:96%;
	padding:0 2%;}	
	
	div#content-inner {
		margin-top:0px;}
	
div#sidebar {
	float:none;}
	

div#content {
	float:none;
	width:100%;}
	
	div.content-left {
		width:100%;
		text-align:center;
		margin-bottom:20px;
		margin-top:20px;
		padding:5px 0 0px;}
		
	div.content-left img {
		padding-top:0px;}	
	
	
	div.content-right {
		width:100%;
		margin-left:0;}
		
		
		table.columndown  {
			display:block;
			width:100%;
			padding:0 0%;
			border:1px solid #666666;
			background-color:#fff;}
			
			table.columndown tbody {
				display:block;
				width:100%;}
				
				table.columndown tr td {
					border-bottom:1px solid #666666;}
					
					table.columndown  .last-box {
						 border-bottom:0px;}	

table.columndown td,th {
	display:block;
	width:97%;
	}
	
	div#logo {
		width:100%;
		background-position:center top;
		padding-top:30px;
		height:190px;}


/* •‚ª620pxˆÈ“à‚ÌŽž */