@charset "utf-8";

body { background: #e7eef1 url(../../images/bg.gif) repeat-x 0 0; }

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

body {
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	color: #666666;
}
div#footer,div#side,div#main div.box p,div#main h2,div#main h3,div#main h4 { font-size: 100%; }
div#header h1,p#topicPath,div#pageFooter address { font-size: 77%;font-weight: normal;font-style: normal; }
a:link,a:active { color: #0066cc; }
a:visited { color: #003366; }
a:hover,a.current { color: #00ccff; }



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

 Base setting

========== */
div#header { background: url(../../images/header-bg.gif) repeat-x 0 100%; }
div#container { padding: 20px 0; }
div#footer { border-bottom: solid 2px #0066cc; }

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

/* Logo & Summary
---------- */
div#pageHeader {
	margin-bottom: 10px;
}
div#pageHeader p#logo {
	margin: 0;
	padding: 0;
}
div#pageHeader h1 {
	padding:10px;
}

/* Global menu
---------- */
div#globalMenu {
	height: 50px;
}
div#globalMenu ul {
	margin: 0;
	padding: 10px 0;
	background: url(../../images/menu_separate.gif) no-repeat 0 50%;
}
div#globalMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline; /* for IE6 */
	background: url(../../images/menu_separate.gif) no-repeat 100% 50%;
}
div#globalMenu ul li span {
	display: block;
	margin: 0 10px;
}
div#globalMenu ul li span a {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
div#globalMenu ul li span.current,
div#globalMenu ul li span:hover {
	background: url(../../images/menu_on_l.gif) no-repeat 0 0;
}
div#globalMenu ul li span.current a,
div#globalMenu ul li span:hover a {
	background: url(../../images/menu_on_r.gif) no-repeat 100% 0;
	color: #ffffff;
}

/* Return
---------- */
div#return {
	width: 120px;
	height: 40px;
	float: left;
	display: inline; /* for IE6 */
}
div#return p {
	margin: 0;
	line-height: 1em;
}

/* Footer
---------- */
div#pageFooter {
	margin-left: 20px;
	width: 400px;
	float: left;
	display: inline; /* for IE6 */
}
div#pageFooter p {
	margin: 0;
	line-height: 1em;
}
div#pageFooter address {
	margin-top: 5px;
}



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

 General class

========== */
/* Image
---------- */
img { vertical-align: middle; }
a img { margin: 0;padding: 0;border: none; }

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

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


/* Unordered list
---------- */
ul { margin: 1em 0; }
ul li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 1.5em;
}

/* Ordered list
---------- */
ol { margin: 1em 0;padding: 0; }
ol li {
	margin-left: 25px;
	list-style-type: decimal;
	font-style: italic;
	color: #999999;
	line-height: 1.5em;
}
ol li span {
	font-style: normal;
	color: #666666;
}

/* Definition list
---------- */
dl { margin: 1em 0;clear: both; }
dl dt {
	margin: 10px 20px;
	padding: 5px;
	font-weight: bold;
	color: #00ccff;
	border-top: solid 1px #eeeeee;
}
dl dd {
	margin: 10px 20px;
	border-bottom: solid 1px #eeeeee;
}
dl dd p {
	margin: 0.5em 0;
}

