﻿@charset "utf-8";

/*
 * リセット
 */

/*
 * Style Name: Common Stylesheet
 * Style URL: http://2xup.org/common/css/common.css
 * Description: Common Stylesheet.
 * Version: 1.5
 * Last Up Date: 2006-07-24T10:22:23+09:00
 * Author: Taichi Kaminogoya
 * Author URL: http://2xup.org/
 * Author Email: mail[at]2xup.org
 *
 * The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
 *
 */


*{
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

html{
	height: 100%;
	margin: 0 0 1px 0;
}

hr{
	display: none;
}

body{
	padding: 0;
	margin: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 84%;
	color: #333;
}


div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address{
	display: block;
}

h1{
	clear: both;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
	vertical-align: middle;
}

p{
	line-height: 1.7;
	margin: 0.2em 0 1em 0;
	padding: 0;
	text-align: left;
}

blockquote{
	margin: 1em 0.5em;
	padding: 0.2em;
}

blockquote p{
	margin: 0.1em 0 0.5em 0;
	padding: 0;
}

blockquote blockquote{
	margin: 0.2em 0;
	padding: 0.2em 0 0.2em 0.2em;
}



ins h1, ins h2, ins h3, ins h4, ins h5, ins h6, ins div, ins p, ins pre, ins address, ins blockquote, ins dl, ins form, ins fieldset, ins table{
	margin: 0;
	padding: 0;
} 


h1{
	line-height: 1.4;
	font-size: 140%;
}
h2{
	line-height: 1.28;
	font-size: 128%;
}
h3{
	line-height: 1.21;
	font-size: 121%;
}
h4{
	line-height: 1.2;
	font-size: 115%;
}
h5{
	line-height: 1.2;
	font-size: 109%;
}
h6{
	line-height: 1.2;
	font-size: 100%;
}


a, abbr, acronym, bdo, big, cite, code, dfn, em, img, kbd, q, samp, small, span, strong, sub, sup, var{
	display: inline;
}


img{
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

a img{
	border: none;
	text-decoration: none;
}

sub, sup{
	font-size: 80%;
}

sub{
	vertical-align: text-bottom;
}

sup{
	vertical-align: text-top;
}
/* 短引用 */
q{
	margin: 0 0.5em;
	padding: 0;
	font-style: italic;
}
strong{
	font-size: 140%;
	font-weight: bold;
}
em{
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
}


ul, ol{
	display: block;
}

ul{
	margin: 0.5em 0 1.5em 2.5em;
}

ol{
	list-style-type: decimal;
	margin: 2em 0 2.5em 3em;
}

li{
	display: list-item;
	margin: 0 0 0.5em 0;
}

ol li, ul li{
	text-align: left;
}
ul ul, 
ol ol, 
ul ol, 
ol ul{ 
	margin: 0.5em 0 0.5em 1.2em;
}

ul ul li, 
ul ol li, 
ol ol li, 
ol ul li{
	margin: 0 0 0.5em 0;
}

dl{
	display: block;
	line-height: 1.2;
	margin: 0 0 0 1em;
	text-align: left;
}

dt{
	clear: both;
	margin: 0.2em 0 0.5em 0;
	padding: 0;
	font-size: 109%;
	font-weight: normal;
}

dd{
	line-height: 1.5;
	margin: 0 0 1em 0;
	padding-left: 1.5em;
}


form{
	display: block;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}

fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

fieldset dt{
	border: none;
}

fieldset ul,
fieldset ol,
fieldset dl{
	display: block;
	margin: 1em 0 1em 0.5em;
}

legend{
	display: none;
}

label{
	vertical-align: middle;
	margin: 0 0.5em	0 0;
	padding: 0;
	text-transform: capitalize;
}

input{
	vertical-align: middle;
}

textarea{
	font-size: 80%;
}


/* style->table.data  */

table.data, table.dataTL{
	margin: 1em 0 2.5em 1em;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-spacing: 0;
}

table, th, td, table.data, table.dataTL{
	border-collapse: collapse;
}

table a, table.data a{
	font-weight: normal !important;
}

caption{
	text-align: center;
}

tr, table.data tr{
	border: none;
}
table.data th, table.dataTL th{
	background: url(/common/images/bg_lgray.gif);
	white-space: nowrap;
}
table.data th, table.data td, table.dataTL td, table.dataTL th{
	padding: 0.5em 4px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
table.data th, table.data td, table.dataTL th{
	text-align: center;
}
table.dataTL td{
	text-align: left;
}

iframe{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}





/* アンカー
----------------------------------------------------------------------------------------------------*/

a:link{
	color: #0033cc;
	text-decoration: underline;
}
a:visited{
	color: #000066;
	text-decoration: underline;
}
a:active{
	color: #ff0000;
	text-decoration: underline;
}
a:hover{
	color: #0099ff;
	/*color: #d80b24;*/
	text-decoration: underline;
}

div#wrapFooter ul li.openWindow{
	background: url(/common/images/arrow_open_7x7.gif) no-repeat left center;
}
a.openWindow{
	padding-left: 15px;
	background: url(/common/images/arrow_open_7x7.gif) no-repeat left center;
}





