@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

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

html { height: 100%; }

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

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

a:link {
	color: #06C;
}

a:visited {
	color: #339;
}

a:hover {
	color: #C06;
}

/* Images
---------------*/

img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a img {
	border: none;
}

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

h1 {
	margin: 0;
	padding: 17px 0 14px 45px;
	font-size: 16px;
	line-height: 1em;
	color: #666;
}



.box h2 {
	margin: 1em 0;
	padding: 7px 10px 6px 10px;
	font-size: 100%;
	line-height: 1em;
	color: #fff;
	background: url(../../images/subttl.png) no-repeat 0 0;
}

p {
	margin: 1em 0;
	padding:0 10px;
	line-height:1.8;
}

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

strong {
	color: #FF3200;
	font-weight: bold;
	font-style: normal;
}

/* Definition list
---------------*/

dl {
	margin: 1em 0;
	padding: 0;
}

dl dt {
	margin: 0;
	padding-bottom: 10px;
	border-bottom:solid 1px #eee;
	font-weight: bold;
}

dl dd {
	margin: 0;
	padding: 0;
}

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

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

ul li {
	margin: 2px 0;
	color: #9C0;
}

ul li span {
	color: #666;
}

ol li {
	margin: 2px 0;
	font-style: italic;
	color: #ccc;
}

ol li span {
	font-style: normal;
	color: #666;
}

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 {
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
	background-color: #fefefe;
}

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

 span#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 {}

div#headerInner {
margin-bottom:20px;
}

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

div#header p#siteName {
	margin: 0;
	padding: 0;
}

/* Global menu
---------------*/

ul#globalMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 20px;
}

ul#globalMenu li {
	margin: 0;
	padding: 0;
	width: 242px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	display: inline; /* for IE6 */
}

ul#globalMenu li.last {
	margin-right: 0;
}

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

 div#content

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

div#content {
	background-color: #f6f6f6;
}

div#contentInner {}

p#topicPath {
	margin: 0;
	margin-top: 5px;
	font-size: 82%;
	line-height: 1.6;
}

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

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

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

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

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

div.box p img {
	margin:5px  10px 5px 0px;
	border: solid 1px #ccc;
}

/* p#return
---------------*/

p#return {
	margin: 0;
	clear: both;
}

/* ====================
 div#utlities
==================== */

div#utilities dl,
div#utilities dl dt,
div#utilities dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

div#utilities dl dd ul,
div#utilities dl dd ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#utilities dl {
	margin-left: 20px;
}

div#utilities dl.navi dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../../images/navi_bg.png) no-repeat 0 100%;
}

div#utilities dl.navi dd ul li {
	margin: 0 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #ddd;
}

div#utilities dl.article dd {
	padding-bottom: 10px;
	background: url(../../images/article_bg.png) no-repeat 0 100%;
}

div#utilities dl.article dd ul li {
	margin: 0 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #9C3;
}

div#utilities dl.article dd ul li a:link {
	color: #fff;
}

div#utilities dl.article dd ul li a:visited {
	color: #ccc;
}


/* ====================
 div#others
==================== */

div#others ul,
div#others ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#others ul li {
}

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

 div#footer

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

div#footer {
}

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

div#footer p {
	margin: 0.7em 0;
	font-size: 85%;
}

div#footer address {
	font-style: normal;
}

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

 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;
}

@charset "UTF-8";

/**
 * Layouts CSS
 */

div#header,
div#content,
div#footer {
	text-align: center;
}

div.inner {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
}

/* div#main
---------------*/

div#main {
	width: 680px;
	float: left;
}

/* div#utilities
---------------*/

div#utilities {
	width: 300px;
	float: left;
}

/* div#others
---------------*/

div#others {
	width: 100px;
	float: right;
}

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

 Others

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

/* clearfix
---------------*/

div#main,
div#utilities,
div#others {
	_height: 1px;
	min-height: 1px;
	/*促*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div#main:after,
div#utilities:after,
div#others:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

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


/* -------------------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;
	margin-left:20px;
}
.twm{
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	padding:10px;
	margin-left:20px;
}

.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ツイッターここまで------------------- */
