@charset "UTF-8";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* reset.css
**************************************************************************************

1.Browser default css reset
2.Font reset

**************************************************************************************/ 


/* 1.Browser default css reset
=============================================================================*/

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object{margin: 0;padding: 0;vertical-align: baseline;}
body{ background-color:#ffffff;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
img{border:0;vertical-align:bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
hr {display:none;}


/* 2.Font reset
=============================================================================*/

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.6em;}

@charset "UTF-8";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* default.css
**************************************************************************************

1.link
2.font
3.layout
4.header
5.footer
6.padding
7.margin
8.width
9.align
10.image set
11.float
12.area
13.list
14.table
15.section
16.title
17.debug
18.clearfix
19.other tag set

**************************************************************************************/ 


/* 1.link
=============================================================================*/

a {overflow:hidden;text-decoration:underline}
a:link {color:#1E5FA9;}
a:visited {color:#6D009A;}
a:hover {color:#F96611;}
a:active {color:#FF9900;}


/* 2.font
=============================================================================*/

/* font-size */
.fs-plus1 { font-size:107%; }
.fs-plus2 { font-size:114%; }
.fs-plus3 { font-size:122%; }
.fs-plus4 { font-size:129%; }
.fs-plus5 { font-size:136%; }
.fs-plus6 { font-size:144%; }
.fs-plus7 { font-size:152%; }
.fs-plus8 { font-size:159%; }
.fs-plus9 { font-size:167%; }
.fs-plus10 { font-size:174%; }
.fs-plus11 { font-size:182%; }
.fs-plus12 { font-size:189%; }
.fs-plus13 { font-size:197%; }

.fs-minus1 { font-size:92%; }
.fs-minus2 { font-size:85%; }
.fs-minus3 { font-size:77%; }

/* font-weight */
.bold { font-wegiht:bold; }

/* color */
.red1 { color:#FF0000; }
.red2 { color:#cc0000; }


/* 3.layout
=============================================================================*/

div#container {
	margin:0 auto 0 auto;
}

div#wrapper {
	width:100%;
	position:relative;
}

div#contents {
	width:100%;
	position:relative;
}

div#main {
	position:relative;
}

div#sidebar {
	background-color:#f7f7f7;
	position:relative;
}

div#subbar {
	background-color:#f7f7f7;
	position:relative;
}


/* 4.header
=============================================================================*/

div#header {
	width:100%;
	color:#ffffff;
	background-color:#000000;
	position:relative;
}

p.skip {
	position:absolute;
	top:-1000px;
	left:-1000px;
}


/* 5.footer
=============================================================================*/

div#footer {
	width:100%;
	color:#ffffff;
	background-color:#000000;
	position:relative;
	clear:both;
}

div#extra01,div#extra02 {
	display:none;
}


/* 6.padding
=============================================================================*/

.pad5 { padding:5px; }
.pad8 { padding:8px; }
.pad10 { padding:10px; }
.pad15 { padding:15px; }
.pad20 { padding:20px; }
.pad25 { padding:25px; }
.pad30 { padding:30px; }

.pt05 {	padding-top:5px; }
.pt10 {	padding-top:10px; }
.pt15 {	padding-top:15px; }
.pt20 {	padding-top:20px; }
.pt25 {	padding-top:25px; }
.pt30 {	padding-top:30px; }
.pt40 {	padding-top:40px; }
.pt50 {	padding-top:50px; }
.pt60 {	padding-top:60px; }
.pt70 {	padding-top:70px; }
.pt80 {	padding-top:80px; }
.pt90 {	padding-top:90px; }
.pt100 { padding-top:100px; }

.pr05 {	padding-right:5px; }
.pr10 {	padding-right:10px; }
.pr15 {	padding-right:15px; }
.pr20 {	padding-right:20px; }
.pr25 {	padding-right:25px; }
.pr30 {	padding-right:30px; }
.pr40 {	padding-right:40px; }
.pr50 {	padding-right:50px; }
.pr60 {	padding-right:60px; }
.pr70 {	padding-right:70px; }
.pr80 {	padding-right:80px; }
.pr90 {	padding-right:90px; }
.pr100 { padding-right:100px; }

.pl05 {	padding-left:5px; }
.pl10 {	padding-left:10px; }
.pl15 {	padding-left:15px; }
.pl20 {	padding-left:20px; }
.pl25 {	padding-left:25px; }
.pl30 {	padding-left:30px; }
.pl40 {	padding-left:40px; }
.pl50 {	padding-left:50px; }
.pl60 {	padding-left:60px; }
.pl70 {	padding-left:70px; }
.pl80 {	padding-left:80px; }
.pl90 {	padding-left:90px; }
.pl100 { padding-left:100px; }

.pb05 {	padding-bottom:5px; }
.pb10 {	padding-bottom:10px; }
.pb15 {	padding-bottom:15px; }
.pb20 {	padding-bottom:20px; }
.pb25 {	padding-bottom:25px; }
.pb30 {	padding-bottom:30px; }
.pb40 {	padding-bottom:40px; }
.pb50 {	padding-bottom:50px; }
.pb60 {	padding-bottom:60px; }
.pb70 {	padding-bottom:70px; }
.pb80 {	padding-bottom:80px; }
.pb90 {	padding-bottom:90px; }
.pb100 { padding-bottom:100px; }


