@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 h1
--------------------------------------------------------------------------------------- */

div#ctArea h1 {
	font-size: 140%;
	line-height: 2.1;
	font-weight:bold;
}


/* --------------------------------------------------------------------------------------
 h2
--------------------------------------------------------------------------------------- */

div.h2Box {
	width: 100%;
	height: 30px;
	background: url(../t_img/h2_bg.gif) no-repeat top left;
	margin-bottom: 5px;
}

div.h2TitleBar {
	width: 100%;
	height: 30px;
	background: url(../t_img/h2_kanri_bg.gif) no-repeat top left;
	margin-bottom: 5px;
}

div.h2Box h2,
div.h2TitleBar h2{
	float: left;
	padding-left: 10px;
	font-size: 120%;
	line-height: 2.1;
	font-weight: bold;
	color: #ffffff;
	text-indent: 35px;
}

div.h2Box ul,
div.h2TitleBar ul{
	float: right;
	display: block;
	height: 30px;
	list-style-type: none; 
	margin-right: 10px;
	padding: 0;
}

div.h2Box ul li,
div.h2TitleBar ul li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0;
}


/* マイページ ------------------------------ */

h2.ttl {
	padding: 8px 0 0 56px;
	font-size: 170%;
	font-weight: bold;
	background: url(../t_img/h2_edit.png) no-repeat top left;
}

/* 管理者 ------------------------------ */

h2.kanri {
	padding: 8px 0 0 56px;
	font-size: 170%;
	font-weight: bold;
	background: url(../t_img/h2_users.png) no-repeat top left;
}



/* --------------------------------------------------------------------------------------
 h3
--------------------------------------------------------------------------------------- */

div.ctBox h3{
	margin: 40px 0 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #1c98cd;
}

/* --------------------------------------------------------------------------------------
 h4
--------------------------------------------------------------------------------------- */

div.ctBox h4{
	margin: 30px 0 15px 0;
	font-size: 110%;
	font-weight: bold;
	color: #00b9ee;
}

/* --------------------------------------------------------------------------------------
 h5
--------------------------------------------------------------------------------------- */
div.h5Box {
	width: 185px;
	height: 30px;
	background: url(../t_img/h5_bg.gif) no-repeat top left;
	margin-bottom: 5px;
}

div.h5Box h5 {
	float: left;
	padding-left: 10px;
	font-size: 120%;
	line-height: 2.1;
	font-weight: bold;
	color: #ffffff;
	text-indent: 5px;
}


