@charset "UTF-8";

/*---------------------------
- Title: Core style
- Base: Flat
- Author: http://vicuna.jp/

- Theme name: 
- Modified by: YOUR NAME
- Last modify: 2009.0307
- Licence: MIT Licence
---------------------------*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

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

  Elements

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

body {
	color: #333;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Link
---------------*/

a:link {
	color: #555;
}

a:visited {
	color: #555;
}

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

a:focus,
textarea:focus,
input:focus {
	outline: 1px dotted #aaa;
}

/* Text
---------------*/

h1 {
	margin: 0;
	padding: 15px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size: 116%;
	font-weight: normal;
	background: #fff url(../elec/shisaku/style-flat/images/bg/m_grad03.gif) repeat-x 0 3px;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	margin: 1em 0;
	font-size: 116%;
	font-weight: normal;
}

h3 {
	margin-top: 2em;
	font-size: 100%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #eee;
	color: #444;
}

pre {
	padding: 10px 20px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 109%;
	font-weight: normal;
	color: #f33;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
/*	background-color: #f5f5f5;*/
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 4px 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input {
	vertical-align: middle;
}

input:hover,
textarea:hover {
	border-color: #999;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

input.submit:hover {
	background-color: #666;
}

input.checkbox {
	border: none;
	margin-right: 3px;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
	text-align: left;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
	text-align:left;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #222;
}

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

  div#header

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

div#header {
	margin: 10px 0 0;
	padding: 0;
}

/* Website Title
---------------*/

div#header table.siteName,
div#header table.siteName td {
	margin: 0;
	padding: 0;
	border: none;
}

div#header table.siteName img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

div#header p.language {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 20px;
	background: #fff url(../elec/shisaku/style-flat/images/bg/button.gif);
	position: absolute; 
	top: 45px; 
	left: 660px; 
}

div#header p.language a {
	display: block;
	overflow: hidden;
	width: 80px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

/* ul#globalNavi
---------------*/

ul#globalNavi {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #eee;
	line-height: 1;
	list-style-type: none;
	background-color: #fff;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/*
	width: 110px;
	*/
	text-align: center;
}

ul#globalNavi li a {
	border-right: 1px solid #eee;
	padding: 8px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

ul#globalNavi li a:hover,
ul#globalNavi li.current a {
	color: #fff;
	background-color: #333;
}

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

  div#content

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

div#content {
	margin: 0;
	padding: 5px 0;
}

p.topicPath {
	margin: 5px 20px 10px;
	padding-top: 5px;
	line-height: 1.2;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #eee;
	color: #666;
	background-color: #f5f5f5;
}

/*=========================
 > div#main
=========================*/

/* > div.entry
---------------*/

div.entry {
	margin: 1em auto;
	padding: 1px 0;
	text-align:left;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

/* body.archives */

body.archives div.entry {
	margin-top: 0;
}

/* Entry Title
---------------*/

div.entry h2 {
	margin-bottom: 0;
	padding: 0.3em 0;
	border-bottom: 4px solid #eee;
}

div.entry h2 a {
	text-decoration: none;
}

div.entry h2 a:link {
	color: #000;
}

div.entry h2 a:visited {
	color: #333;
}

div.entry h2 a:hover {
	color: #333;
	text-decoration: underline;
}

/* dl.navigation
-------------------------*/

div.entry dl.navigation {
	margin: 1em 15px 30px 0;
	float: left;
}

div.entry dl.navigation dt {
	margin: 0;
	padding: 0.3em 7px 0;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #eee;
}

div.entry dl.navigation dd {
	margin: 0;
	padding: 0.2em 7px;
	border-left: 5px solid #ccc;
}

div.entry dl.navigation dd ul {
	margin: 0.2em 10px;
	list-style: none;
}

/* ul.info
---------------*/

div.entry ul.info {
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	list-style-type: none;
}

div.entry ul.info li {
	margin: 0.3em 10px 0.3em 0;
	padding-right: 10px;
	border-right: 1px solid #eee;
	color: #444;
	float: left;
	font-size: 85%;
}

div.entry ul.info li a {
	text-decoration: none;
}

/*body.individual ul.info */

body.individual div.entry ul.info,
body.archives div.entry ul.info {
	margin: 0 0 1.5em;
	padding: 0.3em 0;
	position: relative;
	top: -1px;
}

body.individual div.entry ul.info li,
body.archives div.entry ul.info li{
	padding: 0 0 0 10px;
	border-right: none;
	border-left: 1px solid #ccc;
}

/* Text Style
---------------*/

div.textBody {
	line-height: 1.7;
}

div.textBody h2 {
	margin-top: 2em;
}

div.textBody h3 {
	margin-top: 2em;
}

div.textBody dl {
	padding: 0.5em 20px;
	border: 1px solid #eee;
}

div.textBody dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #000;
}

div.textBody dd {
	color: #666;
	margin: 0.5em 0;
}

div.textBody table {
	width: 100%;
	margin-top: 0;
}

div.textBody table caption {
	padding-top: 1em;
	padding-bottom: 0;
}

div.textBody table th {
	white-space: nowrap;
}

div.textBody table td {
	vertical-align: top;
	margin: 0.3em 0 0.3em 20px;
}

div.textBody table td ul {
	margin: 0.3em 0 0.3em 20px;
}

.inside_01 {
	list-style: inside;
}

/* p.continue
---------------*/

