@charset "utf-8";

/*
Theme Name: コープともしびボランティア振興財団
Theme URI: http://www.tomoshibi-found.or.jp/
Discription: コープともしびボランティア振興財団スタイルシート
*/

@import url(css/reset-fonts.css);
@import url(css/base.css);

/* -----------------------------------------------

	===== TOC =====
	
	* common
	* header
	* contents
	* main
	* nav
	* footer
	* home
	* group
	* temp


	===== COLORS =====
	Main Text:			#3C3C3C
	Link:				#206DAC
	Link Visited:		#9377F0
	Heading Pink:		#E85277
	Heading Blacjk:		#000000
	BG Border			#A8A8A8
	Caption Border		#C6C6C6
	
	
	===== FONTS =====
	34px				262%
	20px				153.9%
	16px				123.1%
	15px				116%
	14px				108%
	13.5px				104%
	13px				100%
	12px				93%
	10px				77%
	
----------------------------------------------- */


/* -----------------------------------------------

	common

----------------------------------------------- */

html {
	background-color: #FCF4EF;
}

body {
	text-align: center;
	color: #3C3C3C;
	background: #FCF4EF url(img/page-bg.gif) top left repeat-x;
}

a:link {
	text-decoration: none;
	color: #206DAC;
}

a:visited {
	text-decoration: none;
	color: #9377F0;
}

a:hover {
	text-decoration: underline;
}

div.page {	
	margin: 0 auto;
	width: 818px;
	text-align: left;
	background: transparent url(img/wrapper-bg.png) top left repeat-y;
}

div.wrapper {
	margin: 0 11px;
	width: 798px;
}


/* -----------------------------------------------

	header

----------------------------------------------- */

div.header {
	padding: 30px 14px 0 14px;
}

/*	logo
----------------------------------------------- */

div.header div.logo {
	float: left;
	width: 369px;
}

div.header div.logo .logo {
	float: left;
}

div.header div.logo p.logo-15th {
	float: right;
}

div.header div.logo p.jump-nav {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #FFFFFF;
	background: #FFFFFF;
}

/*	utility
----------------------------------------------- */

div.header div.utility {
	float: right;
	width: 330px
}

div.header div.utility form#cse-search-box {
	margin-bottom: 33px;
	text-align: right;
}

div.header div.utility form#cse-search-box div input.search-box {
	width: 184px;
}

div.header div.utility ul {
	text-align: right;
}

div.header div.utility ul li {
	display: inline;
	font-size: 108%;
}

div.header div.utility ul li span {
	padding: 0 5px;
}

div.header div.utility ul li span.newsletter {
	padding-right: 0;
}

div.header div.utility ul li span a {
	color: #206DAC;
}


/* -----------------------------------------------

	contents

----------------------------------------------- */

div.contents {
	margin-top: 30px;
	padding: 14px 14px 0;
	width: 770px;
	overflow: auto;
	background: transparent url(img/contents-bg.png) top left no-repeat;
}


/* -----------------------------------------------

	main

----------------------------------------------- */

div.main {
	float: right;
	width: 482px;
	padding-bottom: 33px;
}

/*	breadcrumb
----------------------------------------------- */

div.main div.breadcrumb {
	margin-bottom: 33px;
}

div.main div.breadcrumb a {
	color: #206DAC;
}

/*	section
----------------------------------------------- */

div.main div.section h1 {
	margin-bottom: 0.9em;
	font-size: 262%;
	font-weight: bold;
	color: #E85277;
}

div.main div.section h2 {
	margin: 1.5em 0 0.75em;
	padding-left: 1.2em;
	font-size: 153.9%;
	font-weight: bold;
	color: #000000;
	background: transparent url(img/circle-white.gif) center left no-repeat;
}

div.main div.section h3 {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #E85277;
	font-size: 123.1%;
	font-weight: bold;
}