/* 7.margin
=============================================================================*/

.mauto { margin:0 auto; }

.mar5 { margin:5px; }
.mar8 { margin:8px; }
.mar10 { margin:10px; }
.mar15 { margin:15px; }
.mar20 { margin:20px; }
.mar25 { margin:25px; }
.mar30 { margin:30px; }

.mt05 {	margin-top:5px; }
.mt10 {	margin-top:10px; }
.mt15 {	margin-top:15px; }
.mt20 {	margin-top:20px; }
.mt25 {	margin-top:25px; }
.mt30 {	margin-top:30px; }
.mt40 {	margin-top:40px; }
.mt50 {	margin-top:50px; }
.mt60 {	margin-top:60px; }
.mt70 {	margin-top:70px; }
.mt80 {	margin-top:80px; }
.mt90 {	margin-top:90px; }
.mt100 { margin-top:100px; }

.mr05 {	margin-right:5px; }
.mr10 {	margin-right:10px; }
.mr15 {	margin-right:15px; }
.mr20 {	margin-right:20px; }
.mr25 {	margin-right:25px; }
.mr30 {	margin-right:30px; }
.mr40 {	margin-right:40px; }
.mr50 {	margin-right:50px; }
.mr60 {	margin-right:60px; }
.mr70 {	margin-right:70px; }
.mr80 {	margin-right:80px; }
.mr90 {	margin-right:90px; }
.mr100 { margin-right:100px; }

.ml05 {	margin-left:5px; }
.ml10 {	margin-left:10px; }
.ml15 {	margin-left:15px; }
.ml20 {	margin-left:20px; }
.ml25 {	margin-left:25px; }
.ml30 {	margin-left:30px; }
.ml40 {	margin-left:40px; }
.ml50 {	margin-left:50px; }
.ml60 {	margin-left:60px; }
.ml70 {	margin-left:70px; }
.ml80 {	margin-left:80px; }
.ml90 {	margin-left:90px; }
.ml100 { margin-left:100px; }
.ml180 { margin-left:180px; }

.mb05 {	margin-bottom:5px; }
.mb10 {	margin-bottom:10px; }
.mb15 {	margin-bottom:15px; }
.mb20 {	margin-bottom:20px; }
.mb25 {	margin-bottom:25px; }
.mb30 {	margin-bottom:30px; }
.mb40 {	margin-bottom:40px; }
.mb50 {	margin-bottom:50px; }
.mb60 {	margin-bottom:60px; }
.mb70 {	margin-bottom:70px; }
.mb80 {	margin-bottom:80px; }
.mb90 {	margin-bottom:90px; }
.mb100 { margin-bottom:100px; }


/* 8.width
=============================================================================*/

.wid100 { width:100px; }
.wid120 { width:120px; }
.wid140 { width:140px; }
.wid150 { width:150px; }
.wid160 { width:160px; }
.wid180 { width:180px; }
.wid200 { width:200px; }
.wid250 { width:250px; }
.wid300 { width:300px; }
.wid350 { width:350px; }
.wid400 { width:400px; }
.wid450 { width:450px; }
.wid500 { width:500px; }

.wid_p20 { width:20%; }
.wid_p25 { width:25%; }
.wid_p30 { width:30%; }
.wid_p50 { width:50%; }
.wid_p60 { width:60%; }
.wid_p70 { width:60%; }
.wid_p80 { width:80%; }
.wid_p100 { width:100%; }

.wauto {width:auto;}

/* 9.align
=============================================================================*/

.t-right { text-align:right; }
.t-left { text-align:left; }
.t-center { text-align:center; }


/* 10.image set
=============================================================================*/

.ph { border:#efefef 1px solid; }
.ph-pa { border:#efefef 1px solid;padding:1px; }


/* 11.float
=============================================================================*/

.f-left { float:left; }
.f-right { float:right; }
.clear { clear:bothl; }


/* 12.area
=============================================================================*/

.area { 
	border:#efefef 1px solid;
	background-color:#CCCCCC;
	padding:8px;
}


/* 13.list
=============================================================================*/

.list-indent { text-indent:-1em;padding-left:1em; }
ol.number { list-style-type:decimal;padding-left:30px; }
ol.number li { list-style-type:decimal;list-style-position:outside; }
ol.number-in { list-style-type:lower-alpha; }
ol.number-in li { list-style-type:lower-alpha; }

ul.listmark { list-style-type:circle;padding-left:30px; }
ul.listmark li { list-style-type:circle;list-style-position:outside; }



/* 14.table
=============================================================================*/

table {
	border-left:#AAAAAA 1px solid;
	border-top:#AAAAAA 1px solid;
}

table tr th,table tr td {
	border-right:#AAAAAA 1px solid;
	border-bottom:#AAAAAA 1px solid;
	padding:8px 10px;
	background-color:#ffffff;
}

table tr th {
	background-color:#EAEAE3;
	color:#333333;
}


/* 15.section
=============================================================================*/

div.section { padding:0 15px; }


/* 16.title
=============================================================================*/

h1 { font-size:200%;font-weight:bold;padding:0 0 20 0; }
h2 { font-size:129%;font-weight:bold;padding:0 0 10 0; }
h3 { font-size:114%;font-weight:bold;padding:0 0 10 0; }
h4 { font-size:100%;font-weight:bold;padding:0 0 10 0; }
h5 { font-size:100%;font-weight:bold;padding:0 0 10 0; }
h6 { font-size:100%;font-weight:bold;padding:0 0 10 0; }


/* 17.debug
=============================================================================*/

.test { border:#ff0000 1px solid; }
.test02 { border:#ff9900 1px solid; }


/* 18.clearfix
=============================================================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix  { display: inline-block; }


/* 19.other tag set
=============================================================================*/

abbr { cursor:help; }



@charset "shift_jis";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/

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

@layout: Liquid
@column: 2

--------------------------------------------
|                              |           |  
|                              |           | 
|                              |           | 
|            main              |  subbar   | 
|                              |           | 
|                              |           | 
|                              |           | 
--------------------------------------------

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

div#container {
	width:100%;
}

div#main {
	margin:0 250px 0 0;
}

div#subbar {
	width:250px;
	margin:0 0 0 -250px;
}




/* No edit
============================================================================ */

div#contents {
	width:100%;
}

