@charset "utf-8";
	
/*
*	※Licence: CC3.0 
*	http://creativecommons.org/licenses/by/3.0/deed.ja
*
*	Title: Bazooka - Elements
*	URI: http://vicuna.jp/
*	Last Modified: 2008-02-02
*	Author: wu
*	Description:
*	Reset and Base Styles
*	
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Settings
*	1-3.Universal selector
*	1-4.Structure Module
*	1-5.Text Module
*	1-6.Hypertext Module
*	1-7.List Module
*	1-8.Edit Module
*	1-9.Forms Module
*	1-10.Tables Module
*	1-11.Image Module
*	1-12.Object Module
*
*/

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.4.0
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* Don't Edit */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*======================================

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================

	1-3.Universal selector
	
=======================================*/

* {
	line-height: 1.5;
	font-style: normal;
}

/*======================================

	1-4.Structure Module
	
=======================================*/

body {
	padding-bottom: 1em;
	color: #666; /* Text Color */
	background-color: #455e7f;
	background-image: url(images/interface/bg_body.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
address,
cite {
	margin: 0.8em 20px;
}


h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 20px 0.5em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	margin: 0;
	padding: 0.5em 40px 0.6em 30px;
	border-bottom: 2px solid #333;
	color: #fff;
	background-color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 152%;
	font-weight: normal;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}

h2 {
	border-bottom: 3px solid #eee;
	font-size: 114%;
	color: #000;
}

h3 {
	padding: 0.3em 10px;
	color: #666;
	font-size: 114%;
	background-color: #f5f5f5;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.8;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #fff;
	background-color: #555;
	font-family: monospace;
}

pre * {
	color: #fff;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.3em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #333;
	font-size: 85%;
}

blockquote {
	margin: 2em 20px 2em 40px;
	padding: 0.6em 20px;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!important;
	border: none!important;
	color: #666;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #dc143c;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

/*======================================

	1-6.Hypertext Module
	
=======================================*/

a:link {
	color: #005585;
}

a:visited {
	color: #8f9da6;
}

a:hover {
	color: #00b8fd;
}

/*--------------------------------------
	1-6-1. div#utilities link
---------------------------------------*/

div#utilities a:link {

}

div#utilities a:visited {

}

div#utilities a:hover {

}

/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}

li,
dt,
dd {
	margin: 0.4em 10px;
}

dt {
	color: #000;
}

dd {
	margin-left: 20px;
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 80%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

/*======================================

	1-8.Edit Module
	
=======================================*/

del {
	color: #ccc;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-9.Forms Module
	
=======================================*/

form {
	margin: 1em 20px; 
	padding: 1px 0; 
	background-color: #fff;
	background-image: url(images/common/slash01.png);
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	color: #000;
	background-color: #fff;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
	font-size: 100%;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #fff;
	background-image: url(images/common/bg_input.gif);
	background-repeat: no-repeat;
}

input:hover,
textarea:hover {
	border: 1px solid #00b8fd;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
	width: 30em;
}

input.inputField {

}

input.submit {
	border-color: #fff;
	color: #fff;
	border: none;
	_padding: 0; /* for IE */
	background-color: #b83800;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	1-10.Tables Module
	
=======================================*/

/*======================================

	1-10.Tables Module
	
=======================================*/

table {
	margin: 1em 20px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 1px;
}

caption {

}

th {
	border-right: 1px solid #ccc;
	color: #fff;
	background-color: #333;
	font-weight: normal;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}


/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

object,
embed {
	margin: 1em 20px;
}


/* comment moji ookisa */
div#comments dl dd p {
font-size:100%;
}