div.main div.section p,
div.main div.section ul li,
div.main div.section ol li,
div.main div.section dl dt,
div.main div.section dl dd,
div.main div.section table tr th,
div.main div.section table tr td {
	font-size: 108%;
}

div.main div.section p,
div.main div.section ul li,
div.main div.section ol li {
	line-height: 1.7;
}

div.main div.section p.ex {
	font-size: 93%;
	color: #5F5F5F;
}

div.main div.section ol li {
	margin-left: 2.2em;
}

div.main div.section table tr th,
div.main div.section table tr td {
	border: 1px solid #A8A8A8;
}

div.main div.section table tr th {
	width: 98px;
	background-color: #FCF4EF;
}

div.main div.section table tr td {
	width: 354px;
}

div.main div.section table.apply tr th,
div.main div.section table.apply tr td,
div.main div.section table.tb1 tr th,
div.main div.section table.tb1 tr td {
	width: auto;
}

/*	caption
----------------------------------------------- */

div.main div.section div.wp-caption {
	border: 1px solid #C6C6C6;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #FEFDFC;
}

div.main div.section div.wp-caption p {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 100%;
	color: #555555;
}

/*	gallery
----------------------------------------------- */

div.main div.section div.gallery dl {
	margin: 0;
}

/*	category
----------------------------------------------- */

div.main div.section dl.category {
	margin: 0;
}

div.main div.section dl.category dt {
	padding-left: 14px;
	border-left: 4px solid #E85277;
	font-size: 93%;
	color: #000000;
}

div.main div.section dl.category dd {
	margin: 0 0 0.5em 0;
	padding-left: 14px;
	border-left: 4px solid #E85277;
}

/*	search
----------------------------------------------- */

div.main div.section dl.search dt,
div.main div.section dl.search dd {
	line-height: 1.7;
}

div.main div.section dl.search dd {
	margin-bottom: 1em;
}


/* -----------------------------------------------

	nav

----------------------------------------------- */

div.nav {
	float: left;
	width: 266px;
	padding-bottom: 33px;
	background: #FFFFFF url(img/nav-bg-round.gif) top left no-repeat;
}

div.nav ul li a {
	color: #206DAC;
}

/*	parent
----------------------------------------------- */

div.nav ul.parent {
	margin-top: 17px;	
	background: #FFFFFF url(img/nav-bg.png) top left no-repeat;
}

div.nav ul.parent li {
	margin-bottom: 30px;
	padding: 0 15px;
}

/*	child
----------------------------------------------- */

div.nav ul.parent li ul.child {
	margin-top: 14px;
}

div.nav ul.parent li ul.child li {
	margin-bottom: 1em;
	padding: 0 28px;
	font-size: 108%;
	background: transparent url(img/arrow-pink.gif) center left no-repeat;
}


/* -----------------------------------------------

	footer

----------------------------------------------- */

div.footer {
	clear: both;
	padding: 0 14px 0 303px;
	background-color: #F2A8BB;
}

div.footer ul {
	padding: 1em 0 2em;
}

div.footer ul li {
	display: inline;
	padding-right: 1em;
}

div.footer ul li a {
	color: #206DAC;
}

div.footer address,
div.footer p.copyright {
	padding-bottom: 1em;
}


/* -----------------------------------------------

	home

----------------------------------------------- */

/*	feature
----------------------------------------------- */

div#feature {
	margin-top: 30px;
}

/*	contents
----------------------------------------------- */

div#home {
	margin-top: 0;
	background: none;
}

/*	main-section
----------------------------------------------- */

div#main-section {
	padding-bottom: 27px;
}

div#main-section div#home-contents {
	float: left;
	width: 471px;
}

div#main-section div#home-contents div#news div.section h3 {
	margin-bottom: 15px;
}

div#main-section div#home-contents div#news div.section table {
	width: 476px;
	height: 125px;
	margin-bottom: 15px;
	background: #FBE1E8 url(img/top-news-bg-header.gif) left top no-repeat;
}