div#wrapper {
	width:100%;
	_width:99.5%;
	float:left;
}

div#main-out {
	width:100%;
	_width:99.5%;
	float:left;
}

div#main {
	width:auto;
	padding:0 0 0 0;
}

div#sidebar {
	display:none;
}

div#subbar {
	float:left;
}

@charset "UTF-8";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* setting.css
**************************************************************************************

1.typography
2.link
3.arrow set
4.header
5.footer
6.arrow set
7.table
8.section
9.title
10.image set

**************************************************************************************/ 

/* 1.typography
=============================================================================*/

/* if you use erastic layout, please don't setting font-size property */
body {
	font-family:"メイリオ",meiryo,Tahoma,"Gill Sans","ヒラギノ角ゴ Pro W3",Copperplate,Osaka,"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#333333;
}

body * {line-height:1.6em;}


/* 2.link
=============================================================================*/

a {overflow:hidden;text-decoration:underline}
a:link {color:#1E5FA9;}
a:visited {color:#6D009A;}
a:hover {color:#F96611;}
a:active {color:#FF9900;}


/* 3.contents background
=============================================================================*/

div#container {
    border:none;
	background:none;
	/* background:url("") no-repeat 0 0; */
}

div#wrapper {
	background:none;
	/* background:url("") no-repeat 0 0; */
}

div#contents {
	background:none;
	/* background:url("") no-repeat 0 0; */
}

div#main {
	background:none;
	/* background:url("") no-repeat 0 0; */
}

div#sidebar {
	background:none;
	/* background:url("") no-repeat 0 0; */
}

div#subbar {
	background:none;
	/* background:url("") no-repeat 0 0; */
}


/* 4.header
=============================================================================*/

div#header {
	width:100%;
	color:#555555;
	background-color:#ffffff;
	position:relative;
}


/* 5.footer
=============================================================================*/

div#footer {
	width:100%;
	color:#555555;
	background-color:#ffffff;
	position:relative;
	clear:both;
}


/* 6.arrow set
=============================================================================*/

a.arrow-top {
	padding:0 0 0 15px;
	background:("../../image/hoge.gif") no-repeat 0 0;
}
a.arrow-top:hover {
	background:("../../image/hoge.gif") no-repeat 0 0;
}

a.arrow-left {
	padding:0 0 0 15px;
	background:("../../image/hoge.gif") no-repeat 0 0;
}
a.arrow-left:hover {
	background:("../../image/hoge.gif") no-repeat 0 0;
}

a.arrow-right {
	padding:0 0 0 15px;
	background:("../../image/hoge.gif") no-repeat 0 0;
}
a.arrow-right:hover {
	background:("../../image/hoge.gif") no-repeat 0 0;
}

a.arrow-bottom {
	padding:0 0 0 15px;
	background:("../../image/hoge.gif") no-repeat 0 0;
}
a.arrow-bottom:hover {
	background:("../../image/hoge.gif") no-repeat 0 0;
}


/* 7.table
=============================================================================*/

table {
	width:100%;
    border:none;
    border-collapse:separate;
    border-spacing:0;
	background-color:transparent;
}

table tr th,table tr td {
    border:none;
	padding:0;
	background-color:transparent;
}

table tr th {
	color:#333333;
	background-color:transparent;
}


/* 8.section
=============================================================================*/

div.section { padding:0 15px; }


/* 9.title
=============================================================================*/

/* h1 */
h1 { font-size:200%;font-weight:bold;padding:0 0 20 0; }

/* h2 */
h2 { font-size:129%;font-weight:bold;padding:0 0 10 0; }

/* h3 */
h3 { font-size:114%;font-weight:bold;padding:0 0 10 0; }

/* h4 */
h4 { font-size:100%;font-weight:bold;padding:0 0 10 0; }

/* h5 */
h5 { font-size:100%;font-weight:bold;padding:0 0 10 0; }

/* h6 */
h6 { font-size:100%;font-weight:bold;padding:0 0 10 0; }


/* 10.image set
=============================================================================*/