div.textBody p.continue a {
	padding: 3px 10px;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

div.textBody p.continue a:hover {
	color: #000;
	background-color: #ddd;
}


/* ul.reaction
---------------*/

div.entry ul.reaction {
	margin: 1em 0;
	border-top: 1px solid #eee;
	list-style-type: none;
}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	padding: 5px 10px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

/* page navi
---------------*/

p.archives {
	margin: 1em 0;
}

p.return {
	margin: 0 0;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}


/* Select Menu */

ul#flip1 {
	margin: 0 0 0 20px;
	list-style-type: none;
	position: relative;
	top: 1px;
}

ul#flip1 li {
	float: left;
	width: 160px;
	font-size: 92%;
	text-align: center;
	line-height: 1.2;
}

ul#flip1 li.menu a {
	margin-right: 4px;
	padding: 4px 0 3px;
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #efefef;
}

ul#flip1 li.current a {
	margin-right: 4px;
	padding: 4px 0 3px;
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: #afafaf;
	background-color: #fff;
}

ul#flip1 li a:hover {
	color: #fff;
	background-color: #ccc;
}

ul#flip1 li.current a:hover {
	color: #afafaf;
	background-color: #fff;
}

ul#flip2 {
	margin: 1em 0;
	padding: 0.8em 15px;
	border: 1px solid #eee;
	list-style-position: inside;
}

/*=========================
  div#MailForm, 
=========================*/

div#MailForm {
	margin: 2em 30px;
	_height: 1px; /* for IE6 */
}

div#MailForm h2 {
	margin-bottom: 0;
	padding: 0.3em 0;
	border-bottom: 4px solid #eee;
}

/* Mail form
---------------*/

form.post p {
	margin: 1em 0;
	line-height: 1.5;
}

form.post legend {
	display: none;
}

form.post textarea {
	width: 80%;
	max-width: 85%;
}

form.post table {
	margin: 0.5em 0;
	width: 100%;
}

form.post table caption {
	padding-top: 1em;
	padding-bottom: 0;
}

form.post table th {
	text-align: left;
	width: 35%;
}

form.post table td {
	width: 65%;
}

form.post dl {
	margin: 0 15px 0 0;
	float: left;
}

form.post dl dt {
	margin: 0;
}

form.post dl dd {
	margin: 0;
}

form.post div.action {
	margin: 0.5em 20px 1em;
}

form.post div.action input {
	margin: 0 5px 0 0;
}

/*=========================
  div#utilities
=========================*/

div#utilities dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#utilities dl dt {
	margin: 5px 0;
	padding: 4px 0;
	border-bottom: 3px solid #eee;
	font-weight: bold;
	color: #000;
}

div#utilities dl dd {
	margin: 0 0;
	padding: 1px 0;
}

div#utilities dl dd ul {
	margin: 5px 0 5px 20px;
}

div#utilities dl dd ul li {
	margin: 0.5em 0;
}

div#utilities dl dd ul li a {
	text-decoration: none;
}

/* Feeds
---------------*/

div#utilities dl dd ul.feed {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

div#utilities dl dd ul.feed li {
	margin-left: 0;
}

div#utilities dl dd ul.feed li a {
	padding-left: 20px;
	background: url(../elec/shisaku/style-flat/images/icon/icon_feed.gif) no-repeat;
}

/* div#utilities dl dd >  
---------------*/

div#utilities p {
	margin: 0.3em 0;
}

div#utilities dl dd ul ul {
	margin-left: 15px;
}

div#utilities dl dd dl {
	margin: 0.3em 0;
	padding: 0 10px;
	border: 1px solid #eee;
}

div#utilities dl dd dl dt {
	font-weight: normal;
}

div#utilities dl dd form {
	margin: 0;
	padding: 1px 5px;
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input.inputField {
	width: 45%;
}

div#utilities dl dd form input.submit {
	padding: 0.2em 2px;
	font-size: 10px;
}

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

  div#footer

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

div#footer {
	margin: 0 0 1em;
	padding: 0;
}

div#footer table.siteNavi,
div#footer table.siteNavi td {
	margin: 0;
	padding: 0;
	border: none;
}

div#footer table.siteNavi img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
}

div#footer ul {
	margin: 0.7em 0;
	text-align: right;
	color: #ddd;
	font-size: 85%;
}

div#footer ul li {
	margin-left: 5px;
	display: inline;
}

div#footer address {
	text-align: right;
	font-style: normal;
	color: #555;
}

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

  Class

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

/* Headline
---------------*/

dl.headline {
	margin: 0.5em 0;
}

dl.headline dt span.date {
	font-size: 85%;
}

dl.headline dd {
	margin: 0.5em 0 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 3px solid #eee;
}

dl.headline dd ul {
	margin: 0;
	list-style-type: none;
}

dl.headline dd ul li {
	margin: 0.3em 5px 0.3em 0;
	display: inline;
	font-size: 92%;
}

dl.headline dd ul li.textBody {
	display: block;
	font-size: 100%;
}

/* ul.thumb
---------------*/

ul.thumb,
div#utilities ul.thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	font-size: 0;
}

ul.thumb li a img {
	border: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumb li a:hover img {
	border-bottom: 1px solid #000;
}


/* Clearfix
---------------*/

ul#globalNavi,
div#content,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after,
div#content:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

/* IE6 - なにがあってもカラム落ちを防ぐ
---------------*/

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	_overflow: hidden;
}
