﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: second.css
	Location: /common/css/pages/second.css
	Desctiption {
		第二階層用CSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@import "../classes/adjuster.css";

.wrapper {
}


/**************************************************************

	Header

***************************************************************/

#header {}

/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#container {
	font-size: 75%;
}


/* main
===============================================================*/
#content{
	
}

#content h2 {
	margin: 0 0 5px;
}

#content h3 {
	margin: 0 0 5px;
	padding: 9px 0 0 21px;
	height: 31px !important;
	height: 40px;
	background: url(../images/bg_h3.gif) no-repeat left top;
}

#content p.topic-path {
	margin: 0 0 12px;
	font-size: 83%;
	text-align: right;
}

#content .lead {
	padding: 10px 5px;
	margin: 0 10px 20px;
	border-width: 3px 0;
	border-style: double;
	border-color: #ccc;
}

#content .section {
	margin: 0 0 25px;
	width: 548px;
}

#content .section p {
	margin: 0 10px 12px;
}

#content .section  ul {
	margin: 0 10px;
	line-height: 1.5;
}

#content .section p.annotation {
	font-size: 83%;
}

#content .skip {
	margin: 40px 0 10px;
	font-size: 83%;
	text-align: right;
}

#content .skip a {
	padding: 0 0 0 12px;
	background: url(../images/marker_skip.gif) no-repeat left center;
}


/* sub
===============================================================*/
#sideNavi{}

/**************************************************************

	Footer

***************************************************************/

#footer {

}




