@charset "utf-8";

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

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

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

div#main {}

div#main p#topicPath,
div#main p#return,
div#main div.box {
	margin-left: 250px;
	margin-right: 120px;
}

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

div#utilities {
	position: absolute;
	top: 0;
	left: 20px;
	width: 200px;
}

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

div#others {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

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

div#main,
div#utilities,
div#others {
	_overflow: hidden;
}
/**
 * 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; }

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

 Reset

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

html,body,div,
form,legend,fieldset,dl,dt,dd,ul,ol,li,table,caption,tr,th,td,
p,address,blockquote,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	border: none;
}

img,a img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

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

 Page Structure

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

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

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

a:link {
	color: #06C;
}

a:visited {
	color: #339;
}

a:hover {
	color: #C06;
}

/* Headding tag
---------------*/

h1 {
	text-align:right;
	font-weight:bold;
	font-size: 18px;
	color: #f5a700;
}

#main h2 {
	margin-top: 1em;
	padding: 14px 0 14px 40px;
	font-size: 153.9%;
	line-height: 1em;
	color: #333;
	background: url(../../images/ttl.gif) no-repeat 0 0;
	clear: both;
}

h3 {
	margin-top: 1em;
	padding: 5px 0 5px 30px;
	font-size: 138.5%;
	line-height: 1em;
	color: #333;
	background: url(../../images/subttl.gif) no-repeat 0 50%;
	border-bottom: solid 2px #eee;
	clear: both;
}

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

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

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

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

 p#notice

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

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

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

 p#pageTop

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

p#pageTop {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
}

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

 div#header

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

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

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

div#header p#siteName {
	padding: 20px 0;
}

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

div#header ul {
	padding-bottom: 5px;
	width: 200px;
	float: left;
}

div#header ul li {
	list-style-type: none;
}

/* Caption
---------------*/

div#header p#caption {
	margin-top: 5px;
	width: 720px;
	float: right;
}

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

 div#content

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

div#content {
	padding: 20px 0;
	background: #fff url(../../images/content_bg.gif) repeat-x 0 0;
}

/* Topic Path
---------------*/

p#topicPath {
	margin-bottom: 5px;
	font-size: 77%;
}

p#topicPath a {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	display: inline; /* for IE6 */
	color: #666;
	background: url(../../images/path_arrow.gif) no-repeat 100% 50%;
}

p#topicPath span {
	display: block;
	padding-right: 10px;
	float: left;
	display: inline; /* for IE6 */
}

/* Return
---------------*/

p#return {
	text-align: right;
}

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

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

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

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

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

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

div#main dl {
	margin: 1em 0;
	padding: 0;
}

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

div#main dl dd {
	margin: 0;
	padding: 0;
}

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

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

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

div#main ul li span {
	color: #666;
}

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

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

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

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

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

div#main caption {
	padding-bottom: 0.3em;
}

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

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

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

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

div#utilities {}

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

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

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


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

 div#footer

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

div#footer {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

/* Footer Navi
---------------*/

div#footer ul {
	padding: 20px 0 10px 0;
	clear: both;
}

div#footer ul li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: dotted 1px #ccc;
	float: left;
	display: inline; /* for IE6 */
	list-style-type: none;
}

div#footer ul li.last {
	border: none;
}

/* Copyright
---------------*/

div#footer address {
	padding-bottom: 20px;
}

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

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

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

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

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

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

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