div#main-section div#home-contents div#news div.section table tr.footer {
	background: transparent url(img/top-news-bg-footer.gif) left bottom no-repeat;
}

div#main-section div#home-contents div#news div.section table tr th,
div#main-section div#home-contents div#news div.section table tr td {
	padding: 0 0 8px 0;
	font-size: 108%;
}

div#main-section div#home-contents div#news div.section table tr.header th {
	height: 15px;
}

div#main-section div#home-contents div#news div.section table tr.footer th,
div#main-section div#home-contents div#news div.section table tr.footer td {
	padding-bottom: 15px;
}

div#main-section div#home-contents div#news div.section table tr th {
	padding-left: 17px;
}

div#main-section div#home-contents div#news div.section table tr td {
	width: 8em;
}

div#main-section div#home-contents div#news div.section table tr th ul {
	text-align: right;
}

div#main-section div#home-contents div#news div.section table tr th ul li {
	display: inline;
	padding: 0 1.5em 0 1.2em;
	background: transparent url(img/circle-pink-2.gif) center left no-repeat;
}

div#main-section div#home-contents div#news div.section table tr th a {
	color: #206DAC;
}

div#main-section div#home-contents div#info ul li {
	float: left;
}

div#main-section div#home-contents div#info ul li#diary {
	float: right;
	width: 220px;
}

div#main-section div.menu {
	float: right;
	width: 264px;
}

div#main-section div.menu ul li {
	margin-bottom: 3px;
}


/* -----------------------------------------------

	group

----------------------------------------------- */

/*	common
----------------------------------------------- */

body.group div.header div.utility p {
	margin-bottom: 38px;
	text-align: right;
	font-size: 108%;
}

body.group div.nav ul.parent li form {
	margin-top: 14px;
}

/*	home
----------------------------------------------- */

body.group div.main div#copy {
	margin-bottom: 15px;
}

body.group div.main div#visual p img {
	margin-bottom: 10px;
	border: 1px solid #E3E3E3;
}

body.group div.main div#visual p {
	line-height: 1.4;
	font-size: 123.1%;
	color: #185283;
}

body.group div.main div#group-news h2 {
	margin-top: 15px;
}

body.group div.main div.section span.field {
	font-size: 93%;
}

/*	page
----------------------------------------------- */

body.group div.main div.section table.outline tr th,
body.group div.main div.section table.outline tr td {
	margin-bottom: 9px;
	padding: 0;
	padding: 0.7em 0 5px 0;
	border: none;
	border-bottom: 1px dotted #E85277;
	background: none;
}

body.group div.main div.section table.outline tr th {
	width: 9em;
	font-size: 123.1%;
	font-weight: bold;
}

body.group div.main div.section table.outline tr td span.outline-content {
	font-size: 123.1%;
}

body.group div.main div.section table.outline tr td strong.field {
	padding-left: 1.5em;
	font-weight: normal;
}

body.group div.main div.section div.activity {
	margin-bottom: 1em;
	border: 1px solid #A8A8A8;
}

body.group div.main div.section div.activity ol {
	margin-left: 1em;
}

body.group div.main div.section div.activity p.title {
	padding: 0.5em 1em;
	border-bottom: 1px solid #A8A8A8;
	background-color: #FCF4EF;
}

body.group div.main div.section div.activity div.text {
	padding: 0 1em 1em 1em;
	line-height: 1.7;
	font-size: 108%;
}

body.group div.main div.section div.activity div.text * {
	line-height: 1.7;
	font-size: 100%;
}

body.group div.main div.section dl.search dt a {
	font-size: 123.1%;
}

body.group div.main div.section dl.search dd p {
	line-height: 1.3;
	font-size: 100%;
}


/* -----------------------------------------------

	temp

----------------------------------------------- */

div#attachment_2087 p.wp-caption-text,
div#attachment_2088 p.wp-caption-text {
	margin-top: 1em;
	text-align: center;
}
