@charset "utf-8";
@media screen and (min-width: 1px)
{
	/*
	========== CSS information ================================
	
	Name:        Nrym.org style
	Version:     1.00
	Author:      SAKATORI Kihiro <www@nrym.org>
	URL:         http://www.nrym.org/
	Description: 今回はbodyに余白を取っているので、各要素に余白は指定しなくていい。
	             ただし、blockquote、pre、dd、li、ins、del「の中」はマージン0.5em。
	             IE6のシェアが落ちたら子供セレクタを使ってもいい。
	             http://www.w3.org/TR/xhtml-modularization/abstract_modules.html
	
	-----------------------------------------------------------
	
	文字色：color＿＿＿_#444444
	背景色：background＿#ffffff
	リンク色：link＿＿＿#2b51db
	        ：visited＿_#a75aa6
	        ：hover＿＿_#ff2f56
	
	01. Structure Module
	02. Text Module
	03. Hypertext Module
	04. List Module
	05. Applet Module
	06. Presentation Module
	07. Edit Module
	08. Bi-directional Text Module
	09. Forms Module
	10. Tables Module
	11. Image Module
	12. Object Module
	13. Frames Module
	14. Iframe Module
	15. Metainformation Module
	16. Scripting Module
	17. Style Sheet Module
	18. Link Module
	19. Base Module
	20. Legacy Module
	
	===========================================================
	*/

body
	{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

 h1
	{
	font-size: 174%;
	}

	/*
	===========================================================
	あまり変更しないCSS
	-----------------------------------------------------------
	*/

 .footer h2
,.footer h3
	{
	border-bottom: none;
	margin-top: 0.25em;
	}

.navigation-title
	{
	display: none;
	}



 .global-navigation
	{
	text-align: right;
	margin-top: 4em;
	}

.share
	{
	text-align: right;
	}

.global-navigation li
	{
	display: inline;
	list-style-type: none;
	margin: 0;
	}

.global-navigation li a
	{
	margin-left: 0.75em;
	padding: 0.5em 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #333333;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	}

.global-navigation .current a
	{
	background: #999999;
	}

.global-navigation a
	{
	color: #ffffff;
	}


.local-navigation
	{
	text-align: center;
	}


	/* [@media screen] */
}