/* Blockquote
---------- */
blockquote {
	margin: 1em 0;
	padding: 6px 20px;
	border: 1px solid #dadada;
	color: #999999;
	background-color: #fefefe;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
blockquote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Pre
---------- */
pre {
	margin: 1em 0;
	padding: 15px 20px;
	color: #999999;
	background-color: #fefefe;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	border: 1px solid #dadada;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* Form
---------- */
form { margin: 1em 0; }
fieldset { margin: 0;padding: 0;border: none; }
input,
textarea {
	padding: 0.2em;
	border: 1px solid #ccc;
}
input:hover,
textarea:hover {
	border-color: #00a0dd;
}
textarea {
	padding: 0.5em 10px;
	border: 1px solid #ccc;
}
button {
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border: solid 5px #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
button:hover {
	background-color: #333333;
}
input.radio {
	border: none;
}

/* Table
---------- */
table {
	margin: 1em 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
table th {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 10px;
}
table td {
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 0 10px;
	vertical-align: top;
}

/* Others
---------- */
em {
	color: #cc3300;
	font-weight: bold;
}
noscript p {
	background-color: #fefefe;
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
}



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

 Option

========== */
/* Image align
---------- */
.ilft { margin-right: 10px;margin-bottom: 10px;float: left; }
.irgt { margin-left: 10px;margin-bottom: 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

========== */
.cfix:after,.box:after,ul:after,ol:after,dl:after,fieldset:after,blockquote:after { height: 0;visibility: hidden;content: ".";font-size: 1px;line-height: 0;display: block;clear: both; }
.cfix,.box,ul,ol,dl,fieldset,blockquote { _height: 1px;min-height: 1px;/*¥*//*/height: 1px;overflow: hidden;/**/ }
.clear { height: 0;display: block;clear: both; }

@charset "utf-8";

/**
 * Layout setting
 * 
 */
body { margin: 0;text-align: center; }
div.inner {
	margin: 0 auto;
	position: relative;
	min-width: 600px;
	max-width: 900px;
	width: 95%;
	text-align: left;
}

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

 Double - Sidebar on Left
 <body class="double-tw">
 
========== */
body.double-tw div#main {
	margin-top: 200px;
	width: 70%;
	float: right;
	display: inline; /* for IE6 */
}
body.double-tw div#side {
	margin-top: 200px;
	width: 30%;
	float: left;
	display: inline; /* for IE6 */
}
body.double-tw div#side dl {
	margin-right: 20px;
}

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

 Double - Sidebar on Right
 <body class="double-wt">
 
========== */
body.double-wt div#main {
	width: 70%;
	float: left;
	display: inline; /* for IE6 */
}
body.double-wt div#side {
	width: 30%;
	float: right;
	display: inline; /* for IE6 */
}
body.double-wt div#side dl {
	padding: 0;
	margin-left: 40px;
}

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

 Main
 
========== */
/* Caption
---------- */

/* Topic path
---------- */
p#topicPath {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 20px;
	top: 170px;
	left: 0;
	line-height: 20px;
}
p#topicPath a {
	margin-right: 8px;
	padding-right: 10px;
	background: url(../../images/icon_arrow.gif) no-repeat 100% 50%;
}

/* Headding tag
---------- */
div.box h2 {
	margin: 0;
	background: url(../../images/ttl_l.gif) no-repeat 0 0;
}
div.box h2 span {
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 35px;
	color: #ffffff;
	background: url(../../images/ttl_r.gif) no-repeat 100% 0;
}
div.box h4 {
	margin: 1em 20px;
	height: 30px;
	line-height: 30px;
	color: #78b600;
	border: solid 5px #eeeeee;
	background: url(../../images/subttl.gif) no-repeat 50% 0;
}
div.box h4 span {
	display: block;
	padding: 0 10px;
	border-left: solid 5px #78b600;
}

/* Box
---------- */
div.box {
	margin: 20px 0;
}
div.wrap {
	background-color: #ffffff;
	border: solid 1px #d1e3ea;
}

/* Paragraph */
div.wrap p {
	margin-left: 20px;
	margin-right: 20px;
}

/* Image */
div.box img.pict {
	border: solid 5px #eeeeee;
}



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

 Side
 
========== */
/* Navigation
---------- */
dl.navigation dt,
dl.navigation dd {
	margin: 0;
	padding: 0;
	border: none;
}
dl.navigation dd ul,
dl.navigation dd ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl.navigation dt {
	font-weight: bold;
	color: #ffffff;
	background: url(../../images/navi_hdr_l.gif) no-repeat 0 0;
}
dl.navigation dt span {
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 28px;
	background: url(../../images/navi_hdr_r.gif) no-repeat 100% 0;
}
dl.navigation dd ul a {
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #d1e3ea;
	font-size:89%;
}


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