@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/* module.css */

/*------------------------------------------------------------
	1. ヘッダー
-------------------------------------------------------------*/
#header h1 {
	height: 60px;
	background: url(../images/share/bg_title.gif) repeat-x;
}

#header h1 img {
	margin-top: 11px;
	margin-left: 24px;
}

#header #dynapocket {
	height: 48px;
	padding-left: 15px;
	background: url(../images/share/bg_dynapocket.gif) repeat-x;	
}

/*------------------------------------------------------------
	2. フッター
-------------------------------------------------------------*/
#footer {
	padding-top: 5px;
	background: url(../images/share/bg_footer.gif) repeat-x;	
}

#footer #help {
	padding-left: 15px;
	padding-bottom: 7px;
}

/*------------------------------------------------------------
	3. 各ページ
-------------------------------------------------------------*/
#contents h2 {
	padding-bottom: 10px;	
}

#contents .round {
	
}

#contents .round {
	margin-left: 15px;
	margin-right: 15px;
	
}

#contents .round img.top {
	vertical-align: bottom;	
}

#contents .round .inner {
	background:url(../images/share/mainContent_bg.gif) repeat-y;
	padding: 15px 25px 0px 25px;
}

#contents h3 {
	line-height: 1.5;
	font-size: 123.1%;
	background:url(../images/share/titlebar.gif) repeat-y;
	padding: 5px 0 7px 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

#contents h4 {
	line-height: 1.5;
	font-size:108%;
	padding-bottom: 15px;
	background:url(../images/share/arrow01.gif) no-repeat 0px 6px;
	padding-left: 18px;
	font-weight: bold;
}

#contents h5 {
	line-height: 1.5;
	font-size:108%;
	padding-bottom: 5px;
	background:url(../images/share/arrow02.gif) no-repeat 0px 4px;
	padding-left: 12px;
	font-weight: bold;
}

#contents p {
	padding-bottom: 20px;
}

#contents .btn {
	padding-bottom: 10px;	
}

#contents .pagetop {
	text-align: right;	
}

/* 各ページナビ */
#footerNavi {
	height: 58px;
	background:url(../images/share/footernavi_bg.gif) repeat-x;
	padding: 12px 0px 10px 15px;
}

#footerNavi li {
	float: left;
	width: 80px;
	text-align: center;
	margin-right: 13px;

}

#footerNavi li.right {
	float: right;
}

.mb5 {
	margin-bottom: 5px;	
}

.mb10 {
	margin-bottom: 10px;	
}