@charset "shift_jis";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<stylesheet url> a :CSSStylesheet;
 :title "stylesheet name stylesheet";
 :shortdesc "Stylesheet for site name pages of this site";
 :created "2009-04-17T17:29:23+09:00";
 :release [:revision "1.0.0"; :created "2009-04-17T19:45:48+09:00"];
 :author [:name "site name"; :homepage <site url> ];
 :license <creative commons license url> .
*/

/*
	Style Catcher Theme description
	name: 
	designer: 
	designer_url: 
	developer: 
	developer_url: 
	layouts: 
*/

/*
	Update: 
	Version: 
*/

/* == CONTENTS ================================================================

	1: Resetting Again* (Resets default browser styling) Do Not Edit!
	2: YUI CSS Fonts** (Typographical normalization and control) Do Not Edit!
	3: Template Default (Template Default CSS)
	4: CUSTOM STYLES

	*Resetting Again by Eric Meyer, meyerweb.com.
		http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/

	**Yahoo! UI Library: Fonts CSS Version: 2.7.0
		http://developer.yahoo.com/yui/fonts/

============================================================================ */

/* ------------------------------------------------------ 1: Resetting Again */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------- 2: YUI CSS Fonts (version: 2.7.0) */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* ----------------------------------------------------- 3: Template Default */

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: url('images/tile.jpg');
	/*font-family: "Arial";*/
	/*font-size: 11px;*/
	color: #3B495A;
	padding: 0;
	margin: 0;
}

a,
a:link {
	text-decoration: underline;
	color: #8C8C8C;
}

a:hover {
	text-decoration: none;
	color: #8C8C8C;
}

a:active {
	text-decoration: underline;
	color: #8C8C8C;
}

#container {
	width: 756px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#core_header {
	width: 756px;
	height: 285px;
	background: #FFFFFF url(images/header.jpg);
	margin: 0;
	padding: 0;
}

#header_text {
	position: relative;
	right: 15px;
	top: 15px;
	/*font-size: 14pt;*/
	color: #8C8C8C;
	font-family: "Lucida Handwriting","Tahoma";
	float: right;
}

img {
	margin: 5px;
}

#core_container2 {
	width: 756px;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#core_left {
	margin: 0;
	float: none;
	width: 756px;
	background-color: #FFF;
}

#core_right {
	margin: 0;
	float: right;
	width: 756px;
	min-height: 250px;
	color: #000;
	background: #FFF;
}

.content-box {
	height: auto !important;
	float: left;
	width: 720px;
	font-family: "arial";
	/*font-size: 10px;*/
	color: #000;
	margin-bottom: 10px;
	margin-left: 15px;
}

.tumb {
	float: left;
	margin-right: 5px;
	padding: 0;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	/*visibility: hidden;*/
}

#footer_line {
	border-bottom: 1px ridge #000;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 1px;
}

#footer_text {
	color: #BCBCBC;
	/*font-size: 10px;*/
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}

#footer2 {
	width: 742px;
	padding-top: 10px;
	padding-left: 14px;
	text-align: center;
	/*height: 50px;*/
	background: #FFF;
	clear: both;
}


h2 {
	font-family: "Verdana", Lucida Handwriting, sans-serif;
	/*font-size: 18px;*/
	height: 25px;
}

h3 {
	font-family: "Verdana", Lucida Handwriting, sans-serif;
	/*font-size: 12px;*/
	height: 15px;
	margin: 0;
	padding: 0;
	color: #8C8C8C;
	border-bottom: 1px ridge #000;
	margin-bottom: 8px;
}

h3:first-letter {
	/*font-size: 12px;*/
	font-family: Verdana;
	color: #000;
}

h4 {
	font-family: "Verdana", Lucida Handwriting, sans-serif;
	/*font-size: 12px;*/
}

#navcontainer li {
	padding: 0;
	margin: 0;
	color: #FFF;
	display: inline;
	position: relative;
	height: 25px;
	padding-left: 60px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	width: 756px;
	list-style-type: none;
	height: 25px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}

#navcontainer a,
#navcontainer a:visited {
	display: inline;
	color: #8C8C8C;
	text-decoration: none;
	font-family: Verdana;
	/*font-size: 11px;*/
	font-weight: bold;
	margin: 0;
	height: 25px;
}

#navcontainer a:hover {
	margin: 0;
	color: #8C8C8C;
	text-decoration: underline;
}

/* -------------------------------------------------------- 4: Custom Styles */

body {

}

#header_text {
	color: #ffffff;
	/* 96dpi 14pt Approximation 18.66px */
	font-size: 143.5%;
}

h1 {
	padding-bottom: 1em;
	padding-left: 1em;
}

/*.content-box {
	font-size: 77%;
}

#footer_text {
	font-size: 77%;
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 93%;
}

h3:first-letter {
	font-size: 93%;
}

h4 {
	font-size: 93%;
}

#navcontainer a,
#navcontainer a:visited {
	font-size: 85%;
}*/

#navcontainer li {
	padding-left: 45px;
}

.content-box h2 {
	font-family: "Verdana", Lucida Handwriting, sans-serif;
	height: 15px;
	margin: 0;
	padding: 0;
	color: #8C8C8C;
	border-bottom: 1px ridge #000;
	margin-bottom: 8px;
}

.content-box h2:first-letter {
	font-family: Verdana;
	color: #000;
}

.content-box p {
	margin-bottom: 1em;
}

#footer {
	margin: 0 auto;
	padding: 1em 0;
	visibility: visible;
	color: #ffffff;
	text-align: center;
	float: none;
	clear: both;
}

#footer_line {
	text-align: left;
}

#footer_text {
	margin-top: 1em;
	margin-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	float: none;
	clear: both;
}

#linkarea {
	margin: 1em 2em;
	padding: 1em 2em 0;*/
	border-top: 2px solid #000000;
}
