@charset "utf-8";

/**
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 2.8.2r1
 *
 * 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: 1em; }

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

  Elements

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

body {
	margin: 0;
	padding: 0;
	background-color: #cedee7;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	color: #666;
}

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

a:link {
	color: #417698;
}

a:visited {
	color: #5b8098;
}

a:hover {
	color: #2091da;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #2091da;
}

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

h1 {
	margin: 0 30px 0 10px;
	background: #069 url(../img/cover_oblique_alpha.png) repeat 0 0;
	font-size: 167%;
}

h1 span {
	display: block;
	margin-left: 10px;
	padding: 10px 20px;
	background-color: #fff;
}

.box h2 {
	margin-top: 2em;
	padding: 5px 20px;
	border-left: solid 5px #ddd;
	border-right: solid 5px #ddd;
	background-color: #666;
	font-size: 100%;
	color: #fff;
	clear: both;
}

h3 {
	padding: 10px;
	border-left: solid 0.4em #333;
	border-bottom: solid 1px #eee;
	font-size: 100%;
	clear: both;
}

.box p {
	margin: 1em 0;
	font-size:13px;
	line-height:1.8;
	padding:0 0 0 5px;
}

.box p img{
	margin:5px 10px 5px 0;
}



blockquote {
	margin: 1em 0 1em 20px;
	padding: 8px 10px 5px 40px;
	border: 1px solid #eee;
	color: #95561b;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

blockquote  p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

pre {
	padding: 15px 20px;
	border-top: 1px solid #cfe4e8;
	border-left: 1px solid #cfe4e8;
	color: #086dac;
	background-color: #ebf1f2;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

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

strong {
	color: #FF3200;
}

/* 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;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

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

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

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

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

textarea {
	padding: 0.5em 10px;
}

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

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

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

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

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

caption {
	padding-bottom: 0.3em;
}

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

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

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

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

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

noscript p {
	background-color: #fefefe;
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
}

/* Skip
---------------*/

span#skip {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
}

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

  div#header

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

div#header {
	background: #fff url(../../images/bg.gif) repeat-x 0 0;
}

div#headerInner {
	padding: 1px 0;
	background: url(../../images/header_bg.gif) no-repeat 0 0;
}

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

div#header p#siteName {
	margin: 15px 0 0 30px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p#siteName a {
	text-decoration: none;
	color: #417698;
}

div#header p#siteName a:hover {
	color: #000;
}

div#header p#description {
	margin: 0;
	font-size: 92%;
}

/* ul#globalMenu
---------------*/

ul#globalMenu {
	margin: 20px 30px -1px 30px;
	line-height: 1;
	list-style-type: none;
}

ul#globalMenu li {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 25%;
	text-align: center;
}

ul#globalMenu li a {
	padding: 3px 20px;
	display: block;
	position: relative; /* for IE6 */
	border-right: solid 1px #eee;
}

ul#globalMenu li.last a {
	border-right: none;
}

ul#globalMenu li a:hover,
ul#globalMenu li.current a {
}

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

  div#content

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

div#content {
	background-color: #fff;
	padding-top: 20px;
}

div#contentInner {
	padding-bottom: 1px;
}

p#topicPath {
	margin: 0 30px 0 10px;
	padding: 5px 20px;
	border-left: solid 10px #333;
	line-height: 1.6;
	font-size: 82%;
}

p#topicPath a {
	margin-right: 8px;
	padding-right: 10px;
	background: url(../img/arrow_01_l.gif) no-repeat 100% 50%;
}

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

/* div.box
---------------*/

div.box {
	margin: 1em 30px 1em 10px;
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
	font-size: 108%;
}

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

div.box p {
	line-height: 1.8;
	font-size:13px;
	padding:0px 10px;
}

div.box p img{
	margin:5px 10px 5px 0;
}

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

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

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

div.box dd {
	margin: 0.5em 0;
}

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

p#return {
	margin: 0 10px;
	padding: 0.7em 0;
	clear: both;
}

/* ====================
  div#side
==================== */

div#side p {
	margin: 0.2em 10px;
}

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

div#side dl dt {
	margin: 0;
	padding: 0.4em 13px;
	color: #fff;
	background: #333;
}

div#side dl.others dt {
	background-color: #aaa;
}

div#side dl dd {
	margin: 0;
}

div#side dl dd ul {
	margin: 0;
}

div#side dl dd ul li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #dadada;
}

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

  div#footer

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

div#footer {
	background: url(../../images/footer_bg.gif) repeat-x 0 0;
}

div#footerInner {
	padding: 1px 0 1em;
}

div#footer p {
	margin: 20px 10px 5px 10px;
	text-align: right;
	font-size: 85%;
}

div#footer address {
	margin: 0 10px;
	text-align: right;
	font-style: normal;
	font-size: 85%;
}

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

  Class

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