.ph { border:#efefef 1px solid; }
.ph-pa { border:#efefef 1px solid;padding:1px; }

@charset "shift_jis";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* table.css
**************************************************************************************

1.style01(add thin white line)
2.style02(gray title)
3.style03(background black)
4.style04(pattern background)
5.style05(wide border)
6.style06(simple table)
7.style07(gradation background)
8.style08(black layer)
9.style09(and caption design)
10.style109(table all gradation)

**************************************************************************************/ 

/* 1.style01(add thin white line)
=============================================================================*/

table.style01 {
	background-color:#CCCCCC;
	border-spacing:1px;
	border-collapse:separate;
	border:none;
}

table.style01 th ,
table.style01 td {
	border:#ffffff 1px solid;
	padding:4px 6px;
}

table.style01 th {
    background-color:#f0ede4;
}

table.style01 td {
    background-color:#ffffff;
}



/* 2.style02(gray title)
=============================================================================*/

table.style02 {
	border:none;
	border-bottom:#d9d9d9 1px solid;
	border-collapse:collapse;
}

table.style02 th {
	color:#ffffff;
	font-weight:bold;
	border-top:#444444 1px solid;
	border-bottom:#444444 1px solid;
	border-left:#545454 1px solid;
	border-right:#545454 1px solid;
	padding:4px 6px;
    background-color:#666666;
}

table.style02 td {
	border-left:#d9d9d9 1px solid;
	border-right:#d9d9d9 1px solid;
	padding:4px 6px;
}

table.style02 tr.colored td {
	background-color:#edf3fe;
}



/* 3.style03(background black)
=============================================================================*/

table.style03 {
	background-color:#222222;
	border-spacing:1px;
	border-collapse:separate;
	border:none;
}

table.style03 th {
	border:none;
	text-align:center;
	padding:4px 6px;
	background-color:#eeeeee;
}

table.style03 td {
	color:#ffffff;
	border:none;
	padding:4px 6px;
    background-color:transparent;
}



/* 4.style04(pattern background)
=============================================================================*/

table.style04 {
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	border-collapse:collapse;
}

table.style04 th {
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	padding:4px 6px;
    background:url("image/style04_bg001.gif") repeat 0 0;
}

table.style04 td {
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	padding:4px 6px;
	background-color:#ffffff;
}



/* 5.style05(wide border)
=============================================================================*/

table.style05 {
	border:#000000 4px solid;
	border-collapse:collapse;
}

table.style05 th {
	color:#ffffff;
	font-weight:bold;
	border-bottom:none;
	border-right:none;
	border-bottom:#000000 1px solid;
	padding:4px 6px;
    background:#AC0204;
}

table.style05 td {
	border-bottom:none;
	border-right:none;
	padding:4px 6px;
	background-color:#FCF6D4;
}

table.style05 tr.colored td {
	background-color:#ECE6C4;
}



/* 6.style06(simple table)
=============================================================================*/

table.style06 {
	border:none;
	border-collapse:separate;
}

table.style06 th {
	border:#ffffff 1px solid;
	border-bottom:#8C8A8C 2px solid;
	padding:4px 6px;
    background:#C4CEDC;
}

table.style06 td {
	border:#ffffff 1px solid;
	border-bottom:#EDEDED 1px solid;
	padding:4px 6px;
}



/* 7.style07(gradation background)
=============================================================================*/

table.style07 {
	border:#CCCCCC 1px solid;
	border-collapse:separate;
}

table.style07 th {
	color:#ffffff;
	border:#ffffff 1px solid;
	padding:4px 6px;
    background:url("image/style07_bg001.gif") #3e3e3c repeat-x 0 0;
}

table.style07 td {
	border:none;
	padding:4px 6px;
	background-color:#ffffff;
}

table.style07 tr.colored td {
	background-color:#EEEEEE;
}



/* 8.style08(black layer)
=============================================================================*/

table.style08 {
	border:#000000 2px solid;
	border-collapse:separate;
	background-color:#000000;
}

table.style08 th {
	color:#ffffff;
	border:none;
	padding:4px 6px;
	background-color:#000000;
}

table.style08 td {
	color:#ffffff;
	border:none;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	padding:4px 6px;
	background-color:#626262;
}



/* 9.style09(and caption design)
=============================================================================*/

table.style09 {
	border:#99bbe8 1px solid;
	border-collapse:separate;
}

table.style09 caption {
	width:100%;
	color:#15428b;
	font-weight:bold;
	border-top:#99bbe8 1px solid;
	border-left:#99bbe8 1px solid;
	border-right:#99bbe8 1px solid;
	background:url("image/style09_bg001.gif") #cbddf3 repeat-x 0 0;
}

table.style09 caption span {
	display:block;
	padding:4px 6px;
}


table.style09 th {
	border-right:#d0d0d0 1px solid;
	border-bottom:#d0d0d0 1px solid;
	padding:4px 6px;
    background:url("image/style09_bg002.gif") #ebecee repeat-x 0 0;
}

table.style09 td {
	border:none;
	border-top:#ededed 1px solid;
	padding:4px 6px;
	background-color:#ffffff;
}



/* 10.style109(table all gradation)
=============================================================================*/

table.style10 {
	border:#d0d0d0 1px solid;
	border-collapse:separate;
	background:url("image/style10_bg001.gif") #f6f6f6 no-repeat right bottom;
}

table.style10 th {
	border-right:none;
	border-bottom:#d0d0d0 1px solid;
	padding:4px 6px;
    background:url("image/style10_bg002.gif") #ebecee repeat-x 0 0;
}

table.style10 td {
	border:none;
	border-top:#ffffff 1px solid;
	border-bottom:#e7e7e7 1px solid;
	padding:4px 6px;
	background-color:transparent;
}








@charset "shift_jis";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* title.css
**************************************************************************************

1.style01(simple style)
2.style02(with underline)
3.style03(with double underline)
4.style04(background color)
5.style05(two lines)
6.style06(tree and arrows image)
7.style07(round corner image)
8.style08(gray gradation background)
9.style09(with sub title)
10.style10(color circle)

**************************************************************************************/ 

/* 1.style01(simple style)
=============================================================================*/

h1.style01,h2.style01,h3.style01,h4.style01,h5.style01,h6.style01 {
	border-left:#0099cc 6px solid;
	padding:0 0 0 5px;
	margin:0 0 15px 0;
}

h1.style01 span,h2.style01 span,h3.style01 span,h4.style01 span,h5.style01 span,h6.style01 span {
	line-height:1.4;
}


/* 2.style02(with underline)
=============================================================================*/

h1.style02,h2.style02,h3.style02,h4.style02,h5.style02,h6.style02 {
	border-bottom:#cfcfcf 1px dotted;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}


/* 3.style03(with double underline)
=============================================================================*/

h1.style03,h2.style03,h3.style03,h4.style03,h5.style03,h6.style03 {
	border-bottom:#333333 1px dotted;
	padding:0 0 1px 0;
	margin:0 0 15px 0;
}

h1.style03 span,h2.style03 span,h3.style03 span,h4.style03 span,h5.style03 span,h6.style03 span {
	display:block;
	border-bottom:#333333 2px solid;
	padding:0 0 4px 0;
}


/* 4.style04(background color)
=============================================================================*/

h1.style04,h2.style04,h3.style04,h4.style04,h5.style04,h6.style04 {
	padding:5px 8px;
	margin:0 0 15px 0;
	background:url("image/style04_bg001.gif") repeat 0 0;
}


/* 5.style05(two lines)
=============================================================================*/

h1.style05,h2.style05,h3.style05,h4.style05,h5.style05,h6.style05 {
	border-bottom:#dcdcdc 1px solid;
	margin:0 0 15px 0;
	background-color:#f8f8f8;
}

h1.style05 span,h2.style05 span,h3.style05 span,h4.style05 span,h5.style05 span,h6.style05 span {
	display:block;
	border-top:#dcdcdc 1px dotted;
	padding:5px 8px;
}


/* 6.style06(tree and arrows image)
=============================================================================*/

h1.style06,h2.style06,h3.style06,h4.style06,h5.style06,h6.style06 {
	margin:0 0 15px 0;
	background:url("image/style06_bg001.gif") repeat-x left bottom;
}

h1.style06 span,h2.style06 span,h3.style06 span,h4.style06 span,h5.style06 span,h6.style06 span {
	display:block;
	padding:5px 0 10px 0;
}


/* 7.style07(round corner image)
=============================================================================*/

h1.style07,h2.style07,h3.style07,h4.style07,h5.style07,h6.style07 {
	padding:0 8px 0 0;
	margin:0 0 15px 0;
	background:url("image/style07_bg001.gif") #095493 no-repeat right top;
}

h1.style07 span,h2.style07 span,h3.style07 span,h4.style07 span,h5.style07 span,h6.style07 span {
	display:block;
	color:#ffffff;
	padding:3px 0 5px 8px;
	background:url("image/style07_bg001.gif") no-repeat left top;
}


/* 8.style08(gray gradation background)
=============================================================================*/

h1.style08,h2.style08,h3.style08,h4.style08,h5.style08,h6.style08 {
	margin:0 0 15px 0;
	border-bottom:#0046a4 2px solid;
}

h1.style08 span,h2.style08 span,h3.style08 span,h4.style08 span,h5.style08 span,h6.style08 span {
	display:block;
	border-top:#D3D3D3 1px solid;
	border-left:#D3D3D3 1px solid;
	border-right:#D3D3D3 1px solid;
	padding:5px 10px 6px 10px;
	background:url("image/style08_bg001.gif") repeat-x left bottom;
}


/* 9.style09(gradation line)
=============================================================================*/

h1.style09,h2.style09,h3.style09,h4.style09,h5.style09,h6.style09 {
	margin:0 0 15px 0;
	background:url("image/style09_bg001.gif") no-repeat left bottom;
}

h1.style09 span,h2.style09 span,h3.style09 span,h4.style09 span,h5.style09 span,h6.style09 span {
	display:block;
	color:#25465e;
	padding:5px 0;
}


/* 10.style10(top underline)
=============================================================================*/

h1.style10,h2.style10,h3.style10,h4.style10,h5.style10,h6.style10 {
	border-top:#333333 2px solid;
	padding:1px 0 0 0;
	margin:0 0 15px 0;
}

h1.style10 span,h2.style10 span,h3.style10 span,h4.style10 span,h5.style10 span,h6.style10 span {
	display:block;
	border-top:#333333 1px dotted;
	padding:6px 0 0 0;
}


/* 11.style11(with sub title)
=============================================================================*/

h1.style11,h2.style11,h3.style11,h4.style11,h5.style11,h6.style11 {
	padding:0 0 0 5px;
	margin:0 0 15px 0;
	border-left:#333333 6px solid;
}

h1.style11 span,h2.style11 span,h3.style11 span,h4.style11 span,h5.style11 span,h6.style11 span {
	display:block;
	color:#787878;
	font-size:80%;
	font-weight:normal;
	padding:5px 0 0 5px;
	border-left:#0099cc 6px solid;
	position:relative;
	top:0;
	left:-11px;
}


/* 12.style12(color circle)
=============================================================================*/

h1.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 8px;
}

h2.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 8px;
}

h3.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 6px;
}

