@charset "UTF-8";

/*====================================================================
一番最初に
記述する
このcssの内容はこうですよ、とか
====================================================================*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

/*======================================
  レイアウトまわり
======================================*/

body {
	line-height: 1.4;
	color:#333;
	text-align: center;}

div#wrapper {
	text-align: left;}


div#header {
	}

div#headerInner {
	position: relative;
	width: 950px;
	margin: 0 auto 7px;
	border-bottom: solid 5px #01A0C7;}

div#body {
	width: 950px;
	margin: 0 auto 30px;}

div#content {
	display: inline;
	float: right;
	width: 710px;}

div#nav {
	display: inline;
	float: left;
	width: 210px;}

div#footer {
	background: #DDDDDD;}

div#copyright {
	background: #666666;}


/*======================================
  div#header
======================================*/

div#header h1 {
	padding-left: 2em;
	background: #DCDCDC;
	line-height: 1.5;}

div#header p.titleLogo {
	display: inline;
	float: left;
	margin: 10px 0 10px;}

div#header p.titleDes {
	display: inline;
	float: left;
	margin: 10px 0 10px;}

div#header p.headerInq {
	display: inline;
	float: right;
	margin: 10px 0 10px;}

/*======================================
  div#content
======================================*/

div#content h2 {
	margin-bottom: 32px;}

/* 基本的にcontent.cssに記載 */

/*======================================
  div#nav
======================================*/

div#nav {
	line-height: 1;}

div#nav dl dd a img {
	vertical-align: bottom;}

div#nav p {
	margin-bottom: 10px;}

div#nav dl,
div#nav ul {
	margin-bottom: 20px;}

div#nav ul li {
	margin-bottom: 5px;}

div#nav ul.navBnr {
	padding-left: 10px;}

/*======================================
  div#footBnr
======================================*/

div#footBnr {
	width: 810px;
	margin: 0 auto 20px;}

div#footBnr ul {
	margin-left: 10px;}

div#footBnr ul li {
	display: inline;
	float: left;
	margin-right: 10px;}


/*======================================
  div#footer
======================================*/

div#footer dl {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;}

div#footer dl dt,
div#footer dl dd {
	font-size: 108%l}

div#copyright address {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;}

/*======================================
  Clearfix
======================================*/

div#header,
ul#gnav,
div#body,
div#content,
div.section,
div.columnSection,
div#nav,
div#footBnr,
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/}

div#header:after,
ul#gnav:after,
div#body:after,
div#content:after,
div.section:after,
div.columnSection:after,
div#nav:after,
div#footBnr:after,
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;}

.clear {
	display: block;
	clear: both;}


/*======================================
  strong
======================================*/

#str {
	text-align: center;
}

#str strong {
	font-weight: normal;
	font-size: 11px;
}