/* Image align
---------- */

.ilft {
	margin-right: 10px;
	float: left;
}

.irgt {
	margin-left: 10px;
	float: right;
}

.icnr {
	text-align: center;
}

.icnr img {
	margin: 0 auto;
}

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

.tlft {
	text-align: left;
}

.trgt {
	text-align: right;
}

.tcnt {
	text-align: center;
}

/* Indent
---------- */

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* Option
---------------*/

.option {
	margin: 1em 30px;
	padding: 1px 10px;
	border: 1px solid #eee;
}

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

div.inner,
div.box,
div#main,
sdiv#side,
ul,
ol,
dl {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div.inner:after,
div.box:after,
div#main:after,
sdiv#side:after,
ul:after,
ol:after,
dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

/* for IE6
---------------*/

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

@charset "UTF-8";

/**
 * Layouts CSS
 * 
 * Layout:      single, double, double-wt, double-tw, multi, multi-wtt, multi-ttw
 * Eye cach:    eye-h, eye-m, eye-c
 * Special:     multi eye-c spset1, multi-wtt eye-c spset2
 * Fixed width: f800, f850, f900, f950, f1000
 * Other:       mt, al
 */

body {
	text-align: center;
}

div.inner {
	width: 95%;
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

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

 Single Column Layout
 <body class="single">

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

body.single div#main {}

/* Side
---------------*/

body.single div#side {
	margin: 10px 10px;
}

body.single div#side dl,
body.single div#side ul {
	margin: 0;
}

body.single div#side dl.navi {
	margin-left: 2%;
	border: 1px solid #eee;
	float: left;
	width: 47%;
	display: inline; /* for IE6 */
}

body.single div#side ul.others {
	margin-right: 2%;
	border: 1px solid #eee;
	float: right;
	clear: right;
	width: 47%;
	display: inline; /* for IE6 */
}

/* clearfix */

body.single div#side {
	_height: 1px;
	min-height: 1px;
	/*促*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

body.single div#side:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

	Double Column Layout
	<body class="double">

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

body.double div#main {
	width: 50%;
	float: left;
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Side
---------------*/

body.double div#side {
	width: 50%;
	float: left;
	clear: right;
}

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

	Double Column Layout - Sidebar on right
	<body class="double-wt">

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

body.double-wt div#main {
	width: 75%;
	float: left;
}

/* Side
---------------*/

body.double-wt div#side {
	width: 25%;
	float: left;
	clear: right;
}

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

	Double Column Layout - Sidebar on left
	<body class="double-tw">

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

body.double-tw div#main {
	width: 75%;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Side
---------------*/

body.double-tw div#side {
	width: 25%;
	float: right;
	clear: left;
}

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

	Multi Column Layout - Wing
	<body class="multi">

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

body.multi div#main {
	margin-right: -180px;
	float: left;
	width: 100%;
	background-position: 180px 0; /* for body.eye-c */
}

body.multi div#main > * {
	margin-left: 210px;
	margin-right: 210px;
}

body.multi div#main p#topicPath,
body.multi div#main div.box {
	margin-left: 210px;
	margin-right: 210px;
}

body.multi div#main h1 {
	margin-left: 180px;
	margin-right: 180px;
}

/* Side
---------------*/

body.multi divside {
	float: right;
	clear: right;
	width: 180px;
}

body.multi div#side dl.navi {
	margin: 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

body.multi div#side ul.others {
	margin-top: 0;
	padding: 1px 0 5px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

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

	Multi Column Layout - Double sidebar Right
	<body class="multi-wtt">

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

body.multi-wtt div#main {
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	width: 55%;
}

/* Side
---------------*/

body.multi-wtt div#side {
	float: right;
	clear: right;
	width: 45%;
}

body.multi-wtt div#side dl.navi {
	margin: 0;
	float: left;
	width: 50%;
}

body.multi-wtt div#side dl.navi dt,
body.multi-wtt div#side dl.navi dd {
	margin-right: 0;
}

body.multi-wtt div#side ul.others {
	margin: 0;
	float: left;
	clear: right;
	width: 50%;
	_width: auto; /* for IE6 */
}

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

	Multi Column Layout - Double sidebar Left
	<body class="multi-ttw">

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

body.multi-ttw div#main {
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: right;
	width: 55%;
}

/* Side
---------------*/

body.multi-ttw div#side {
	float: left;
	clear: left; 
	width: 45%;
}

body.multi-ttw div#side dl.navi {
	margin-top: 0;
	float: left;
	width: 50%;
}

body.multi-ttw div#side dl.navi dt,
body.multi-ttw div#side dl.navi dd {
	margin-right: 0;
}

body.multi-ttw div#side ul.others {
	margin-top: 0;
	float: left;
	width: 50%;
	clear: right;
	_width: auto; /* for IE6 */
}

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

	Eye Catch

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