h4.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 5px;
}

h5.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 5px;
}

h6.style12 {
	font-weight:normal;
	margin:0 0 15px 0;
	background:url("image/style12_bg001.gif") no-repeat 0 5px;
}

h1.style12 span.main,h2.style12 span.main,h3.style12 span.main,h4.style12 span.main,h5.style12 span.main,h6.style12 span.main {
	padding:0 0 0 18px;
}

h1.style12 span.sub,h2.style12 span.sub,h3.style12 span.sub,h4.style12 span.sub,h5.style12 span.sub,h6.style12 span.sub {
	display:block;
	color:#787878;
	font-size:80%;
	font-weight:normal;
	margin:2px 0 0 0;
	border-top:#cfcfcf 1px dotted;
}













@charset "shift_jis";

/***************************************************************
 
 * "semplice" - CSS Framework
 *
 * @copyright       Copyright (c) wonder-boys.net
 * @license         MIT (http://www.opensource.org/licenses/mit-license.php)
 * @link            http://semplice.wonder-boys.net/
 * @version         1.0
 
*****************************************************************/


/* link-note.css
**************************************************************************************

---link---

1.word-link(word file link)
2.excel-link(excel file link)
3.pp-link(power point file link)
4.pdf-link(pdf file link)
5.file-link(other file link)
6.ai-link(illustlator file link)
7.psd-link(photoshop file link)
8.fla-link(flash file link)
9.swf-link(flash publish file link)
10.gif-link(gif file link)
11.jpg-link(jpg file link)
12.png-link(png file link)
13.bit-link(bitmap file link)
14.tif-link(tiff file link)
15.eps-link(eps file link)
16.flv-link(flash video file link)
17.wmv-link(eps file link)
18.eps-link(eps file link)


---note---

19.note common settings
20.pdf-note(pdf download link)
21.fla-note(flash player download link)
22.wmv-note(windows media player download link)
23.mpg-note(quicktime player download link)

**************************************************************************************/ 


