/* 「渡米実業団」共通
------------------------------------ */

h1, h2, h3 ,p {
	margin: 0;
	padding: 0;
}

body, div, p, td, th, li {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 160%;
}

img {
	border: 0;
}

p {
	padding-bottom: 0.5em;
}

.textS {
	font-size: 11px;
	line-height: 130%;
}

.textSM {
	font-size: 12px;
	line-height: 130%;
}

.textML {
	font-size: 15px;
}

.textL {
	font-size: 16px;
}

.textRed {
	color: #ff0000;	
}

.textBlue{
	color: #0000ff;	
}

.textBrown{
	color: #a0522d;	
}

.dotline {
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.indent {
	text-indent: 1.0em;	
}

.indentIntro {
	text-indent: 1.0em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #cccccc;
}

.indentSrc {
	color: #a0522d;	
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #cccccc;
}

.indentPrg {
	margin-left: 1.0em;	
}

.indentPrg2 {
	margin-left: 2.0em;	
}

.updateTxt {
	font-size: 11px;
	padding: 2.0em 22px 1.0em 0;
	text-align: right;
}

.updateCty {
	font-size: 11px;
	padding: 1.0em 0 0.5em 0;
	text-align: right;
}

.box1 {
	border: 1px solid #918d75;
	padding: 10px;
}

.bg1 { background-color: #d3d3d3;}
.bg2 { background-color: #e8f0f6; }

.inline { display: inline; }
.clear {clear: both; }

.alignL { text-align: left; }
.alignC { text-align: center; }
.alignR { text-align: right; }

.floatL { float: left; }
.floatR { float: right; }

.paddingA05 { padding: 5px; }
.paddingA10 { padding: 10px; }
.paddingA20 { padding: 20px; }

.paddingT05 { padding-top: 5px; }
.paddingT10 { padding-top: 10px; }
.paddingT20 { padding-top: 20px; }

.paddingL05 { padding-left: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingL20 { padding-left: 20px; }

.paddingR05 { padding-right: 5px; }
.paddingR10 { padding-right: 10px; }
.paddingR20 { padding-right: 20px; }

.paddingB05 { padding-bottom: 5px; }
.paddingB10 { padding-bottom: 10px; }
.paddingB20 { padding-bottom: 20px; }

.marginB00 { margin-bottom: 0 !important; }
.marginB05 { margin-bottom: 5px !important; }
.marginB10 { margin-bottom: 10px !important; }
.marginB20 { margin-bottom: 20px !important; }

.line100 { line-height: 1.0; }
.line150 { line-height: 1.5; }

table.borderTb {
	border-collapse: collapse;
	border: 1px solid #918d75;
}

.borderTb th,
.borderTb td {
	border: 1px solid #918d75;
}

table.indexList td {
	border: 1px solid #cccccc;
}

table.indexList td a {
	display: block;
}

table.indexList td a:hover {
	background-color: #ffffcc;
}

/* 団員一覧
------------------------------------ */

.member p {
	padding-right: 5px;
}

/* 日程詳細
------------------------------------ */

table.schedule {
	margin-left: 20px;	
}

.schedule td {
	padding: 5px 0;
	border-bottom: 1px dotted #cccccc;
}

.schedule td a {
	display: block;
	font-weight: bold;
	background-image: url(../image/schedule_bg_01.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
	padding-left: 20px;
}

.schedule td a:hover {
	background-position: 0 -30px;
	color: #ffffff;
	text-decoration: none;
}

/* 行程概要
------------------------------------ */

.specIndent {
	margin: 0 0 1em 20px;	
}

a.specLink {
	display: block;
	background-image: url(../image/spec_bg_01.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 22px;
	padding-left: 20px;
	margin: 0.5em 0;
}

/* カレンダー
------------------------------------ */

table.calendar {
	text-align: center;
}

.calendar caption {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 2px 0;
}

.calendar th {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	width: 14%;
	height: 22px;
}

.calendar td {
	background-color: #eaf3fa;
	font-size: 11px;
	width: 14%;
}

table.calendar td a {
	display: block;
	background-color: #e7f07a;
}

table.calendar td a:hover {
	background-color: #ffffcc;
}

.calendar li {
	padding-bottom: 0.5em;
}

/* 関連記事
------------------------------------ */

.article li {
	padding-bottom: 1.0em;
}

/* 絵葉書
------------------------------------ */

.postcard td p {
	line-height: 1.5;
	margin-bottom: 0.8em;
}

div.postcardTtl {
	background-color: #eeeeee;
	padding: 3px;
	margin-top: 3px;
	line-height: 1.3;
}

/* 参考情報
------------------------------------ */

.reference li {
	padding-bottom: 0.3em;
}