/* Header - <body class="eye-h">
---------------*/

body.eye-h div#headerInner {
	height: 180px;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

body.eye-h div#headerInner p#siteName {
	margin: 0;
	position: absolute;
	top: 50px;
	left: 40px;
}

body.eye-h div#headerInner p#siteName a {
	color: #fff;
}

body.eye-h div#headerInner p#description {
	margin: 0;
	position: absolute;
	top: 75px;
	left: 40px;
	color: #fff;
}

body.eye-h ul#globalMenu {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Content - <body class="eye-c">
---------------*/

body.eye-c div#contentInner {
	padding-top: 180px;
	border-top: none;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

body.eye-c div#side dl.navi {
	top: auto;
}

/* Main - <body class="eye-m">
---------------*/

body.eye-m div#contentInner {
	border-top: none;
}

body.eye-m div#main {
	padding-top: 180px;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

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

	Special Layout set

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

/* <body class="multi eye-c spset1">
---------------*/

body.set1 div#utilities dl.navi {
	top: 0;
}

body.set1 div#contentInner {
	background-position: 180px 0;
}

/* <body class="multi-wtt eye-c spset2">
---------------*/

body.set2 div#side {
	position: absolute;
	top: 0;
	right: 0;
}

body.set2 div#side dl.navi {
	float: right;
	background-color: #fff;
}

body.set2 div#side dl.navi dt,
body.set2 div#side dl.navi dd {
	margin-right: 5px;
}

body.set2 div#side ul.others {
	margin-top: 180px;
	float: left;
	clear: left;
}

body.set2 div#side ul.others dt,
body.set2 div#side ul.others dd {
	margin-right: 0;
}

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

	Others

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

/* Menu on top <body class="mt">
---------------*/

body.mt div#header {
	padding-top: 30px;
	background-position: left bottom;
}

body.mt ul#globalMenu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
}

/* No Centering - <body class="al">
---------------*/

body.al {
	margin: 0;
	text-align: left;
}

body.al div.inner {
	margin-left: 0;
	margin-right: 0;
}

/* Fixed 800px - <body class="f800">
---------------*/

body.f800 div.inner {
	width: 800px;
}

/* Fixed 850px - <body class="f850">
---------------*/

body.f850 div.inner {
	width: 850px;
}

/* Fixed 900px - <body class="f900">
---------------*/

body.f900 div.inner {
	width: 900px;
}

/* Fixed 950px - <body class="f950">
---------------*/

body.f950 div.inner {
	width: 950px;
}

/* Fixed 1000px - <body class="f1000">
---------------*/

body.f1000 div.inner {
	width: 1000px;
}

/* -------------------file_get_contentsツイッター------------------- */
.fileget	{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow: hidden;
	position: relative;
	font-size:11px;
	height:300px;
	padding:0 3px;
	max-width:512px;
	min-width:172px;
}
.twm{
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	padding:10px;
}

.twml{
font-size:13px;
font-weight:bold;
float:left;
}

.twmr{
float:right;
margin-top:6.5px;
}


.fileget h2	{
	font-size:1em;
	font-weight:normal;
}
.cnt.cf {
    padding: 10px 0 10px 0;
    border-top: 1px dashed #ddd;
    clear:both;
    box-sizing:border-box;
}

p.img{
	float:left;
	width:20%;
}
.cnt h2 {
	float: right;
	width:70%;
}

span.ref{
	background-image: url('http://i.yimg.jp/images/serp/ts/sp1_v9.png');
	background-repeat: no-repeat;
	background-position: 0 -120px;
}

.ref{
    display: block;
    float: left;
    width: 16px;
    height: 14px;
    margin-top: 2px;
    margin-right: 5px;
    background-position: 0 -120px;
    text-indent: -9999px;
}


.like {
    height: 20px;
    width: 25px;
    background-image: url('http://i.yimg.jp/images/serp/ts/ic_tyf_v3.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    text-indent: -9999px;
}
.tw {
    height: 20px;
    width: 25px;
    background-image: url('http://i.yimg.jp/images/serp/ts/ic_tyf_v3.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    background-position: -25px 0;
    text-indent: -9999px;
}

.re {
    height: 20px;
    width: 25px;
    background-image: url('http://i.yimg.jp/images/serp/ts/ic_tyf_v3.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    background-position: -50px 0;
    text-indent: -9999px;
}
#TSm .re span, #TSm .tw span, #TSm .like span {
    display: block;
    width: 24px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

.cnt .inf .ref {
    display: block;
    float: left;
}
.lt{
	word-break:keep-all;
}
.inf.cf{
    float: right;
    color: #666;
    margin-bottom: 6px;
}
/* -------------------file_get_contentsツイッターここまで------------------- */