/* 1.word-link(word file link)
=============================================================================*/

li.word-link { padding:0 0 0 20px; background:url("image/word_img.gif") no-repeat 0 2px; }


/* 2.excel-link(excel file link)
=============================================================================*/

li.excel-link { padding:0 0 0 20px; background:url("image/excel_img.gif") no-repeat 0 2px; }


/* 3.pp-link(power point file link)
=============================================================================*/

li.pp-link { padding:0 0 0 20px; background:url("image/pp_img.gif") no-repeat 0 2px; }


/* 4.pdf-link(pdf file link)
=============================================================================*/

li.pdf-link { padding:0 0 0 20px; background:url("image/pdf_img.gif") no-repeat 0 2px; }


/* 5.file-link(other file link)
=============================================================================*/

li.file-link { padding:0 0 0 20px; background:url("image/file_img.gif") no-repeat 0 4px; }


/* 6.ai-link(illustlator file link)
=============================================================================*/

li.ai-link { padding:0 0 0 20px; background:url("image/ai_img.gif") no-repeat 0 2px; }


/* 7.psd-link(photoshop file link)
=============================================================================*/

li.psd-link { padding:0 0 0 20px; background:url("image/psd_img.gif") no-repeat 0 2px; }


/* 8.fla-link(flash file link)
=============================================================================*/

li.fla-link { padding:0 0 0 20px; background:url("image/fla_img.gif") no-repeat 0 2px; }


/* 9.swf-link(flash publish file link)
=============================================================================*/

li.swf-link { padding:0 0 0 20px; background:url("image/swf_img.gif") no-repeat 0 2px; }


/* 10.gif-link(gif file link)
=============================================================================*/

li.gif-link { padding:0 0 0 20px; background:url("image/gif_img.gif") no-repeat 0 2px; }


/* 11.jpg-link(jpg file link)
=============================================================================*/

li.jpg-link { padding:0 0 0 20px; background:url("image/jpg_img.gif") no-repeat 0 2px; }


/* 12.png-link(png file link)
=============================================================================*/

li.png-link { padding:0 0 0 20px; background:url("image/png_img.gif") no-repeat 0 2px; }


/* 13.bit-link(bitmap file link)
=============================================================================*/

li.bit-link { padding:0 0 0 20px; background:url("image/bmp_img.gif") no-repeat 0 2px; }


/* 14.tif-link(tiff file link)
=============================================================================*/

li.tif-link { padding:0 0 0 20px; background:url("image/tif_img.gif") no-repeat 0 2px; }


/* 15.eps-link(eps file link)
=============================================================================*/

