
@media print {

/* RESET */

* {
	margin: 0;
	padding: 0;
	font-size:100%;
}

img {
	border: 0;
}


/* Common Style */
body {
	background-color:#ffffff;
	word-break:break-all;
	font-family:Arial, Helvetica, sans-serif;
	word-break:keep-all;
}

p,li,ol {
	font-size:80%;
	letter-spacing:1px;
}

ul, ol {
	list-style:none;
}


h1,h2,h3 {
	letter-spacing:1px;
}


p {
	line-height:150%;
	color:#272727;
}

.font_big{
	font-size:115%;
}

.font_small{
	font-size:70%;
}

.font_red{
	color:#FF0000;
}

.font_blue{
	color:#0000FF;
}

/* Link */

a {
	color : #233994;
	text-decoration:underline;
}	

a:active {
	color : #233994;
	text-decoration:underline;
}

a:visited {
	color :#233994;
	text-decoration:underline;
}

a:hover	{
	color :#a24f44;
	text-decoration:none;
}	

/* Header
------------------------------ */
#header {
	height: 60px;
	font-weight: normal;
	text-align: left;
}

#header a {
	color : #FFFFFF;
	text-decoration:none;
}	

#header a:active {
	color : #ff7800;
	text-decoration:underline;
}

#header a:visited {
	color :#FFFFFF;
	text-decoration:none;
}

#header a:hover	{
	color :#ff7800;
	text-decoration:underline;
}	


#gm{ 
 	display:none;
	height:30px;
	padding-left:25px;
	width:230px;
	font-size:12px;

}

ul.gm_list li {
 	display:none;
	padding:8px 12px 0 15px;
	background:url(../images/icon_white_arrow.gif) no-repeat  0px 8px;
	font-size:12px;
	float:left;
}

#s_menu{
 	display:none;
	height:30px;
	position:absolute;
	right:53px;
	top:0px;
	margin-left:25px;
	width:620px;
}

ul.s_menu_list li {
	padding:8px 12px 0 10px;
	background:url(../images/icon_white_arrow2.gif) no-repeat  0px 11px;
	font-size:12px;
	float:left;
}

#logo{
	background-repeat:no-repeat;
	background-position:right;
}

.logo{
	position:absolute;
}
/* 
Global Menu
------------------------------ */

#menu{ 
 	display:none;
    top:92px;
    left:;
    width:780px;
    position:absolute;
    z-index:100;
}

#menu li{
 	display:none;
	float:left;
}
/* 
Topics Path
------------------------------ */
#path {
 	display:none;
	height:19px;
	background-color:#FFF;
}


#path-txt {
 	display:none;
	padding-left:37px;
	padding-top:4px;
	font-size:75%;
}


/* Contents
------------------------------ */

#contents {
	margin-left: 0px;
	margin-right:53px;
	background-color:#FFF;
	position: relative;
}

#contents h1{
	background:url(../images/h1.gif) no-repeat;
	text-indent:25px;
	font-size:18px;
	line-height:163%;
	height:31px;
	margin-bottom:20px;
	margin-top:10px;
}

#contents h1.small{
	font-size:90%;
	line-height:220%;

}

#contents h2{
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
	background-color:#d8e5f9;
	text-indent:25px;
	font-size:14px;
	line-height:193%;
	height:27px;
	margin-bottom:20px;
	margin-top:20px;
	padding:3px 0 0 0;
}

#contents h3{
	background-image:url(../images/h3.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-bottom:#e4e4e4 solid 2px;
	text-indent:25px;
	font-size:14px;
	line-height:180%;
	height:24px;
	margin-bottom:10px;
	margin-top:13px;
}

#contents h4 {
	border-left:#818181 solid 7px;
	text-indent:8px;
	font-size:12px;
	line-height:120%;
	height:16px;
	margin-bottom:7px;
	margin-top:23px;
}


#contents h5 {
	border-bottom:#818181 dotted 1px;
	font-size:12px;
	line-height:100%;
	height:14px;
	margin-bottom:6px;
	margin-top:23px;
}


/* List
------------------------------ */
ul.maru {
	list-style:none;
	margin:0 0 15px 20px;
}

ul.maru li {
	background:url(../images/li_maru.gif) no-repeat 2px 7px;
	padding:0px 3px 0 25px;
}

ol.suji{
	list-style-type:decimal;
	margin:0 0 15px 45px;
	line-height:140%;

}

ol.suji li{
	padding:0px 3px 0 0px;
	font-size:100%;
}

/* Yoko-narabi */
.yokolist li {
	list-style:none;
	display:inline;
	margin:0 20px 20px 0;
	border-right: #666 1px solid;
	/*background:url(../images/icon_orange_arrow.gif) no-repeat center left;*/
	padding:0px 10px 0 0;
	line-height:180%;
}

.yokolist ul {
	margin:-7px 0 20px 0;
}


/* Hyou-gumi
------------------------------ */
caption {
	caption-side:top;
	text-align:left;
	font-weight:bold;
	font-size:80%;
}

table.style01 {
	border-collapse:collapse;
	border:1px solid #333;
	border-spacing:0;
	empty-cells:show;
	line-height:15px;
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}

table.hl01 th {
	padding:5px;
	border:1px solid #333;
	background-color:#c4d8f6;
	color:#000000;
	font-size:80%;
	font-weight:normal;
	text-align:center;
}

table.data01 td {
	padding:5px;
	border:1px solid #333;
	background-color:#ffffff;
	font-size:80%;
	color:#000000;
	line-height:15px;
}

table.data01 td.right {
	text-align:right;
}

table.data01 td.left {
	text-align:left;
}


table td.data02 {
	background-color:#ffd9d9;
}

/* Wakugumi
------------------------------ */
.waku{
	width:auto;
	background-color:#f8efd0;
	padding:15px;
	margin:10px 0 10px 0;
	clear:both;
}

/* PAGE TOP
------------------------------ */
#page_top{
	display:none;
	width:auto;
	margin:20px 0 15px 0;
	text-align:right;
	font-size:80%;
}

/* Link Icon */
.in {
	padding:5px 10px 5px 15px;
	background:url(../images/icon_orange_arrow.gif) no-repeat center left;
	text-decoration:underline;
}

/* Left Menu
------------------------------ */
#sidebar {
	display:none;
	margin-right:25px;
	text-align: left;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
	position: relative;
	background-color:#f3f3f3;
}




/* Footer
------------------------------ */

#footer {
	margin:30px 0 0 0;
	text-align: left;
}

.address{
	display:none;
	background-color:#fff;
	text-indent:10px;
	line-height:27px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

.copyright{
	border-top:#666 1px solid;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFF;
	line-height:31px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

}