li.eps-link { padding:0 0 0 20px; background:url("image/eps_img.gif") no-repeat 0 2px; }


/* 16.flv-link(flash video file link)
=============================================================================*/

li.flv-link { padding:0 0 0 20px; background:url("image/flv_img.gif") no-repeat 0 2px; }


/* 17.wmv-link(eps file link)
=============================================================================*/

li.wmv-link { padding:0 0 0 20px; background:url("image/wmv_img.gif") no-repeat 0 2px; }


/* 18.eps-link(eps file link)
=============================================================================*/

li.mpg-link { padding:0 0 0 20px; background:url("image/mpg_img.gif") no-repeat 1px 2px; }



/* 19.note common settings
=============================================================================*/

div.pdf-note { 
	width:100%;
	border:#e9e9e9 1px solid;
	background-color:#f8f8f8;
}

p.note-img { 
	width:158px;
	height:39px;
	text-indent:-9999px;
	margin:10px;
	float:right;
}

p.note-img a { 
	display:block;
	width:158px;
	height:39px;
}

p.note-txt { 
	margin:18px 10px 10px 10px;
	float:left;
}


/* 20.pdf-note(pdf download link)
=============================================================================*/

div.pdf-note { 
	width:100%;
	border:#e9e9e9 1px solid;
	background-color:#f8f8f8;
}

div.pdf-note p.note-img a { 
	background:url("image/pdf_note_img.gif") no-repeat 0 0;
}


/* 21.fla-note(flash player download link)
=============================================================================*/

div.fla-note { 
	width:100%;
	border:#e9e9e9 1px solid;
	background-color:#f8f8f8;
}

div.fla-note p.note-img a { 
	background:url("image/flash_note_img.gif") no-repeat 0 0;
}


/* 22.wmv-note(windows media player download link)
=============================================================================*/

div.wmv-note { 
	width:100%;
	border:#e9e9e9 1px solid;
	background-color:#f8f8f8;
}

div.wmv-note p.note-img a { 
	background:url("image/wmv_note_img.gif") no-repeat 0 0;
}


/* 23.mpg-note(quicktime player download link)
=============================================================================*/

div.mpg-note { 
	width:100%;
	border:#e9e9e9 1px solid;
	background-color:#f8f8f8;
}

div.mpg-note p.note-img a { 
	background:url("image/mpg_note_img.gif") no-repeat 0 0;
}




.navi {
    width:100%;
}

.rootVoices{
	font-size:90%;
	vertical-align:middle;
    text-align:center;
    width:100%;
    border: none !important;
    border-bottom: 1px solid #d3d3d3 !important;
}
.rootVoices td.rootVoice {
	vertical-align:middle;
	background-color:transparent;
	width:110px;
	line-height:18px;
	padding:8px;
	cursor: pointer;
    border: 1px solid #d3d3d3;
}
.rootVoices.vertical {
	width:140px;
}
.rootVoices.vertical td.rootVoice{
}
.rootVoices td.selected{
	padding:8px;
	cursor: pointer;
	font-size:100%;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}

/**/

.menuContainer{
/*	background-color:gray; */
	padding:0;
    text-align:center;
    width:170px !important;
}

.menuContainer .line{
	background-color:transparent;
	width:100%;
    margin-bottom:0px;
}
.menuContainer .line.title {
	background-color:#B23305;
	font-size:14px;
	border-bottom:1px solid darkred;
}
.menuContainer .line.title a{
	font-size:14px;
}
.menuContainer td a{
/*	text-decoration:none;
	color: #f3f3f3; */
}
.menuContainer td.voice{
	padding:8px;
}
.menuContainer .separator{
	background-color:#999;
	height:1px;
}
.menuContainer td.img{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	background:dimgray url("/images/mbmenu/header_bgnd.jpg");
	color: #c3c3c3;
}
.menuContainer .selected td{
/*	background-color:#f3f3f3;
	background-image:url("/images/mbmenu/bgnd_sel_2.jpg") */
}
.menuContainer .selected td a{
/*	color:#000; */
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("/images/mbmenu/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("/images/mbmenu/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.ui-widget {  }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { }

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .2em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: .5em .5em 0em .5em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker

----------------------------------*/
.ui-tabs { margin: 2px 0px 0px 0px; padding:0px 0px 0px 0px; zoom: 1; border:none !important; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 5px 0.5em; font-size:85%; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 0em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }




/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ffffff&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=d3d3d3&fcHeader=245fdb&iconColorHeader=107bda&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=d3d3d3&fcContent=333333&iconColorContent=cc0000&bgColorDefault=ffffff&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=d3d3d3&fcDefault=333333&iconColorDefault=f78b22&bgColorHover=ffffff&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=7bb7ef&fcHover=545454&iconColorHover=11d479&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=d3d3d3&fcActive=757575&iconColorActive=0cd2ed&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=30&borderColorError=e19d9d&fcError=cc0000&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=f77d08&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=80&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget-content { border: 1px solid #d3d3d3; background: #ffffff url(/images/theme/color/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #d3d3d3; background: #ffffff url(/images/theme/color/ui-bg_highlight-soft_15_ffffff_1x100.png) 50% 50% repeat-x; color: #245fdb; font-weight: bold; }
.ui-widget-header a { color: #245fdb; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .rootVoices, .menuContainer, .menuContainer td.voice, input[type="submit"], .ui-button { border: 1px solid #d3d3d3; background: #ffffff url(/images/theme/color/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #333333; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .menuContainer td a { color: #333333; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .rootVoices td.selected, .menuContainer .selected td, input[type="submit"]:hover, .ui-button:hover { border: 1px solid #7bb7ef; background: #ffffff url(/images/theme/color/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #545454; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover, .menuContainer .selected td a { color: #545454; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #d3d3d3; background: #ffffff url(/images/theme/color/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #757575; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, ui_button a, .ui-button a:link, .ui-button a:visited { color: #757575; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #cccccc; background: #eeeeee url(/images/theme/color/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #2e7db2; }
.errorExplanation, .ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #e19d9d; background: #f3d8d8 url(/images/theme/color/ui-bg_diagonals-thick_30_f3d8d8_40x40.png) 50% 50% repeat; color: #cc0000; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cc0000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cc0000; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/theme/color/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/theme/color/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/theme/color/ui-icons_107bda_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/theme/color/ui-icons_f78b22_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/theme/color/ui-icons_11d479_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/theme/color/ui-icons_0cd2ed_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/theme/color/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/theme/color/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(/images/theme/color/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #f77d08 url(/images/theme/color/ui-bg_flat_0_f77d08_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/

@charset "utf-8";

div.validationTip {
	padding-left: 6px;
	background: url(/images/validate/tip_left.gif) no-repeat left top;
}

	div.tipInner {
		border: solid #BBB 1px;
		border-top: none;
		border-left: none;
		-moz-border-radius: 4px;
		padding: 0em 1em 0em .8em;
		color: #F60;
		background: #EDEDED;
		font-weight: bold;
	}
	
div#dlgmat {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background: #000;
}

* html div#dlgmat { /* ie6 */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}
	
div#dlg {
	padding: 0 0 0 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	background: url(/images/validate/dialog_left.gif) no-repeat left top;
}

* html div#dlg {	/* ie6 */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

	div#dlg span#close {
		display: block;
		width: 21px;
		height: 19px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(/images/validate/dialog_close.gif) no-repeat left top;
		cursor: pointer;
	}
	
	div#dlg span#close.hover {
		background: url(/images/validate/dialog_close.gif) no-repeat left -19px;
	}
	
	div#dlg div#dlgtop {
		height: 5px;
		background: url(/images/validate/dialog_top.gif) no-repeat right top;
		overflow: hidden;
	}

	div#dlg div#dlgcont {
		padding: 1.5em 0;
		background: #282828 url(/images/validate/dialog_right.gif) no-repeat right top;
	}
	
		div#dlg div#dlgcont div {
			padding: 0 3.5em;
			color: #FFF;
			font-weight: bold;
		}
		
			div#dlg div#dlgcont div span {
				line-height: 1.7;
			}
			
				div#dlg div#dlgcont div span strong {
					border-bottom: dotted #F60 1px;
					padding: 0 .1em;
					color: #F60;
				}
	
	div#dlg div#dlgbtm {
		height: 5px;
		background: url(/images/validate/dialog_bottom.gif) no-repeat right top;
		overflow: hidden;
	}

#qa dt {
    background-color:#eeeeee;
}

#qa dd {

}
.openidbutton {
    width:150px;
    height:30px;
}
.updnWatermark {
  color: #bbb;
  font-family: Sans-Serif;
  font-size: small;
  padding-top:2px;
  padding-left:5px;
}
input[type="submit"], .ui-button { text-align:center; font-family:"メイリオ",meiryo,Tahoma,"Gill Sans","ヒラギノ角ゴ Pro W3",Copperplate,Osaka,"Helvetica Neue", Arial, Helvetica, sans-serif;}
input[type="submit"] {padding:0.25em 1em 0.15em 1em; cursor: pointer;}
.ui-button a {display:block;padding:0.4em 1em 0.4em 1em;}
input[type="submit"][disabled], input[type="submit"][disabled]:hover {
    background:#dddddd;
    color:#f4f4f4;
    cursor:default;
}
input[type="text"], input[type="password"], textarea, select {padding: 0.25em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
textarea {width:390px;height:150px;}

fieldset {  padding-top:0;padding-bottom:.4em;padding-left:1.4em;padding-right:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.1em;}


#loginform {
    padding:10px;
}

#inputs {
    padding:10px 0px;
}
#introduction {
    padding:10px;
}

#rule {
    overflow:auto;
    height:200px;
    border:1px solid #bbb;
    margin-bottom:10px;
}
#privacypolicy {
    overflow:auto;
    height:150px;
    border:1px solid #bbb;
}
dd {
    margin:0 0 15px 10px;
}

.errorExplanation p {
    font-size:1.1em;
}
.errorExplanation ul {
    margin:5px 0 10px 10px;
}
.errorExplanation {
    margin:5px 0 10px 0px;
}

.set_erea {
    margin:0 0 10px 0;
}
.set_select {
    width:50px;
}

.set_blog_erea {
    border:1px solid #bbb;
    border-collapse:collapse;
}
.set_blog_erea td {
    padding: 0 0 5px 5px;
}
.set_blog_erea p {
    font-size:1.1em;
}

.set_table td {
    padding: 5px 0px;
}